Olaf Zaplinski <[EMAIL PROTECTED]> wrote: > result of fresh install: > > Mar 8 11:04:47 binky postfix/smtpd[14969]: connect from localhost[127.0.0.1] > Mar 8 11:04:47 binky postfix/smtpd[14969]: ADCA5471D1A: > client=mx1.bmcag.de[62.206.102.78] > Mar 8 11:04:47 binky clamsmtpd: 100000: clamav error: > /var/spool/clamsmtp/clamsmtpd.f59cDl: lstat() failed. ERROR > Mar 8 11:04:47 binky clamsmtpd: 100000: from=[...], to=[...], > status=CLAMAV-ERROR > > > binky:~# l /var/spool/clamsmtp/ > total 0 > drwxr-x--- 2 clamsmtp clamsmtp 6 Mar 8 11:10 ./ > drwxr-xr-x 8 root root 101 Mar 8 10:49 ../ > > > so no permission problem.
Could you check a few things? 1) How much space do you have under /var or /var/spool. 2) Could you send a copy of your configuration file with the bug report. 3) Are you sure that the clamav user is part of the clamsmtp group? (run id -a clamav) You should see something like: uid=108(clamav) gid=108(clamav) groups=108(clamav),115(clamsmtp) Finally, could you run this as root? # /etc/init.d/clamsmtpd stop # strace clamsmtpd 2>&1 | tee clamsmtpd.strace.log Send an email, then compress the log and send it to me directly? My guess is that you have a permissions problem with clamav (clamd). Additionally, you can use a clamd.conf file to boost logging to the clamav-daemon application (clamd). -- Chad Walstrom <[EMAIL PROTECTED]> http://www.wookimus.net/ assert(expired(knowledge)); /* core dump */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]