Disable smtputf8 support, EAI support is not compiled in our port.
This way postfix does not warn on every command invocation. ok sthen@ Brad (Maintainer)
This commit is contained in:
parent
3ff4641a95
commit
ed7484f521
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.289 2015/09/27 13:56:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.290 2015/10/19 19:38:09 giovanni Exp $
|
||||
|
||||
VERSION= 3.1-20150924
|
||||
REVISION= 0
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}
|
||||
|
||||
|
@ -1,7 +1,15 @@
|
||||
$OpenBSD: patch-conf_main_cf,v 1.3 2014/10/16 18:27:28 brad Exp $
|
||||
--- conf/main.cf.orig Wed Oct 1 17:36:20 2014
|
||||
+++ conf/main.cf Sun Oct 5 03:50:16 2014
|
||||
@@ -133,6 +133,9 @@ mail_owner = postfix
|
||||
$OpenBSD: patch-conf_main_cf,v 1.4 2015/10/19 19:38:10 giovanni Exp $
|
||||
--- conf/main.cf.orig Wed Apr 1 12:56:39 2015
|
||||
+++ conf/main.cf Thu Oct 15 15:08:06 2015
|
||||
@@ -28,6 +28,7 @@
|
||||
# The level below is what should be used with new (not upgrade) installs.
|
||||
#
|
||||
compatibility_level = 2
|
||||
+smtputf8_enable = no
|
||||
|
||||
# SOFT BOUNCE
|
||||
#
|
||||
@@ -133,6 +134,9 @@ mail_owner = postfix
|
||||
#inet_interfaces = $myhostname
|
||||
#inet_interfaces = $myhostname, localhost
|
||||
|
||||
@ -11,7 +19,7 @@ $OpenBSD: patch-conf_main_cf,v 1.3 2014/10/16 18:27:28 brad Exp $
|
||||
# The proxy_interfaces parameter specifies the network interface
|
||||
# addresses that this mail system receives mail on by way of a
|
||||
# proxy or network address translation unit. This setting extends
|
||||
@@ -673,4 +676,3 @@ sample_directory =
|
||||
@@ -673,4 +677,3 @@ sample_directory =
|
||||
# readme_directory: The location of the Postfix README files.
|
||||
#
|
||||
readme_directory =
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.182 2015/10/13 12:48:10 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.183 2015/10/19 19:38:10 giovanni Exp $
|
||||
|
||||
VERSION= 3.0.3
|
||||
REVISION= 0
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}
|
||||
|
||||
|
@ -1,7 +1,15 @@
|
||||
$OpenBSD: patch-conf_main_cf,v 1.6 2015/04/09 19:49:59 sthen Exp $
|
||||
--- conf/main.cf.orig Thu Oct 9 19:46:44 2014
|
||||
+++ conf/main.cf Thu Mar 12 01:12:07 2015
|
||||
@@ -133,6 +133,9 @@ mail_owner = postfix
|
||||
$OpenBSD: patch-conf_main_cf,v 1.7 2015/10/19 19:38:10 giovanni Exp $
|
||||
--- conf/main.cf.orig Fri Oct 10 01:46:44 2014
|
||||
+++ conf/main.cf Thu Oct 15 15:08:37 2015
|
||||
@@ -28,6 +28,7 @@
|
||||
# The level below is what should be used with new (not upgrade) installs.
|
||||
#
|
||||
compatibility_level = 2
|
||||
+smtputf8_enable = no
|
||||
|
||||
# SOFT BOUNCE
|
||||
#
|
||||
@@ -133,6 +134,9 @@ mail_owner = postfix
|
||||
#inet_interfaces = $myhostname
|
||||
#inet_interfaces = $myhostname, localhost
|
||||
|
||||
@ -11,7 +19,7 @@ $OpenBSD: patch-conf_main_cf,v 1.6 2015/04/09 19:49:59 sthen Exp $
|
||||
# The proxy_interfaces parameter specifies the network interface
|
||||
# addresses that this mail system receives mail on by way of a
|
||||
# proxy or network address translation unit. This setting extends
|
||||
@@ -673,4 +676,3 @@ sample_directory =
|
||||
@@ -673,4 +677,3 @@ sample_directory =
|
||||
# readme_directory: The location of the Postfix README files.
|
||||
#
|
||||
readme_directory =
|
||||
|
Loading…
x
Reference in New Issue
Block a user