On 27/08/15 13:00, Muzaffer Tolga Ozses wrote:
ps aux | grep lda
Strange... postfix 1315 0.0 0.1 121220 7472 ? S 12:59 0:00 pipe -n dovecot -t unix flags=DRhu user=vmail vmail argv=/usr/libexec/dovecot/deliver -f ${sender} -a ${recipient} -d ${user}@${nexthop} -m PreINBOX
I notice that the arg to pipe is 'user=vmail vmail' instead of 'user=vmail:vmail'. This is strange. I certanly have a colon on the master.cf file.
According to 'man pipe' the correct syntax is user=<user>:<group> so I can only assume this is where it's going wrong somehow.
On 27/08/2015 2:58 PM, "Paulo Matos" <paulo@matos-sorge.com> wrote:
On 27/08/15 10:42, Muzaffer Tolga Ozses wrote:
Please check permissions as this sounds like a permissions issue m
I am confused then. /home/vmail/Maildir is 700 for vmail:vmail. If dovecot-lda runs as vmail then there's no problem, if it runs as root it shouldn't face problems either.
How can I determine which user dovecot-lda runs under?
Thanks,
Paulo Matos