saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
@@ -130,8 +130,18 @@ smtp_extra_recipient_limit = 50
|
||||
recipient_delimiter = +
|
||||
|
||||
# relay mails through sendgrid
|
||||
relayhost = [smtp.sendgrid.net]:587
|
||||
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
|
||||
#relayhost = [smtp.sendgrid.net]:587
|
||||
#smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd_sendgrid
|
||||
#smtp_sasl_auth_enable = yes
|
||||
#smtp_sasl_security_options = noanonymous
|
||||
#smtp_sasl_tls_security_options = noanonymous
|
||||
#smtp_tls_security_level = encrypt
|
||||
#smtp_tls_fingerprint_digest = sha256
|
||||
#header_size_limit = 4096000
|
||||
|
||||
# relay mails through smtp2go
|
||||
relayhost = [mail.smtp2go.com]:2525
|
||||
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd_smtp2go
|
||||
smtp_sasl_auth_enable = yes
|
||||
smtp_sasl_security_options = noanonymous
|
||||
smtp_sasl_tls_security_options = noanonymous
|
||||
|
||||
Reference in New Issue
Block a user