Hey all,
Now that I got the spamd log working again, I keep seeing these errors:
warn: util: secure_tmpfile failed to create file
'/root/tmp/.spamassassin7688bq4Fdstmp': Permission denied (many times)
and then...
warn: print() on closed filehandle $tmpfile at
/usr/lib/perl5/5.8.3/i386-linux-thread-multi/IO/Handle.pm line 399,
<GEN123> line 929.
warn: seek() on closed filehandle $tmpfile at
/usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/Message/Node.pm line 305.
warn: readline() on closed filehandle $tmpfile at
/usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/Message/Node.pm line 307.
warn: Use of uninitialized value in substitution (s///) at
/usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/Util.pm line 602.
warn: Use of uninitialized value in length at
/usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/Util.pm line 603.
warn: Use of uninitialized value in pattern match (m//) at
/usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/Util.pm line 603.
warn: Use of uninitialized value in transliteration (tr///) at
/usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/Util.pm line 620.
...and some more. which I assume are consequence of the first one.
What I don't get is why it can't write to /root/tmp. I've checked
permissions and it should be able to.
In any case, what can I do? is that temp file path customizable?
What impact is this having in SA performance or work?
SA 3.2.1 - Simscan 1.3.1 - qmail 1.05
Thanks in advance!
/Regards