add spamass-milter
This commit is contained in:
parent
80ef87c91d
commit
cbb570c8b9
@ -48,7 +48,7 @@ smtpd_sasl_auth_enable = yes
|
||||
smtpd_relay_restrictions = permit_mynetworks,permit_sasl_authenticated,defer_unauth_destination
|
||||
|
||||
smtpd_milters =
|
||||
inet:{{getenv "SPAMASSASSINHOST"}}:{{getenv "SPAMASSASSINPORT"}}
|
||||
unix:/var/run/spamass.sock
|
||||
non_smtpd_milters = $smtpd_milters
|
||||
milter_default_action = accept
|
||||
milter_macro_daemon_name = ORIGINATING
|
||||
|
3
rootfs/etc/services.d/spamass-milter/run
Normal file
3
rootfs/etc/services.d/spamass-milter/run
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/with-contenv sh
|
||||
|
||||
spamass-milter -p /var/run/spamass.sock -- -d spamassassin
|
Loading…
Reference in New Issue
Block a user