Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
email:mailscanner [2025/06/16 09:47] – willy | email:mailscanner [2025/06/16 09:51] (current) – willy | ||
---|---|---|---|
Line 76: | Line 76: | ||
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 / | ||
</ | </ | ||