So if I put "virtual_mailbox_domains = domain.com" mail will be delivered using the virtual_transport I guess. But when it's doing the alias it always adds "domain.com" at the end. How does it know to do that?
Mike A. Leonetti As warm as green tea On 05/19/10 23:51, Noel Jones wrote: > On 5/19/2010 10:27 PM, Mike A. Leonetti wrote: > >> I'm trying to have messages delivered via the $virtual_transport but it >> keeps being delivered by the mailbox_command. The $virtual_alias_maps >> should have all of the e-mail addresses for the system, but when the >> actual e-mail addresses get resolved they look like this: >> barbara-userdomain....@domain.com where userdomain.com is the tenant >> domain on the server and userdomain.com is accepted by $mydesination below. >> > Domains to be delivered by the virtual transport should be > listed as virtual_mailbox_domains and not listed in mydestination. > http://www.postfix.org/BASIC_CONFIGURATION_README.html > http://www.postfix.org/VIRTUAL_README.html > > Alternately, you can use a transport_maps entry to direct a > specific user to a specific transport. > http://www.postfix.org/transport.5.html > > > >> I'm usually really not good at explaining things so if there is anything >> I can make more clear please let me know. Below is my main.cf. >> >> > If you need more help, please see: > http://www.postfix.org/DEBUG_README.html#mail > > > -- Noel Jones >