On 23 Jun 2011, at 6:17 PM, Jason Ede wrote: > It seemed that the folder /var/spool/MailScanner/quarantine was owned by > postfix:celery but all the subfolders were owned by postfix:apache⦠I changed > them all to postfix:celery and it all started working again.
Thats correct, the proper directory permissions for /var/spool/MailScanner/quarantine are not set by the rpm, but by the baruwa.conf configuration file as rpm's should not change permissions of files that already exist on the system. All new mail that gets quarantined after the upgrade will be accessible as the permissions / ownership will be correct but to access old messages you need to run chown -R postfix:celery -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

