aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sendmail/files
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-04-16 22:39:22 +0800
committerdinoex <dinoex@FreeBSD.org>2003-04-16 22:39:22 +0800
commitd18ab86340f391892ad22f7febcc2f15c5f4ec81 (patch)
treeed91c551d6cd8d48d5f246a2e16aebc437cf514e /mail/sendmail/files
parentb51f15b533816efcc8683e04f041b4582c9b426b (diff)
downloadfreebsd-ports-gnome-d18ab86340f391892ad22f7febcc2f15c5f4ec81.tar.gz
freebsd-ports-gnome-d18ab86340f391892ad22f7febcc2f15c5f4ec81.tar.zst
freebsd-ports-gnome-d18ab86340f391892ad22f7febcc2f15c5f4ec81.zip
- Added new option SENDMAIL_WITH_SMTPS=yes
The current sendmail port (mail/sendmail) does not allow to build build sendmail with smtps support (SSL but not STARTTLS). This mode is required by some MUA (ex. the only way to enable encryption in MS Outlook Express is to use smtps). PR: 51029 Submitted by: and@rsu.ru
Diffstat (limited to 'mail/sendmail/files')
-rw-r--r--mail/sendmail/files/site.config.m4.smtps1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/sendmail/files/site.config.m4.smtps b/mail/sendmail/files/site.config.m4.smtps
new file mode 100644
index 000000000000..f66b5fa440cd
--- /dev/null
+++ b/mail/sendmail/files/site.config.m4.smtps
@@ -0,0 +1 @@
+APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_SMTP_SSL')