# HG changeset patch # User Paul Boddie # Date 1445432520 -7200 # Node ID 3ce1954c9f5c61028ab1717ba0160022ea33060f # Parent e56b945e633a461356d1280275fdd59ee5d8ec10 Added and tidied configuration file comments. diff -r e56b945e633a -r 3ce1954c9f5c conf/exim/30_exim4-config_people --- a/conf/exim/30_exim4-config_people Wed Oct 21 14:59:43 2015 +0200 +++ b/conf/exim/30_exim4-config_people Wed Oct 21 15:02:00 2015 +0200 @@ -1,3 +1,5 @@ +# Replace "-l LMTP_SOCKET" with "-L" for local SMTP delivery. + people_transport: debug_print = "T: people_transport for $local_part@$domain" driver = pipe diff -r e56b945e633a -r 3ce1954c9f5c conf/postfix/master.cf.items --- a/conf/postfix/master.cf.items Wed Oct 21 14:59:43 2015 +0200 +++ b/conf/postfix/master.cf.items Wed Oct 21 15:02:00 2015 +0200 @@ -1,10 +1,14 @@ # Replace lmtp with www-data if operating in local SMTP mode. + imip_resources unix - n n - - pipe flags=FR user=imip-agent:lmtp argv=/var/lib/imip-agent/imip_resource.py -o ${original_recipient} + # Replace "-l LMTP_SOCKET" with "-L" for local SMTP delivery. + imip_people unix - n n - - pipe flags=FR user=imip-agent:lmtp argv=/var/lib/imip-agent/imip_person.py -o ${original_recipient} -l LMTP_SOCKET + imip_people_outgoing unix - n n - - pipe flags=FR user=imip-agent:lmtp argv=/var/lib/imip-agent/imip_person_outgoing.py