# HG changeset patch # User Paul Boddie # Date 1446243122 -3600 # Node ID ef9449fd1ac18fefd862f2489dd268528fe4c523 # Parent d683d5ebaf8d2f677df9d0fcfa9f5b9ddbccb571 Added alternative local transports. diff -r d683d5ebaf8d -r ef9449fd1ac1 conf/postfix/transport --- a/conf/postfix/transport Fri Oct 30 22:17:50 2015 +0100 +++ b/conf/postfix/transport Fri Oct 30 23:12:02 2015 +0100 @@ -4,5 +4,7 @@ people@example.com imip_people: # iMIP content handling for example.com via the people-outgoing address: people-outgoing@example.com imip_people_outgoing: -# Explicit local recipients: -local@example.com local: +# Explicit local recipients using the local transport: +#local@example.com local: +# Explicit local recipients using the lmtp transport: +#local@example.com lmtp: