New version
Resolves: rhbz#786792
This commit is contained in:
parent
df975fb604
commit
b80cfeaf69
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
pflogsumm-1.1.3.tar.gz
|
||||
postfix-2.8.7.tar.gz
|
||||
pflogsumm-*.tar.gz
|
||||
postfix-*.tar.gz
|
||||
|
@ -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".
|
||||
|
@ -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 <jskarvad@redhat.com> - 2:2.9.0-1
|
||||
- New version
|
||||
Resolves: rhbz#786792
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.8.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user