diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2022-06-03 06:45:38 +0200 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2022-06-03 06:45:38 +0200 |
commit | 7384f5368e82dd9644322da2b07abc32a3c44ca9 (patch) | |
tree | 69a0c8584213d5649ca7477456cc0f8848b53b03 /mail/sendmail/files/site.config.m4.tls | |
parent | x11-wm/wayfire-plugins-extra: switch to upstream wlroots 0.15 fix (diff) |
mail/sendmail: New options MTA-STS TLS_CERT_CHAIN
PR: 264324
Diffstat (limited to 'mail/sendmail/files/site.config.m4.tls')
-rw-r--r-- | mail/sendmail/files/site.config.m4.tls | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/sendmail/files/site.config.m4.tls b/mail/sendmail/files/site.config.m4.tls index ec8a57bdbee1..49ed44d92ebe 100644 --- a/mail/sendmail/files/site.config.m4.tls +++ b/mail/sendmail/files/site.config.m4.tls @@ -1,2 +1,4 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -DTLS_EC') +APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -DTLS_EC=2') +APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_TLS_ALTNAMES') +APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_VRFY_TRUSTED_FIRST') APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto') |