From b80cfeaf6929527659ffb8191aa3f4260f956b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 3 Feb 2012 15:17:02 +0100 Subject: [PATCH] New version Resolves: rhbz#786792 --- .gitignore | 4 ++-- postfix-2.7.0-config.patch | 16 +++++++--------- postfix.spec | 8 ++++++-- sources | 2 +- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index a14d92a..1e95c2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -pflogsumm-1.1.3.tar.gz -postfix-2.8.7.tar.gz +pflogsumm-*.tar.gz +postfix-*.tar.gz diff --git a/postfix-2.7.0-config.patch b/postfix-2.7.0-config.patch index ea8caf8..67b54c8 100644 --- a/postfix-2.7.0-config.patch +++ b/postfix-2.7.0-config.patch @@ -39,11 +39,11 @@ diff -up postfix-2.7.0/conf/main.cf.config postfix-2.7.0/conf/main.cf #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases # ADDRESS EXTENSIONS (e.g., user+foo) -@@ -458,7 +462,29 @@ unknown_local_recipient_reject_code = 55 - # the main.cf file, otherwise the SMTP server will reject mail for - # non-UNIX accounts with "User unknown in local recipient table". +@@ -458,7 +462,27 @@ unknown_local_recipient_reject_code = 55 # --#mailbox_transport = lmtp:unix:/file/name + # Cyrus IMAP over LMTP. Specify ``lmtpunix cmd="lmtpd" + # listen="/var/imap/socket/lmtp" prefork=0'' in cyrus.conf. +-#mailbox_transport = lmtp:unix:/var/imap/socket/lmtp +#mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp + +# If using the cyrus-imapd IMAP server deliver local mail to the IMAP @@ -65,11 +65,9 @@ diff -up postfix-2.7.0/conf/main.cf.config postfix-2.7.0/conf/main.cf +# capability of Cyrus. The concurrency limit can be used to control +# how many simultaneous LMTP sessions will be permitted to the Cyrus +# message store. -+# -+# To use the old cyrus deliver program you have to set: - #mailbox_transport = cyrus - - # The fallback_transport specifies the optional transport in master.cf + # + # Cyrus IMAP via command line. Uncomment the "cyrus...pipe" and + # subsequent line in master.cf. @@ -475,8 +501,7 @@ unknown_local_recipient_reject_code = 55 # the main.cf file, otherwise the SMTP server will reject mail for # non-UNIX accounts with "User unknown in local recipient table". diff --git a/postfix.spec b/postfix.spec index a423229..fec7eaa 100644 --- a/postfix.spec +++ b/postfix.spec @@ -37,8 +37,8 @@ Name: postfix Summary: Postfix Mail Transport Agent -Version: 2.8.7 -Release: 5%{?dist} +Version: 2.9.0 +Release: 1%{?dist} Epoch: 2 Group: System Environment/Daemons URL: http://www.postfix.org @@ -525,6 +525,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Feb 3 2012 Jaroslav Škarvada - 2:2.9.0-1 +- New version + Resolves: rhbz#786792 + * Sat Jan 14 2012 Fedora Release Engineering - 2:2.8.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index c0ca6a5..8ba31aa 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 5e3fb28dfb5b7f4a8b6b9bf2abde9542 pflogsumm-1.1.3.tar.gz -b3ff47a38db920fc15bb207f42da53db postfix-2.8.7.tar.gz +43a5ea2d6fb39185a60b4635e016967e postfix-2.9.0.tar.gz