Re: [exim] exim with rspamd connection with clamav

Startseite
Nachricht löschen
Nachricht beantworten
Autor: James Gibbard
Datum:  
To: exim-users@exim.org
Betreff: Re: [exim] exim with rspamd connection with clamav
No, you have incorrect config, as pointed out by Graeme. I trimmed, credit
to him.


>> i only add this config:
>>
>>spamd_address = x.x.x.x 11333 variant=rspamd
>>
>>deny    malware = */defer_ok
>>message = This message contains a virus ($malware_name).


> *You are defining a spam scanner, then calling a malware scanner. The two

are not the same thing.*

>You need something like:


>       spamd_address = x.x.x.x 11333 variant=rspamd


>      deny    spam = nobody:true/defer_ok


> Graeme