User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
email:mailscanner [2025/06/16 09:47] willyemail:mailscanner [2025/07/24 14:00] (current) willy
Line 1: Line 1:
 ====== N) Mail Scanner ====== ====== N) Mail Scanner ======
 +
 +**Note:** this page is a work in progress (abandoned at this time) and only a general guideline, as i choose not to install any antivirus or spam scanning tools at the moment.
  
 [[https://www.mailscanner.info|MailScanner]] is a tool that integrates your mail server (MTA = Postfix) with antivirus scanners and Spam Assassin. [[https://www.mailscanner.info|MailScanner]] is a tool that integrates your mail server (MTA = Postfix) with antivirus scanners and Spam Assassin.
Line 76: Line 78:
 Set queues permissions: Set queues permissions:
 <code bash> <code bash>
-usermod -a -G mtagroup www-data +usermod -a -G postfix apache
-chgrp mtagroup /var/spool/postfix/incoming +
-chgrp mtagroup /var/spool/postfix/hold +
-chmod g+rx /var/spool/postfix/incoming+
 chmod g+rx /var/spool/postfix/hold chmod g+rx /var/spool/postfix/hold
 +chmod g+rx /var/spool/postfix/incoming/
 +chgrp postfix /var/spool/postfix/incoming
 +chgrp postfix /var/spool/postfix/hold
 </code> </code>