Hello, I have a problem with spam settings. In "Server Config" I have enabled rspamd and it is inserting lines in the posffix config correctly : smtpd_milters = inet:localhost:11332 non_smtpd_milters = inet:localhost:11332 milter_protocol = 6 milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen} milter_default_action = accept However in a Mail Domain if I disable "Spamfilter" I see no rules being created in /etc/rspamd to bypass spam checks on the domain in question. Am I missing something? Alternatively can I disable rspamd completly so it does not write the lines in main.conf ? (We have an upstream spam filter anyway) Thanks in advance
Disabled means that no rules are written for the domain. If you do not want that rspamd removes mails based on spam score, set spamfilter level to uncensored. No, as rspamd does other things like Antivirus checks and DKIM signing as well.
Ok thanks now that I see the answer it seems pretty obvious. Now configs are present in /etc/rspamd set as you said.