|
|
Question : amavisd debug
|
|
it starts up.. then in the debug.. this is where it seems to go bad...
Nov 23 18:18:59 spamfilter.riofair.local /usr/local/sbin/amavisd[4394]: TROUBLE in pre_loop_hook: No TEMPBASE directory: /var/amavis/tmp at /usr/local/sbin/amavisd line 5608. Suicide () TROUBLE in pre_loop_hook: No TEMPBASE directory: /var/amavis/tmp at /usr/local/sbin/amavisd line 5608. Nov 23 18:18:59 spamfilter.riofair.local /usr/local/sbin/amavisd[4394]: at the END handler: invoking DESTROY methods
|
Answer : amavisd debug
|
|
What user does amavisd run as?
chown /var/amavis/tmp chmod 755 /var/amavis/tmp
If you're not sure what user it is, just make it world writeable until you find out:
chmod 777 /var/amavis/tmp
But make sure to change the ownership to this folder to the amavisd user and chmod 755 it.
|
|
|
|
|