From 7f0a00eefb557519b4148e879bac3c59e70c1fe9 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 15 Oct 2012 12:21:40 +0200 Subject: [PATCH] sendmail: changed to enable IPv6 support by default --- mail/sendmail/sendmail.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mail/sendmail/sendmail.conf b/mail/sendmail/sendmail.conf index e85ede7d4..b88603814 100644 --- a/mail/sendmail/sendmail.conf +++ b/mail/sendmail/sendmail.conf @@ -36,6 +36,9 @@ sm_main() { # cp $confdir/site.config.m4 ../devtools/Site/ + # IPv6 support by default + sm_appenddef "confENVDEF" "-DNETINET6=1" + # SASL2 (smtp authentication) if pkginstalled -f cyrus-sasl2; then sm_appenddef "confENVDEF" "-DSASL=2"