Browse Source

sendmail: changed to enable IPv6 support by default

user/chris/next/0.4
Christian Wiese 12 years ago committed by Christian Wiese
parent
commit
7f0a00eefb
  1. 3
      mail/sendmail/sendmail.conf

3
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"

Loading…
Cancel
Save