On Mon, Aug 18, 2014 at 07:55:09PM -0700, terrygalant.li...@fastest.cc wrote:
> > Post the output of: > > > > $ ls -ld /var/spool/maildrop > > $ ls -ld /usr/sbin/postdrop > > $ postconf config_directory setgid_group > > > > ls -ld /var/spool/maildrop > ls: cannot access /var/spool/maildrop: No such file or directory Naturally, I meant /var/spool/postfix/maildrop > ls -ld /usr/sbin/postdrop > -rwxr-sr-x 1 root maildrop 15K Oct 18 2013 /usr/sbin/postdrop* Clearly, the postdrop executable belongs to the "maildrop" group, but likely the directory does not. > postconf config_directory setgid_group > config_directory = /usr/local/etc/postfix > setgid_group = postdrop And yet main.cf (seemingly) specifies "postdrop". And your configuration is in /usr/local/etc/postfix. Where are the binaries: $ postconf command_directory queue_directory > ls -al `which postfix` > -rwxr-xr-x+ 1 root root 149K Jul 10 17:09 > /usr/local/sbin/postfix* But you also have Postfix binaries /usr/sbin, creating much confusion. > and is running > > ps ax | grep postfix > 11303 ? Ss 0:00 /usr/lib/postfix/master And this is unlikely to be the same Postfix whose config_directory is /usr/local/etc. -- Viktor. -