saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2022-06-28 13:58:08 +03:00
parent f3aa21d388
commit 8d7d57094b
5 changed files with 18 additions and 7 deletions

View File

@@ -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