# HG changeset patch # User Paul Boddie # Date 1414541108 -3600 # Node ID bea0da42e4e72d250de6f386629c16c203ba9305 # Parent 8103fb98d737677a803067cb3b06dd15e20aa67e Added the necessary group initialisation setting to make exim work properly. diff -r 8103fb98d737 -r bea0da42e4e7 conf/exim/30_exim4-config_people --- a/conf/exim/30_exim4-config_people Tue Oct 28 23:34:17 2014 +0100 +++ b/conf/exim/30_exim4-config_people Wed Oct 29 01:05:08 2014 +0100 @@ -3,4 +3,4 @@ driver = pipe command = /var/lib/imip-agent/imip_person.py -l $lmtp_socket -o $pipe_addresses user = imip-agent - group = lmtp + initgroups = true diff -r 8103fb98d737 -r bea0da42e4e7 conf/exim/30_exim4-config_resources --- a/conf/exim/30_exim4-config_resources Tue Oct 28 23:34:17 2014 +0100 +++ b/conf/exim/30_exim4-config_resources Wed Oct 29 01:05:08 2014 +0100 @@ -3,3 +3,4 @@ driver = pipe command = /var/lib/imip-agent/imip_resource.py -o $pipe_addresses user = imip-agent + initgroups = true