Yesterday I successfully installed Spamassassin. Thanks for your great tutorial. All I did was to modify the smtp.cfg
Code: Select all
SMTPFILTER=TRUE
Code: Select all
INPUT_MAIL_FILTER(`spamassassin',`S=local:/var/run/spamass-milter/spamass-milter.sock, F=, T=C:15m;S:4m;R:4m;E:10m')dnl
But now I've got a problem. I'm not able to send any mails in my local domain with IMAP (Thunderbird-Client) and Webmail. I always get an error called "domain of sender address user@mydomain.com does not exist". Mails that I sent threw the Outlook-Connector weren't denied and were successfully delivered inside local domain.
Any ideas?