terrygalant.li...@fastest.cc: > > 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
You are running the daemons from the new Postfix installation, but you are submitting mail through the *wrong* Postfix sendmail program. Do: # find / | egrep 'sendmail|postfix' and report output. Wietse