[Exim] Exim & Clam : demime acl condition: error while creat…

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Dilip M
Ημερομηνία:  
Προς: exim-users@exim.org
Αντικείμενο: [Exim] Exim & Clam : demime acl condition: error while creating mbox spool file
When ever the mail comes ....i see this log in 'main.log' and 'panic.log'

# tail -f main.log
2004-03-22 17:03:43 1B5Ngd-00014I-9a malware acl condition: clamd: ClamAV
returned /var/spool/exim/scan/1B5Ngd-00014I-9a: Can't access the file ERROR
2004-03-22 17:03:43 1B5Ngd-00014I-9a H=(mail.s7solutions.com)
[202.144.44.94] Warning: ACL "warn" statement skipped: condition test
deferred:
2004-03-22 17:03:43 1B5Ngd-00014I-9a SA: Debug: SAEximRunCond expand
returned: '0'
2004-03-22 17:03:43 1B5Ngd-00014I-9a SA: Notice: Not running SA because
SAEximRunCond expanded to false
2004-03-22 17:03:43 1B5Ngd-00014I-9a <= dilipm@???
H=(mail.s7solutions.com) [202.144.44.94] P=smtp S=872
id=opr49g85uwpyk52m@202.144.44.94
2004-03-22 17:03:43 1B5Ngd-00014I-9a =>
/var/mail/vdomains/s7technologies.com/dilipm/Maildir
<dilipm@???> R=virtual_domains T=virtual_delivery
2004-03-22 17:03:43 1B5Ngd-00014I-9a Completed
-------------------------------------------------------------------
# tail -f panic.log
2004-03-22 17:04:24 1B5NhI-00014S-Al malware acl condition: clamd: ClamAV
returned /var/spool/exim/scan/1B5NhI-00014S-Al: Can't access the file ERROR
---------------------------------------------------------------------

So thought that its would be a permission problem on
"/var/spool/exim/scan/"
# ls -ld /var/spool/exim/scan/
drwxr-x---    2 mailnull mailnull     1024 Mar 22 17:04
/var/spool/exim/scan/
-------------
And changed it to:
# ls -dl /var/spool/exim/scan/
drwxrwx---    2 clamav   mailnull     1024 Mar 22 17:04
/var/spool/exim/scan/
----------------
# tail -f main.log
2004-03-22 17:08:57 1B5Nlh-00014n-Q7 demime acl condition: error while
creating mbox spool file
2004-03-22 17:08:57 1B5Nlh-00014n-Q7 H=(mail.s7solutions.com)
[202.144.44.94] F=<dilipm@???> temporarily rejected after DATA
-----------------
# tail -f panic.log
2004-03-22 17:08:57 1B5Nlh-00014n-Q7 demime acl condition: error while
creating mbox spool file
------------------------------------------------------



What wornf [root@exim exim]# tail -f panic.log
2004-03-22 17:08:57 1B5Nlh-00014n-Q7 demime acl condition: error while
creating mbox spool file

What wrong ?

-Dilip