On 1/13/2014 9:09 AM, Patrick Lists wrote:
> Hi,
> 
> Did my question slip through the cracks or doesn't anyone have an
> idea? Would appreciate a hint if I'm looking at this the right way.
> 
> Regards,
> Patrick
> 
> On 10-01-14 05:04, Patrick Lists wrote:
>> Hi,
>>
>> An EL6 box is working great as my personal mailserver using
>> virtual_mailbox_domains, virtual_mailbox_maps, virtual_alias_maps all
>> accessing openldap and delivered via virtual_transport to an LMTP
>> backend.
>>
>> I would like to use that same box for receiving email from about 40
>> mailing lists and I would like to deliver all list email to dovecot.
>> I'll be using a separate (sub)domain for the list emails. I wonder if
>> it's possible to do something like this:
>>
>> virtual_transport = proxy:ldap:/etc/postfix/ldap-transport.cf
>>
>> And then in openldap add an attribute to each (sub)domain that
>> specifies
>> the transport type. For example, regular mail for f...@example.org
>> goes to:
>>
>> lmtp:127.0.0.1:2345
>>
>> And list email for postfix-l...@lists.example.org goes to:
>>
>> lmtp:unix:private/dovecot-lmtp
>>
>> Am I on the right path?
>>
>> Thanks,
>> Patrick
> 

The virtual_transport parameter is the (single) default transport
for virtual_mailbox_domains.

Override this default using transport_maps.



Please see the docs.
http://www.postfix.org/postconf.5.html#virtual_transport
http://www.postfix.org/postconf.5.html#transport_maps
http://www.postfix.org/transport.5.html



  -- Noel Jones

Reply via email to