Accepting request 238955 from home:computersalat:devel:mail
fix typo in update_chroot.systemd, fix config.postfix 'insserv amavis', add some dovecot stuff to main/master.cf OBS-URL: https://build.opensuse.org/request/show/238955 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=193
This commit is contained in:
parent
13da999654
commit
4ff5275f96
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2aef0ce074b0d4c3afd91d7ee201a3df20df0a94e9506ebf05c2877b9e76efd9
|
oid sha256:2a27dc041c9e945b5b36cef53c71f0022f50233b5ba85be5d7fa53ca501f49b1
|
||||||
size 27344
|
size 24377
|
||||||
|
@ -2,17 +2,27 @@ Index: conf/main.cf
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- conf/main.cf.orig
|
--- conf/main.cf.orig
|
||||||
+++ conf/main.cf
|
+++ 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 =
|
readme_directory =
|
||||||
inet_protocols = ipv4
|
|
||||||
+
|
+
|
||||||
+biff = no
|
+biff = no
|
||||||
+content_filter =
|
+content_filter =
|
||||||
+delay_warning_time = 0h
|
+delay_warning_time = 0h
|
||||||
+disable_dns_lookups = no
|
+disable_dns_lookups = no
|
||||||
+disable_mime_output_conversion = no
|
+disable_mime_output_conversion = no
|
||||||
|
+disable_vrfy_command = yes
|
||||||
+inet_interfaces = all
|
+inet_interfaces = all
|
||||||
|
inet_protocols = ipv4
|
||||||
+masquerade_classes = envelope_sender, header_sender, header_recipient
|
+masquerade_classes = envelope_sender, header_sender, header_recipient
|
||||||
+masquerade_domains =
|
+masquerade_domains =
|
||||||
+masquerade_exceptions =
|
+masquerade_exceptions =
|
||||||
@ -35,6 +45,7 @@ Index: conf/main.cf
|
|||||||
+message_size_limit = 0
|
+message_size_limit = 0
|
||||||
+strict_8bitmime = no
|
+strict_8bitmime = no
|
||||||
+strict_rfc821_envelopes = no
|
+strict_rfc821_envelopes = no
|
||||||
|
+smtpd_delay_reject = yes
|
||||||
+smtpd_helo_required = no
|
+smtpd_helo_required = no
|
||||||
+
|
+
|
||||||
+smtpd_client_restrictions =
|
+smtpd_client_restrictions =
|
||||||
@ -53,6 +64,8 @@ Index: conf/main.cf
|
|||||||
+smtp_sasl_security_options =
|
+smtp_sasl_security_options =
|
||||||
+smtp_sasl_password_maps =
|
+smtp_sasl_password_maps =
|
||||||
+smtpd_sasl_auth_enable = no
|
+smtpd_sasl_auth_enable = no
|
||||||
|
+#smtpd_sasl_path = private/auth
|
||||||
|
+#smtpd_sasl_type = dovecot
|
||||||
+############################################################
|
+############################################################
|
||||||
+# TLS stuff
|
+# TLS stuff
|
||||||
+############################################################
|
+############################################################
|
||||||
@ -81,7 +94,7 @@ Index: conf/main.cf
|
|||||||
+############################################################
|
+############################################################
|
||||||
+# Start MySQL from postfixwiki.org
|
+# Start MySQL from postfixwiki.org
|
||||||
+############################################################
|
+############################################################
|
||||||
+#relay_domains = $mydestination, hash:/etc/postfix/relay
|
+relay_domains = $mydestination, hash:/etc/postfix/relay
|
||||||
+virtual_alias_domains =
|
+virtual_alias_domains =
|
||||||
+#virtual_alias_maps = hash:/etc/postfix/virtual
|
+#virtual_alias_maps = hash:/etc/postfix/virtual
|
||||||
+#virtual_uid_maps = static:303
|
+#virtual_uid_maps = static:303
|
||||||
@ -91,15 +104,15 @@ Index: conf/main.cf
|
|||||||
+#virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf
|
+#virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf
|
||||||
+#virtual_mailbox_limit = 0
|
+#virtual_mailbox_limit = 0
|
||||||
+#virtual_mailbox_limit_inbox = no
|
+#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
|
+#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
|
+#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
|
+### Needs Maildir++ compatible IMAP servers, like Courier-IMAP
|
||||||
+#virtual_maildir_filter = yes
|
+#virtual_maildir_filter = yes
|
||||||
+#virtual_maildir_filter_maps = hash:/etc/postfix/vfilter
|
+#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 = Sorry, the user's maildir has overdrawn his diskspace quota, please try again later.
|
||||||
+#virtual_maildir_limit_message_maps = hash:/etc/postfix/vmsg
|
+#virtual_maildir_limit_message_maps = hash:/etc/postfix/vmsg
|
||||||
+#virtual_overquota_bounce = yes
|
+#virtual_overquota_bounce = yes
|
||||||
|
@ -97,7 +97,7 @@ Index: conf/master.cf
|
|||||||
#
|
#
|
||||||
# ====================================================================
|
# ====================================================================
|
||||||
#
|
#
|
||||||
@@ -128,3 +154,7 @@ scache unix - - n
|
@@ -128,3 +154,10 @@ scache unix - - n
|
||||||
#mailman unix - n n - - pipe
|
#mailman unix - n n - - pipe
|
||||||
# flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
|
# flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
|
||||||
# ${nexthop} ${user}
|
# ${nexthop} ${user}
|
||||||
@ -105,3 +105,6 @@ Index: conf/master.cf
|
|||||||
+#procmail unix - n n - - pipe
|
+#procmail unix - n n - - pipe
|
||||||
+# flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc ${sender} ${recipient}
|
+# 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}
|
||||||
|
+#
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 27 23:16:21 UTC 2014 - chris@computersalat.de
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 23 21:41:23 UTC 2014 - jamesp@vicidial.com
|
Mon Jun 23 21:41:23 UTC 2014 - jamesp@vicidial.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user