Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
email:mailscanner [2025/06/16 09:47] – willy | email: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:// | [[https:// | ||
Line 76: | Line 78: | ||
Set queues permissions: | Set queues permissions: | ||
<code bash> | <code bash> | ||
- | usermod -a -G mtagroup www-data | + | usermod -a -G postfix |
- | chgrp mtagroup /var/spool/postfix/incoming | + | |
- | chgrp mtagroup / | + | |
- | chmod g+rx / | + | |
chmod g+rx / | chmod g+rx / | ||
+ | chmod g+rx / | ||
+ | chgrp postfix / | ||
+ | chgrp postfix / | ||
</ | </ | ||