Hello community, here is the log from the commit of package postfix for openSUSE:Factory checked in at 2014-06-30 21:42:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postfix (Old) and /work/SRC/openSUSE:Factory/.postfix.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postfix" Changes: -------- --- /work/SRC/openSUSE:Factory/postfix/postfix.changes 2014-06-26 08:00:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2014-06-30 21:42:50.000000000 +0200 @@ -1,0 +2,12 @@ +Fri Jun 27 23:16:21 UTC 2014 - [email protected] + +- fix typo in postfix-SuSE/update_chroot.systemd +- fix config.postfix + * 'insserv amavis' -> 'chkconfig amavis on' +- rework main.cf patch + * fix virtual stuff + * add some dovecot stuff +- rework master.cf patch + * add some dovecot stuff + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postfix-SuSE.tar.gz ++++++ Files old/postfix-SuSE/.bug-837561_bnc#837561-2.diff.swp and new/postfix-SuSE/.bug-837561_bnc#837561-2.diff.swp differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/postfix-SuSE/config.postfix new/postfix-SuSE/config.postfix --- old/postfix-SuSE/config.postfix 2014-06-23 17:17:27.000000000 +0200 +++ new/postfix-SuSE/config.postfix 2014-06-28 01:16:07.000000000 +0200 @@ -1281,7 +1281,7 @@ test -s $r/etc/sysconfig/amavis && . $r/etc/sysconfig/amavis if [ "$USE_AMAVIS" = "yes" ]; then gen_amavisd_cf - insserv amavis + chkconfig amavis on fi fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/postfix-SuSE/update_chroot.systemd new/postfix-SuSE/update_chroot.systemd --- old/postfix-SuSE/update_chroot.systemd 2011-08-12 18:01:16.000000000 +0200 +++ new/postfix-SuSE/update_chroot.systemd 2014-06-27 21:19:39.000000000 +0200 @@ -19,7 +19,7 @@ chk_mysql_sock() { - lcoal -i RET=0 + local -i RET=0 local PF_CHROOT="/var/spool/postfix" local MYSQLD="$($defaults mysqld)" ++++++ postfix-main.cf.patch ++++++ --- /var/tmp/diff_new_pack.nkyBsF/_old 2014-06-30 21:42:51.000000000 +0200 +++ /var/tmp/diff_new_pack.nkyBsF/_new 2014-06-30 21:42:51.000000000 +0200 @@ -2,17 +2,27 @@ =================================================================== --- conf/main.cf.orig +++ conf/main.cf -@@ -655,3 +655,115 @@ sample_directory = +@@ -548,6 +548,7 @@ unknown_local_recipient_reject_code = 55 + # + #smtpd_banner = $myhostname ESMTP $mail_name + #smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) ++smtpd_banner = $myhostname ESMTP + + # PARALLEL DELIVERY TO THE SAME DESTINATION + # +@@ -654,4 +655,120 @@ sample_directory = + # readme_directory: The location of the Postfix README files. # readme_directory = - inet_protocols = ipv4 + +biff = no +content_filter = +delay_warning_time = 0h +disable_dns_lookups = no +disable_mime_output_conversion = no ++disable_vrfy_command = yes +inet_interfaces = all + inet_protocols = ipv4 +masquerade_classes = envelope_sender, header_sender, header_recipient +masquerade_domains = +masquerade_exceptions = @@ -35,6 +45,7 @@ +message_size_limit = 0 +strict_8bitmime = no +strict_rfc821_envelopes = no ++smtpd_delay_reject = yes +smtpd_helo_required = no + +smtpd_client_restrictions = @@ -53,6 +64,8 @@ +smtp_sasl_security_options = +smtp_sasl_password_maps = +smtpd_sasl_auth_enable = no ++#smtpd_sasl_path = private/auth ++#smtpd_sasl_type = dovecot +############################################################ +# TLS stuff +############################################################ @@ -81,7 +94,7 @@ +############################################################ +# Start MySQL from postfixwiki.org +############################################################ -+#relay_domains = $mydestination, hash:/etc/postfix/relay ++relay_domains = $mydestination, hash:/etc/postfix/relay +virtual_alias_domains = +#virtual_alias_maps = hash:/etc/postfix/virtual +#virtual_uid_maps = static:303 @@ -91,15 +104,15 @@ +#virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf +#virtual_mailbox_limit = 0 +#virtual_mailbox_limit_inbox = no -+#virtual_mailbox_limit_maps = hash:/etc/postfix/vquota -+#virtual_mailbox_limit_override = yes +#virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf ++## For dovecot LMTP replace 'virtual' with 'lmtp:unix:private/dovecot-lmtp' +#virtual_transport = virtual ++## Additional for quota support ++#virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf ++#virtual_mailbox_limit_override = yes +### Needs Maildir++ compatible IMAP servers, like Courier-IMAP +#virtual_maildir_filter = yes +#virtual_maildir_filter_maps = hash:/etc/postfix/vfilter -+#virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf -+#virtual_mailbox_limit_override = yes +#virtual_maildir_limit_message = Sorry, the user's maildir has overdrawn his diskspace quota, please try again later. +#virtual_maildir_limit_message_maps = hash:/etc/postfix/vmsg +#virtual_overquota_bounce = yes ++++++ postfix-master.cf.patch ++++++ --- /var/tmp/diff_new_pack.nkyBsF/_old 2014-06-30 21:42:51.000000000 +0200 +++ /var/tmp/diff_new_pack.nkyBsF/_new 2014-06-30 21:42:51.000000000 +0200 @@ -97,7 +97,7 @@ # # ==================================================================== # -@@ -128,3 +154,7 @@ scache unix - - n +@@ -128,3 +154,10 @@ scache unix - - n #mailman unix - n n - - pipe # flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py # ${nexthop} ${user} @@ -105,3 +105,6 @@ +#procmail unix - n n - - pipe +# flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc ${sender} ${recipient} +# ++#dovecot unix - n n - - pipe ++# flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient} ++# -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
