Page 1 of 1

Cant send email anymore

Posted: Sat Aug 20, 2016 8:22 am
by wilma55
I dont understand

error:
malware acl condition: clamd: unable to connect to UNIX socket /var/run/clamav/clamd.ctl (No such file)

I create it myself
malware acl condition: clamd: unable to connect to UNIX socket /var/run/clamav/clamd.ctl (Permission denied)

group and user: clamav

but I cant start: /etc/init.d/clamav-daemon start

so, I cant use vesta on cheap DO plan? (500Mb) $5

Re: Cant send email anymore

Posted: Wed Aug 24, 2016 1:24 pm
by skurudo
You can make changes in exim config

Code: Select all

malware = *
to

Code: Select all

malware = */defer_ok
If clamd fail, you can use mail anyway.

Re: Cant send email anymore

Posted: Wed Aug 24, 2016 1:46 pm
by wilma55
ok. thank you i will try