diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-13 08:00:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-13 08:00:48 +0000 |
commit | c9686bbe491bee54b36e69d8bb05129cdc9dec38 (patch) | |
tree | e13485b36cc3fc880de74e96b9bb50e311551d68 /debian/patches | |
parent | Releasing progress-linux version 3.9.1-4~progress7.99u1. (diff) | |
download | postfix-c9686bbe491bee54b36e69d8bb05129cdc9dec38.tar.xz postfix-c9686bbe491bee54b36e69d8bb05129cdc9dec38.zip |
Merging debian version 3.9.1-5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/debian-differences-main-cf.diff | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/debian/patches/debian-differences-main-cf.diff b/debian/patches/debian-differences-main-cf.diff deleted file mode 100644 index e674e72..0000000 --- a/debian/patches/debian-differences-main-cf.diff +++ /dev/null @@ -1,30 +0,0 @@ -diff --git a/conf/main.cf b/conf/main.cf -index 2f4eba9e..f5448915 100644 ---- a/conf/main.cf -+++ b/conf/main.cf -@@ -81,3 +81,3 @@ data_directory = /var/lib/postfix - # --mail_owner = postfix -+#mail_owner = postfix - -@@ -120,2 +120,7 @@ mail_owner = postfix - # -+# Debian GNU/Linux specific: Specifying a file name will cause the -+# first line of that file to be used as the name. The Debian default -+# is /etc/mailname. -+# -+#myorigin = /etc/mailname - #myorigin = $myhostname -@@ -288,2 +293,3 @@ unknown_local_recipient_reject_code = 550 - #mynetworks = hash:/etc/postfix/network_table -+mynetworks = 127.0.0.0/8 - -@@ -578,2 +584,3 @@ unknown_local_recipient_reject_code = 550 - #smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) -+smtpd_banner = $myhostname ESMTP $mail_name (@@DISTRO@@) - -@@ -602,3 +609,3 @@ unknown_local_recipient_reject_code = 550 - # --debug_peer_level = 2 -+#debug_peer_level = 2 - |