Uebimiau Webmail - "It was not possible to send this Email"

yes it match i file in my system in that directory

ive took from this how to for clamav

Code:
cd /etc/apt

nano sources.list

Add at the end
# clamav upgrade unofficial
deb http://ftp2.de.debian.org/debian-volatile/ sarge/volatile main 

save and close

apt-get update
apt-get upgrade

apt-get install clamav-daemon clamav-freshclam
usermod -G clamav,mail clamav

/etc/init.d/clamav-freshclam restart
/etc/init.d/clamav-daemon restart 

nano /etc/exim.conf

search:
system_filter = /etc/system_filter.exim

add:
av_scanner = clamd:/var/run/clamav/clamd.ctl

search:
# ACL that is used after the DATA command
check_message:
accept

change to:
# ACL that is used after the DATA command
check_message:
deny message = This message contains malformed MIME ($demime_reason)
demime = *
condition = ${if >{$demime_errorlevel}{2}{1}{0}}
deny message = This message contains a virus or other harmful content ($malware_name)
demime = *
malware = *
deny message = This message contains an attachment of a type which we do not accept (.$found_extension)
demime = bat:com:pif:prf:scr:vbs
warn message = X-Antivirus-Scanner: Clean mail though you should still use an Antivirus
accept 

/etc/init.d/exim restart

cd /etc/clamav
nano freshclam.conf

add "Checks 24" if non present.

that was in italian, ive translated in the best way i can ^^

thank for your support
 
I don't know where you got that how-to; though it may have even be on this forum, I've never seen the line.

Please post the output of
Code:
# ls -al /var/run/clamav/

Thanks.

Jeff
 
Ive took this How-to from a forum so much time ago.

That forum doesnt exist anymore but i saved that how-to.
Code:
>ls -al /var/run/clamav/
totale 16
drwxr-xr-x 2 clamav clamav 4096 2008-06-03 12:05 .
drwxr-xr-x 9 root   root   4096 2008-06-05 10:00 ..
srwxrwxrwx 1 clamav clamav    0 2008-06-03 12:05 clamd.ctl
-rw-rw---- 1 clamav clamav    4 2008-06-03 12:05 clamd.pid
-rw-rw---- 1 clamav clamav    4 2008-06-03 11:55 freshclam.pid
 
I'm still waiting for you to post the output I asked about in my previous post.

I respectfully suggest that if you need help in this forum you might want to try following one of the How-To's in this forum; it's more likely that we're more familiar with one posted here.

And of course the suggestions in this forum are known to work with one of the lines already included in SpamBlocker 3.1-beta.

Jeff
 
you right, but that how-to was in italian and worked fine with the other box so i used the same cause is same os in the new server...

by the way, i posted the result of the command u asked me

here again

Code:
>ls -al /var/run/clamav/
totale 16
drwxr-xr-x 2 clamav clamav 4096 2008-06-03 12:05 .
drwxr-xr-x 9 root   root   4096 2008-06-05 10:00 ..
srwxrwxrwx 1 clamav clamav    0 2008-06-03 12:05 clamd.ctl
-rw-rw---- 1 clamav clamav    4 2008-06-03 12:05 clamd.pid
-rw-rw---- 1 clamav clamav    4 2008-06-03 11:55 freshclam.pid
 
I'm sorry I missed that; I don't know what I was thinking :( .

I have no idea why it's not working; I do know that the How-To I used from these forums works properly with the SpamBlocker exim.conf file.

Jeff
 
i dont know too, but on the old machine thise how to i used is working fine...

by the way... with the comment i put, spamassasin and clamav look like they are working fine...
 
Back
Top