Jack, > Great! Gave me this: > (!!)TROUBLE in pre_loop_hook: > No TEMPBASE directory: /var/amavis /var/amavis > at /usr/sbin/amavisd line 7484. Suicide () TROUBLE in > pre_loop_hook: No TEMPBASE directory: /var/amavis /var/amavis at > /usr/sbin/amavisd line 7484. > > Tried creating /var/amavis/tmp and chowning correctly but still > threw the same error. Please advise. TIA,
You are trying to run amavisd in a chroot jail. If this is not your intention, leave $daemon_chroot_dir empty or undefined (which is a default), instead of having it set to '/var/amavis'. If you do want to run chrooted, this is much more complicated. You need to follow README.chroot and adapt it to your OS. Mark
