saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2023-04-14 01:29:05 +03:00
parent 63e9df51ef
commit 72dfd9177b
11 changed files with 276 additions and 16 deletions

View File

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

View File

@@ -0,0 +1 @@
[mail.smtp2go.com]:2525 bogdan:nyJZwaNVCTl9dY/n2/cMIJJWBgTcKeRsxmsx6pbqdmE

Binary file not shown.