diff --git a/postfix-2.2.9-main.cf.patch b/postfix-2.2.9-main.cf.patch index ed412c2..0abac29 100644 --- a/postfix-2.2.9-main.cf.patch +++ b/postfix-2.2.9-main.cf.patch @@ -1,5 +1,15 @@ +diff -ruN postfix-2.2.9-orig/conf/main.cf postfix-2.2.9/conf/main.cf --- postfix-2.2.9-orig/conf/main.cf 2005-03-04 17:48:25.000000000 +0000 +++ postfix-2.2.9/conf/main.cf 2008-08-04 19:08:01.086201423 +0000 +@@ -405,7 +405,7 @@ + # "Maildir/" for qmail-style delivery (the / is required). + # + #home_mailbox = Mailbox +-#home_mailbox = Maildir/ ++home_mailbox = Maildir/ + + # The mail_spool_directory parameter specifies the directory where + # UNIX-style mailboxes are kept. The default setting depends on the @@ -642,3 +642,29 @@ # readme_directory: The location of the Postfix README files. # diff --git a/postfix.changes b/postfix.changes index 625ac42..7dedf76 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -Tue Feb 2 15:45:26 UTC 2010 - varkoly@novell.com - -- bnc#567569 - Postfix: move ldap support to a separate package -- bnc#557239 - postfix delivers mail to user's home instead of /var/spool/mail - ------------------------------------------------------------------- Tue Jan 5 23:28:12 UTC 2010 - chris@computersalat.de diff --git a/postfix.spec b/postfix.spec index 0f32dbf..f62790a 100644 --- a/postfix.spec +++ b/postfix.spec @@ -43,7 +43,7 @@ PreReq: %insserv_prereq %fillup_prereq PreReq: /usr/bin/getent PreReq: /usr/sbin/useradd /usr/sbin/groupadd PreReq: /bin/sed /bin/awk /bin/grep -PreReq: textutils sh-utils fileutils pcre openldap2-devel netcfg +PreReq: textutils sh-utils fileutils pcre openldap2-client netcfg BuildRequires: db-devel BuildRequires: mysql-devel BuildRequires: openldap2-devel pcre-devel postgresql-devel