spamassassin rejected mails

Hi,

How can a rejected mail be traced ? (what log files and how to detect why some mail message has been rejected) …

:slight_smile:

Thank you in advance

Paulo

hi paulo:

you configure your settings through the panel or in /etc/mail/spamassassin/local.cf. if you want to see why messages are being blocked, select “attach original” on the Spam settings page in IWORX.

as messages come in to your server, as root do:

[srv@host]#tail -f -s 5 /var/log/maillog

this will scroll your display on what is actually going on as messages come in to the server.

hope this helps.

home