Vicki Brown: > > On Nov 18, 2015, at 03:45, Wietse Venema <wie...@porcupine.org> wrote: > > > > Please report the logfile record FROM PROCESS 74861. THAT logfile > > record says WHY it terminated with a fatal error. > > > > From mail.log > > Nov 17 02:38:29 g3po postfix/master[69788]: warning: process > /usr/libexec/postfix/pipe pid 74861 exit status 1
No, you that is MASTER DAEMON logging. You need to show PIPE DAEMON logging. That will show WHY the pipe daemon terminated with an error, WHY you are getting "connection refused" errors, and so on. $ grep 'postfix/pipe.*fatal' /some/log/file All Postfix daemons log a message before terminating after error. Some LINUX systems log different errors to different files. If you are on such a system, you will need to search multiple files in order to find out what is wrong. Wietse