On 14 Apr 2011, at 9:59 PM, Raymond Norton wrote:
> Ok.. Here is what I have now:
>
> grep "Quarantine Group =" /etc/MailScanner/MailScanner.conf
> Quarantine Group = www-data
>
> root@relay-3:~# grep "Quarantine User =" /etc/MailScanner/MailScanner.conf
> Quarantine User = postfix
>
> root@relay-3:~# grep "Quarantine Permissions ="
> /etc/MailScanner/MailScanner.conf
> Quarantine Permissions = 0660
>
> Still not working. I will go back through the mailscanner docs to see
> what I missed.
that is not possible, you cannot have those settings and end up with
-rw------- 1 postfix postfix 9507 2011-04-13 16:23 038142E086B.A7EA2
-rw------- 1 postfix postfix 16623 2011-04-13 12:58 043F32E086B.A09ED
okay may be u just changed those settings to fix the old quarantined files
run
chown postfix.www-data -R /var/spool/MailScanner/quarantine
find /var/spool/MailScanner/quarantine -type d -exec chmod 755 {} \;
find /var/spool/MailScanner/quarantine -type f -exec chmod 600 {} \;
--
Baruwa - www.baruwa.org
_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa