Hello guys, After some recent updates my users can send mail properly but can't receive. The mail-log shows this: server postfix/pipe[25832]: 05E7F12240A5: to=, relay=maildrop, delay=88765, delays=88765/0.07/0/0.02, dsn=4.3.0, status=deferred (temporary failure. Command output: ERR: authdaemon: s_connect() failed: Permission denied /usr/bin/maildrop: Unable to open mailbox. ) I have re-set permissions authdeamon and maildrop chmod 755 /var/run/courier/authdaemon/ chmod +s /usr/bin/maildrop And also I have changed my master.cf from maildrop unix - n n - - pipe flags=R user=vmail argv=/usr/bin/maildrop -d vmail ${extension} ${recipient} ${user} ${nexthop} ${sender} to maildrop unix - n n - - pipe flags=R user=vmail argv=/usr/bin/maildrop -d ${recipient} ${extension} ${recipient} ${user} ${nexthop} ${sender} Still nothing. And the weird thing is that it happened all of a sudden. I would appreciate your help Thanks
Did you do a recent apt-get update? Check this post, this fixed it for me: http://howtoforge.com/forums/showthread.php?t=42935&highlight=maildrop