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 changed files with 3 additions and 0 deletions
  1. +3
    -0
      mail/sendmail/sendmail.conf

+ 3
- 0
mail/sendmail/sendmail.conf

@ -36,6 +36,9 @@ sm_main() {
# #
cp $confdir/site.config.m4 ../devtools/Site/ cp $confdir/site.config.m4 ../devtools/Site/
# IPv6 support by default
sm_appenddef "confENVDEF" "-DNETINET6=1"
# SASL2 (smtp authentication) # SASL2 (smtp authentication)
if pkginstalled -f cyrus-sasl2; then if pkginstalled -f cyrus-sasl2; then
sm_appenddef "confENVDEF" "-DSASL=2" sm_appenddef "confENVDEF" "-DSASL=2"

Loading…
Cancel
Save