On 10/29/2012 4:33 AM, Jeppe Bundsgaard wrote:
> Hello,
> 
> I get the following two errors in my mail.log:
> 
> This one when trying to send mail out:
>> Oct 29 04:36:11 sp2427c postfix/qmgr[5139]: warning: connect totransport 
>> private/smtp-amavis: No such file or directory
> 
> There is no file smtp-amavis in /var/spool/postfix/private - only an 
> "amavis"
> 
> This one when receiving mail:
>> Oct 29 04:36:11 sp2427c postfix/error[6185]: 
>> EA5359B208C:to=<n...@example.dk>, relay=none, delay=2179, 
>> delays=2179/0.01/0/0.06, 
> dsn=4.3.0, status=deferred (mail transport unavailable)
> 
> 
> Here is master.conf:
...
> 
> amavis    unix    -       -       -       -       2       smtp
>          -o smtp_data_done_timeout=1200
>          -o smtp_send_xforward_command=yes
>          -o max_use=20

Next time show "postconf -n" as requested in the welcome message.

> main.conf:

> smtpd_client_restrictions = reject_rbl_client sbl.spamhaus.org, 
> reject_rbl_client blackholes.easynet.nl, reject_rbl_
> client dnsbl.njabl.org

Review your RBLs.  easynet has been off-line for years, and you
should use the newer zen.spamhaus.org instead of sbl.  I think njabl
still works, but you should check that too.

Don't just copy RBLs from some random 10 year old sample config.

> content_filter = smtp-amavis:[127.0.0.1]:10024

Your main.cf says to use "smtp-amavis", but master.cf uses "amavis".
 These need to match.





  -- Noel Jones

Reply via email to