install_postfix_advanced.sh: get rid of trailling blanks.
This commit is contained in:
		@@ -1811,23 +1811,10 @@ smtp_host_lookup = dns
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
smtp_dns_support_level = dnssec
 | 
					smtp_dns_support_level = dnssec
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## - Aktiviert TLS für den Mailempfang
 | 
					## - Aktiviert TLS für den Mailempfang
 | 
				
			||||||
## -
 | 
					## -
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# By default, TLS is disabled in the Postfix SMTP server, so no difference to plain Postfix
 | 
					 | 
				
			||||||
# is visible. Explicitly switch it on using "smtpd_use_tls = yes".
 | 
					 | 
				
			||||||
#
 | 
					 | 
				
			||||||
# Example:
 | 
					 | 
				
			||||||
#
 | 
					 | 
				
			||||||
#     /etc/postfix/main.cf:
 | 
					 | 
				
			||||||
#        smtpd_use_tls = yes
 | 
					 | 
				
			||||||
#
 | 
					 | 
				
			||||||
# With this, Postfix SMTP server announces STARTTLS support to SMTP clients, but does
 | 
					 | 
				
			||||||
# not require that clients use TLS encryption.
 | 
					 | 
				
			||||||
#
 | 
					 | 
				
			||||||
smtpd_use_tls=yes
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# The SMTP TLS security level for the Postfix SMTP server; when a non-empty value is
 | 
					# The SMTP TLS security level for the Postfix SMTP server; when a non-empty value is
 | 
				
			||||||
# specified, this overrides the obsolete parameters smtpd_use_tls and smtpd_enforce_tls.
 | 
					# specified, this overrides the obsolete parameters smtpd_use_tls and smtpd_enforce_tls.
 | 
				
			||||||
# This parameter is ignored with "smtpd_tls_wrappermode = yes".
 | 
					# This parameter is ignored with "smtpd_tls_wrappermode = yes".
 | 
				
			||||||
@@ -1850,17 +1837,10 @@ smtpd_use_tls=yes
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
smtpd_tls_security_level=may
 | 
					smtpd_tls_security_level=may
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## - Aktiviert TLS für den Mailversand
 | 
					## - Aktiviert TLS für den Mailversand
 | 
				
			||||||
## -
 | 
					## -
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Opportunistic mode: use TLS when a remote SMTP server announces STARTTLS support,
 | 
					 | 
				
			||||||
# otherwise send the mail in the clear. Beware: some SMTP servers offer STARTTLS even if /
 | 
					 | 
				
			||||||
# it is not configured.
 | 
					 | 
				
			||||||
#
 | 
					 | 
				
			||||||
# default: no
 | 
					 | 
				
			||||||
#
 | 
					 | 
				
			||||||
smtp_use_tls=yes
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# The default SMTP TLS security level for the Postfix SMTP client. When a non-empty value
 | 
					# The default SMTP TLS security level for the Postfix SMTP client. When a non-empty value
 | 
				
			||||||
# is specified, this overrides the obsolete parameters smtp_use_tls, smtp_enforce_tls,
 | 
					# is specified, this overrides the obsolete parameters smtp_use_tls, smtp_enforce_tls,
 | 
				
			||||||
# and smtp_tls_enforce_peername; when no value is specified for smtp_tls_enforce_peername
 | 
					# and smtp_tls_enforce_peername; when no value is specified for smtp_tls_enforce_peername
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user