Skip to content

Commit f249620

Browse files
Update 15-config-postfix.sh
1 parent 4d2fb57 commit f249620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/etc/cont-init.d/15-config-postfix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ EOL
166166
[[ "$POSTFIX_SMTPD_TLS" == "require" ]] && echo "smtpd_tls_req_ccert = yes" >>/etc/postfix/main.cf
167167
fi
168168

169-
if [[ "$POSTFIX_SMTP_TLS" =~ ^(true|encrypt|dane|dane-only|verify|secure)$ ]]; then
169+
if [[ "$POSTFIX_SMTP_TLS" =~ ^(true|may|encrypt|dane|dane-only|verify|secure)$ ]]; then
170170
echo "Setting Postfix smtp TLS configuration"
171171
cat >>/etc/postfix/main.cf <<EOL
172172

0 commit comments

Comments
 (0)