This is weird, my message keeps getting bounced :-/ This message was sent by a program, not by a human person. Your submission to the postfix-users mailing list was rejected for the following reason: BOUNCE postfix-users@postfix.org: Admin request of type /^\s*which\s+\S+\s*$/i at line 8
On Mon, Aug 18, 2014, at 10:10 PM, terrygalant.li...@fastest.cc wrote: > > On Mon, Aug 18, 2014, at 08:06 PM, Viktor Dukhovni wrote: > OK, I've cleaned out any dregs not from 'my' postfix I was able to find. > > I've removed the distro's postfix, replacing it with exim (for now; the > distro's dependencies get very unhappy without something installed). > > I've reinstalled my postfix. > > wh ich postfix > /usr/local/sbin/postfix > > postconf \ > config_directory \ > setgid_group \ > command_directory \ > queue_directory > > config_directory = /usr/local/etc/postfix > setgid_group = postdrop > command_directory = /usr/local/sbin > queue_directory = /var/spool/postfix > > ls -ld /usr/local/sbin/postdrop > -rwxr-sr-x+ 1 root postdrop 257K Jul 10 17:09 /usr/local/sbin/postdrop* > > ls -ld /var/spool/postfix/maildrop > drwx-wx--- 2 postfix postdrop 4.0K Aug 18 21:50 > /var/spool/postfix/maildrop/ > > whoami > root > systemctl stop postfix-custom > postfix set-permissions > postfix check > systemctl start postfix-custom > > > The right postfix -- my install -- is running > > ps ax | grep postfix > 3507 ? Ss 0:00 /usr/local/libexec/postfix/master -w > > In postfix logs I see > > ... > Aug 18 21:35:17 tgdesktop postfix/postdrop[3853]: warning: > mail_queue_enter: create file maildrop/95804.3853: Permission denied > Aug 18 21:35:27 tgdesktop postfix/postdrop[3853]: warning: > mail_queue_enter: create file maildrop/95932.3853: Permission denied > Aug 18 21:35:37 tgdesktop postfix/postdrop[3853]: warning: > mail_queue_enter: create file maildrop/96092.3853: Permission denied > Aug 18 21:35:47 tgdesktop postfix/postdrop[3853]: warning: > mail_queue_enter: create file maildrop/96241.3853: Permission denied > > Which missing/wrong permission is making it complain? > > Terry