Module Name:    src
Committed By:   pgoyette
Date:           Tue Feb 21 01:13:21 UTC 2017

Modified Files:
        src/external/ibm-public/postfix/dist/conf: main.cf

Log Message:
Set the smtputf8_enable switch to "no" for now, since we are build without
EAI support.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/ibm-public/postfix/dist/conf/main.cf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/ibm-public/postfix/dist/conf/main.cf
diff -u src/external/ibm-public/postfix/dist/conf/main.cf:1.6 src/external/ibm-public/postfix/dist/conf/main.cf:1.7
--- src/external/ibm-public/postfix/dist/conf/main.cf:1.6	Tue Feb 14 01:16:43 2017
+++ src/external/ibm-public/postfix/dist/conf/main.cf	Tue Feb 21 01:13:21 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: main.cf,v 1.6 2017/02/14 01:16:43 christos Exp $
+#	$NetBSD: main.cf,v 1.7 2017/02/21 01:13:21 pgoyette Exp $
 #
 # Global Postfix configuration file. This file lists only a subset
 # of all parameters. For the syntax, and for a complete parameter
@@ -31,6 +31,9 @@
 #
 compatibility_level = 2
 
+# On NetBSD we are built without EAI support, so we must disable utf8
+smtputf8_enable=no
+
 # SOFT BOUNCE
 #
 # The soft_bounce parameter provides a limited safety net for

Reply via email to