Results 1 to 3 of 3
Hi All,
I have setup qmail in one of our servers and configured qmail scanner (I am using Spamassassin, Clamd and Perl scanner) for Spam/ Virus searching. It was working ...
- 04-06-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 2
Issue with perl scanner
Hi All,
I have setup qmail in one of our servers and configured qmail scanner (I am using Spamassassin, Clamd and Perl scanner) for Spam/ Virus searching. It was working fine till last week, but now qmail scanner is not working and not receiving any mails if Perl scanner is enabled.
Error received in the log is shown below.
"Mon, 04 Apr 2011 23:02:41 EDT:22417: error_condition: X-Antivirus-mydomain.com-2.08st: cannot open dir /var/spool/qscan/tmp/my.domain.com6179022417/ - Permission denied"
I've reinstalled qmailscanner, perl modules, maildrop but it didn't made any difference. If I am disabling perlscanner everything is working fine. I've disabled all perl scanner policies but the issue persists.
Does anyone have any idea to resolve this issue.
Thanks in Advance.
Regards,
Riyad
- 04-06-2011 #2
what userID does perlscanner run as (if you don't know, start it up, and run `ps aux | grep -i perl` and try to find which it is, first column is userID.)
what are the permissions of
/var/spool/qscan/tmp/my.domain.com6179022417 ??
`ls -ld /var/spool/qscan/tmp/my.domain.com6179022417`New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4
- 04-06-2011 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 2
Hi,
qmail scanner user is qscand and the /var/spool/qscan/tmp is having 777 permission.


Reply With Quote