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