> Now I have had several suggestions that using amavis is not the preferred way > to go. > > Therefore I started all over. > > Back to where I just had a clean install of clamav and clamav-daemon. > > And of course my working postfix.... > > I then added: > *** > > clamav { > attachments_only = false; > symbol = "CLAM_VIRUS"; > type = "clamav"; > action = "reject"; > servers = "/var/run/clamav/clamd.ctl"; > } > *** > to a new file in /etc/rspamd/override.d/antivirus.conf
If you didn't do it on purpose move that file to: /etc/rspamd/local.d/antivirus.conf local.d merges configs and might keep defaults defined in modules.d whereas override.d replaces configs. If you are not experienced with rspamd it's better to go with local.d first. https://rspamd.com/doc/faq.html#what-are-local-and-override-config-files https://rspamd.com/doc/faq.html#what-are-the-locald-and-overrided-directories The rspamd mailinglist is better suited for this: https://lists.rspamd.com/mailman/listinfo/users Best regards, Gerald
_______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org