Hello, Thanks this easy guide!!!!.
I've configured postfix and dovecot with sasl and they're working fine. Now i'm trying to add Clamav and Mailscanner.
After follow the guide i cannot send mails anymore. I'm receiving the following mail (postmaster):
/etc/cron.hourly/check_MailScanner:
Starting MailScanner…
Could not read directory /var/spool/mqueue at /usr/lib/MailScanner/MailScanner/Config.pm line 2786
Error in configuration file line 169, directory /var/spool/mqueue for outqueuedir does not exist (or is not readable) at /usr/lib/MailScanner/MailScanner/Config.pm line 3146
Done.
I don't understand because in the /etc/MailScanner/MailScanner.conf file i've configured:
Incoming Queue Dir = /var/spool/postfix/hold
Outgoing Queue Dir = /var/spool/postfix/incoming
Why MailScanner is looking for "/var/spool/mqueue"? or why i cannot send mails anymore?
Thanks for the help.