postfix/smtpd: warning: problem talking to server private/anvil: Connection refused

EQ Admin

EQ Forum Admin
Staff member
Hello,

Are you receiving the following error after upgrading your postfix server?

postfix/smtpd: warning: problem talking to server private/anvil: Connection refused

If you copied your old configuration into a new postfix install you may need to add a line for anvil.

Edit your /etc/postfix/master.cf and add a configuration line for anvil:

Code:
anvil                   unix    -       -       n       -       1       anvil
 
Top