saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
@@ -417,7 +417,18 @@ postscreen_cache_map = proxy:btree:$data_directory/postscreen_cache
|
||||
postscreen_dnsbl_reply_map = texthash:/etc/postfix/postscreen_dnsbl_reply
|
||||
|
||||
# DKIM
|
||||
smtpd_milters = inet:127.0.0.1:8891, inet:127.0.0.1:11332, inet:localhost:8893
|
||||
smtpd_milters = inet:127.0.0.1:8891, inet:localhost:8893
|
||||
#smtpd_milters = inet:127.0.0.1:8891, inet:127.0.0.1:11332, inet:localhost:8893
|
||||
non_smtpd_milters = $smtpd_milters
|
||||
milter_default_action = accept
|
||||
#milter_protocol = 2
|
||||
# if rspamd is down, don't reject mail
|
||||
milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen} {auth_type}
|
||||
|
||||
# amavis
|
||||
#content_filter=amavisfeed:[127.0.0.1]:10024
|
||||
|
||||
#receive_override_options=no_address_mappings
|
||||
non_smtpd_milters = $smtpd_milters
|
||||
milter_default_action = accept
|
||||
#milter_protocol = 2
|
||||
|
||||
Reference in New Issue
Block a user