forked from pool/postfix
Accepting request 651633 from server:mail
OBS-URL: https://build.opensuse.org/request/show/651633 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=162
This commit is contained in:
commit
45aca58be8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54f514dae42b5275cb4bc9c69283f16c06200b71813d0bb696568c4ba7ae7e3b
|
||||
size 4420912
|
3
postfix-3.3.2.tar.gz
Normal file
3
postfix-3.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c93f31eee49a58e592c31e62a058701cadde11e8e066ea441da19fddad7b35b
|
||||
size 4429452
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b0e7418a449b5f4def70efdfdd82d508868febb845b68f27380235df8f8f6b6
|
||||
size 27446
|
||||
oid sha256:48a8034c3222a834e4b79685d07fc65bc9595008838fa9d42c26d463ff386a92
|
||||
size 31696
|
||||
|
@ -10,7 +10,7 @@ Index: conf/main.cf
|
||||
|
||||
# PARALLEL DELIVERY TO THE SAME DESTINATION
|
||||
#
|
||||
@@ -673,4 +674,138 @@ sample_directory =
|
||||
@@ -673,4 +674,140 @@ sample_directory =
|
||||
# readme_directory: The location of the Postfix README files.
|
||||
#
|
||||
readme_directory =
|
||||
@ -108,6 +108,7 @@ Index: conf/main.cf
|
||||
+smtpd_tls_cert_file =
|
||||
+smtpd_tls_key_file =
|
||||
+smtpd_tls_ask_ccert = no
|
||||
+smtpd_tls_exclude_ciphers = RC4
|
||||
+smtpd_tls_received_header = no
|
||||
+############################################################
|
||||
+# Start MySQL from postfixwiki.org
|
||||
@ -144,6 +145,7 @@ Index: conf/main.cf
|
||||
+#unknown_address_reject_code = 550
|
||||
+#unknown_client_reject_code = 550
|
||||
+#unknown_hostname_reject_code = 550
|
||||
+#unverified_recipient_reject_code = 550
|
||||
+#soft_bounce = yes
|
||||
+############################################################
|
||||
+#debug_peer_list = example.com
|
||||
|
@ -1,5 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 22 13:00:03 UTC 2018 - Christian Wittmer <chris@computersalat.de>
|
||||
Sun Nov 25 10:18:07 UTC 2018 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- Update to 3.3.2
|
||||
* Support for OpenSSL 1.1.1 and TLSv1.3.
|
||||
* Bugfixes:
|
||||
- smtpd_discard_ehlo_keywords could not disable "SMTPUTF8", because
|
||||
some lookup table was using "EHLO_MASK_SMTPUTF8" instead.
|
||||
- minor memory leak in DANE support when minting issuer certs.
|
||||
- The Postfix build did not abort if the m4 command was not installed,
|
||||
resulting in a broken postconf command.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 17:08:30 UTC 2018 - chris@computersalat.de
|
||||
|
||||
- add POSTFIX_RELAY_DOMAINS
|
||||
* more flexibility to add to relay_domains without breaking
|
||||
config.postfix
|
||||
* rework restriction examples in sysconf.postfix
|
||||
based on postfix-buch.com (2. edtion by Hildebrandt, Koetter)
|
||||
- disable weak cipher: RC4
|
||||
after check with https://ssl-tools.net/mailservers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 22 13:00:03 UTC 2018 - chris@computersalat.de
|
||||
|
||||
- update config.postfix
|
||||
* don't reject mail from authenticated users even if
|
||||
|
@ -55,7 +55,7 @@
|
||||
%bcond_with libnsl
|
||||
%endif
|
||||
Name: postfix
|
||||
Version: 3.3.1
|
||||
Version: 3.3.2
|
||||
Release: 0
|
||||
Summary: A fast, secure, and flexible mailer
|
||||
License: IPL-1.0 OR EPL-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user