You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,15 +158,18 @@ linux/arm64
158
158
159
159
*`POSTFIX_DEBUG`: Enable debug (default `false`)
160
160
*`POSTFIX_MESSAGE_SIZE_LIMIT`: The maximal size in bytes of a message, including envelope information (default `26214400`)
161
-
*`POSTFIX_SMTPD_TLS`: Enabling TLS in the Postfix SMTP server (default `false`)
161
+
*`POSTFIX_SMTPD_TLS`: Enabling TLS in the Postfix SMTP server (default `false`, possible values: `true`|`may`|`encrypt`|`ask`|`require`, see [Postfix TLS README](https://www.postfix.org/TLS_README.html#client_tls_levels))
162
162
*`POSTFIX_SMTPD_TLS_CERT_FILE`: File with the Postfix SMTP server RSA certificate in PEM format
163
-
*`POSTFIX_SMTPD_TLS_KEY_FILE`: File with the Postfix SMTP server RSA private key in PEM format
164
-
*`POSTFIX_SMTP_TLS`: Enabling TLS in the Postfix SMTP client (default `false`)
163
+
*`POSTFIX_SMTPD_TLS_ECCERT_FILE`: File with the Postfix SMTP server RSA private key in PEM format
164
+
*`POSTFIX_SMTPD_TLS_ECKEY_FILE`: File with the Postfix SMTP server ECC certificate in PEM format
165
+
*`POSTFIX_SMTPD_TLS_KEY_FILE`: File with the Postfix SMTP server ECC private key in PEM format
166
+
*`POSTFIX_SMTP_TLS`: Enabling TLS in the Postfix SMTP client (default `false`, possible values: `true`|`may`|`encrypt`|`dane`|`dane-only`|`verify`|`secure`, see [Postfix TLS README](https://www.postfix.org/TLS_README.html#server_vrfy_client))
165
167
*`POSTFIX_RELAYHOST`: Default host to send mail to
166
168
*`POSTFIX_RELAYHOST_AUTH_ENABLE`: Enable client-side authentication for relayhost (default `false`)
167
169
*`POSTFIX_RELAYHOST_USERNAME`: Postfix SMTP Client username for relayhost authentication
168
170
*`POSTFIX_RELAYHOST_PASSWORD`: Postfix SMTP Client password for relayhost authentication
169
-
*`POSTFIX_RELAYHOST_SSL_ENCRYPTION`: enable SSL encrpytion over SMTP where TLS is not available. (default `false`)
171
+
*`POSTFIX_RELAYHOST_SSL_ENCRYPTION`: enable SSL encrpytion over SMTP where TLS is not available. (default `false`, possible values: `true`|`tls_policy`, `tls_policy` uses the policy defined by `POSTFIX_SMTP_TLS`)
172
+
*`POSTFIX_SMTP_TLS_DOMAINS_EXCEPTIONS`: Comma-separated list of domains with TLS exceptions (`TLS policy`: `may`)
170
173
*`POSTFIX_SPAMAUS_DQS_KEY`: Personal key for [Spamhaus DQS](#spamhaus-dqs-configuration)
0 commit comments