Problem: (!!) TROUBLE in pre_loop_hook: QUARANTINEDIR inaccessible, Permission denied: $MYHOME/quarantine at /usr/sbin/amavisd line 6729. Diff of diff to fix problem: --- amavisd-new-2.4-amavisd.conf-gentoo.patch.orig 2006-04-12 13:25:18.000000000 +0200 +++ amavisd-new-2.4-amavisd.conf-gentoo.patch 2006-04-12 13:25:49.000000000 +0200 @@ -79,7 +79,7 @@ # (the default value is undef, meaning no quarantine) # -$QUARANTINEDIR = '/var/virusmails'; -+$QUARANTINEDIR = '$MYHOME/quarantine'; ++$QUARANTINEDIR = "$MYHOME/quarantine"; #$quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine
*** This bug has been marked as a duplicate of 129636 ***