Commit Graph

144 Commits

Author SHA256 Message Date
Peter Varkoly
080ea46ad2 - Update to 2.11.0
* TLS
    o Support for PKI-less TLS server certificate verification, where 
      the CA public key or the server certificate is identified via DNSSEC lookup
  * LMDB database support
  * master
    o The master_service_disable parameter value syntax has changed:
      use "service/type" instead of "service.type".
  * postconf:
    o Support for advanced master.cf query and update operations.
      This was implemented primarily to support automated system management tools.
    o The postconf command produces more warnings
  * relay safety
    New smtpd_relay_restrictions parameter built-in default settings:
    smtpd_relay_restrictions = 
	permit_mynetworks 
	permit_sasl_authenticated 
	defer_unauth_destination
  * postscreen whitelisting
    Allow a remote SMTP client to skip postscreen(8) tests based on
    its postscreen_dnsbl_sites score.

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=180
2014-02-12 15:25:40 +00:00
Peter Varkoly
4ebdaf99c3 Accepting request 202981 from home:matz2:branches:server:mail
Please forward to factory and 13.1.  Otherwise the checking
for idempotence of %pre/%post scripts during package build
will fail, making the whole build fail.  Only one some architectures
(armv6 and aarch64), but still.

- Ignore errors in %pre/%post.

OBS-URL: https://build.opensuse.org/request/show/202981
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=178
2013-10-11 14:51:15 +00:00
Philipp Thomas
54507f7125 Accepting request 201986 from home:elvigia:branches:server:mail
- two improvements for 13.1 and factory
* postfix-opensslconfig.patch call openSSL_config 
  so postfix respects the system's openssl configuration
* postfix-SuSE/postfix.service since a few months there
  is no mail-transfer-agent.target, units must be ordered
  after a list of smtpd implementations instead.

OBS-URL: https://build.opensuse.org/request/show/201986
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=176
2013-10-10 17:35:44 +00:00
Christian Wittmer
e67e4f7083 Accepting request 179287 from home:computersalat:devel:mail
fix warnings, update vda patch

OBS-URL: https://build.opensuse.org/request/show/179287
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=170
2013-06-17 11:12:27 +00:00
Dr. Werner Fink
a5d9821303 Accepting request 179118 from home:jengelh:db6
- postfix.spec forces the use of SSL and SASL libraries,
  so make sure the BuildRequires are there

OBS-URL: https://build.opensuse.org/request/show/179118
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=169
2013-06-16 13:26:10 +00:00
Dr. Werner Fink
e3701a61c7 Accepting request 178958 from home:jengelh:db6
- Add postfix-db6.diff to fix compile abort with libdb-6.0

OBS-URL: https://build.opensuse.org/request/show/178958
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=168
2013-06-14 13:29:13 +00:00
f42e4ec9b3 Accepting request 172839 from home:namtrac:bugfix
- Add Source URL, see https://en.opensuse.org/SourceUrls
- Add GPG verification

OBS-URL: https://build.opensuse.org/request/show/172839
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=166
2013-04-22 14:07:22 +00:00
Peter Varkoly
73920046d9 Accepting request 156173 from home:rmilasan:branches:server:mail
- Install postfix.service accordingly (/usr/lib/systemd for 12.3
  and up or /lib/systemd for older versions).

OBS-URL: https://build.opensuse.org/request/show/156173
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=162
2013-02-25 10:13:10 +00:00
Peter Varkoly
30b1a304c7 - update to 2,9.6
Bugfix: the local(8) delivery agent dereferenced a null pointer
   while delivering to null command (for example, "|" in a .forward file).
  Bugfix: memory leak in program initialization. tls/tls_misc.c.

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=159
2013-02-06 20:13:33 +00:00
Peter Varkoly
c4016f5856 - bnc#796162 - script to assign path elements not working in postfix install Build-0284(iso)
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=157
2013-01-17 22:03:40 +00:00
Peter Varkoly
c11c23b4ca Accepting request 147975 from home:computersalat:devel:mail
rebase patches

OBS-URL: https://build.opensuse.org/request/show/147975
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=156
2013-01-14 08:34:26 +00:00
Peter Varkoly
abe615600e - update to 2,9.5
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=155
2013-01-10 15:08:55 +00:00
Peter Varkoly
dcdcda0a8e - update to 2,9.4
* tls support:
     Support to turn off the TLSv1.1 and TLSv1.2 protocols:
     To temporarily turn off problematic protocols globally:
     /etc/postfix/main.cf:
       smtp_tls_protocols = !SSLv2, !TLSv1.1, !TLSv1.2
       smtp_tls_mandatory_protocols = !SSLv2, !TLSv1.1, !TLSv1.2
     However, it may be better to temporarily turn off problematic
     protocols for broken sites only:
     /etc/postfix/main.cf:
       smtp_tls_policy_maps = hash:/etc/postfix/tls_policy
     /etc/postfix/tls_policy:
       example.com         may protocols=!SSLv2:!TLSv1.1:!TLSv1.2
  * 20111012 To simplify integration with third-party
     applications, the Postfix sendmail command now always transforms
     all input lines ending in <CR><LF> into UNIX format (lines ending
     in <LF>). Specify "sendmail_fix_line_endings = strict" to restore
     historical Postfix behavior (i.e. convert all input lines ending
     in <CR><LF> only if the first line ends in <CR><LF>).
  * 20120114 Logfile-based alerting systems may need to be
     updated to look for "error" messages in addition to "fatal" messages.
     Specify "daemon_table_open_error_is_fatal = yes" to get the historical
     behavior (immediate termination with "fatal" message).
  * enable_long_queue_ids Postfix 2.9 introduces support for non-repeating queue IDs (also
     used as queue file names). These names are encoded in a mix of upper
     case, lower case and decimal digit characters.  Long queue IDs are
     disabled by default to avoid breaking tools that parse logfiles and
     that expect queue IDs with the smaller [A-F0-9] character set.
  * 20111209 memcache lookup and update support. This provides
     a way to share postscreen(8) or verify(8) caches between Postfix

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=154
2013-01-10 15:05:52 +00:00
Christian Wittmer
cba2e1280c Accepting request 145539 from home:computersalat:devel:mail
update to 2.8.13

OBS-URL: https://build.opensuse.org/request/show/145539
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=152
2012-12-15 17:09:41 +00:00
Peter Varkoly
39b2cf4166 - bnc#790141 - Command SuSEconfig.postfix reports ERROR -
"can not find /lib/YaST/SuSEconfig.functions!!"

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=151
2012-12-14 06:00:56 +00:00
Peter Varkoly
4fa7c6c4ce Working on a solution on all bugs coused by SuSEconfig
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=149
2012-11-07 10:19:52 +00:00
Christian Wittmer
423ba78ec2 Accepting request 131303 from home:computersalat:devel:mail
update to 2.8.12

OBS-URL: https://build.opensuse.org/request/show/131303
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=147
2012-08-21 15:29:38 +00:00
Peter Varkoly
32985961ee - bnc#771811 - postfix update does not regenerate the maps
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=145
2012-07-19 06:53:36 +00:00
Peter Varkoly
80ff77fdb3 - Bugfix (introduced Postfix 2.4): the event_drain() function
was comparing bitmasks incorrectly causing the program to
  always wait for the full time limit. This error affected
  the unused postkick command, but only after s/fifo/unix/
  in master.cf.  File: util/events.c.
-  Cleanup: laptop users have always been able to avoid
   unnecessary disk spin-up by doing s/fifo/unix/ in master.cf
   (this is currently not supported on Solaris systems).
   However, to make this work reliably, the "postqueue -f"
   command must wait until its requests have reached the pickup
   and qmgr servers before closing the UNIX-domain request
   sockets.  Files: postqueue/postqueue.c, postqueue/Makefile.in.

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=143
2012-06-11 09:53:01 +00:00
Peter Varkoly
2f5a53e518 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=141 2012-05-09 10:28:12 +00:00
Peter Varkoly
f3af099425 - bnc#753910 - {name} instead of %{name} in postfix .spec
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=140
2012-05-09 10:07:57 +00:00
Christian Wittmer
6fc137255b Accepting request 116408 from home:computersalat:devel:mail
update to 2.8.10

OBS-URL: https://build.opensuse.org/request/show/116408
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=138
2012-05-04 08:47:32 +00:00
Peter Varkoly
c3df718269 - bnc#756450 - postfix: remove version from banner
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=136
2012-04-12 08:16:28 +00:00
Christian Wittmer
66b2b31609 Accepting request 107223 from home:computersalat:devel:mail
update to 2.8.8

OBS-URL: https://build.opensuse.org/request/show/107223
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=125
2012-02-29 14:44:33 +00:00
Peter Varkoly
f6ff91d4c2 - bnc#743369 - yast2 mail module does not open the firewall
- Set MD5DIR in SuSEconfig.postfix to avoid warnings

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=122
2012-01-25 15:13:45 +00:00
Peter Varkoly
87b768e7ad - bnc738693 - upgrade from 11.4 enables mysql service for systemd
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=119
2012-01-17 11:15:16 +00:00
Peter Varkoly
75a3669f78 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=117 2012-01-11 14:22:51 +00:00
Peter Varkoly
e7a9546bb7 - bnc#738900 - cyrus-imapd not receiving mail from postfix
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=116
2012-01-11 14:22:18 +00:00
Peter Varkoly
342228c432 - Move the post map rebuild script into the start script
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=113
2011-12-13 14:51:10 +00:00
Peter Varkoly
30094cd61d - Fix the last change in %post
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=110
2011-12-06 11:04:39 +00:00
Peter Varkoly
457e02b544 - bnc#728308 - warning output after update the postfix package
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=107
2011-12-02 06:45:03 +00:00
Peter Varkoly
9aee3b6516 - update to 2.8.7
Bugfixes:
  smtpd(8) did not sanitize newline characters in cleanup(8)
     REJECT messages, causing them to be sent out via SMTP as bare newline characters.
  smtpd(8) sent multi-line responses from a before-queue content filter as text with
     bare <LF> instead of <CR><LF>.  
  Workaround: postscreen sent non-compliant SMTP responses (220- followed by 421)
     when it could not give a connection to a real smtpd process, causing some
     remote SMTP clients to bounce mail.

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=104
2011-11-09 20:12:10 +00:00
Peter Varkoly
f3e7f3bdc4 - Use the systemd macros in the spec file
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=101
2011-11-03 15:56:57 +00:00
Christian Wittmer
a786c09aef Accepting request 87871 from home:-miska-
- only fix files that exists in %post
  (fixes build in arm port)

OBS-URL: https://build.opensuse.org/request/show/87871
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=99
2011-10-15 14:18:03 +00:00
Peter Varkoly
e86b4cb85a Accepting request 87151 from home:elvigia:branches:server:mail
- Use SSL_MODE_RELEASE_BUFFERS if available, see 
  SSL_CTX_set_mode man page and 
  http://www.imperialviolet.org/2010/06/25/overclocking-ssl.html
  for the full details.

OBS-URL: https://build.opensuse.org/request/show/87151
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=97
2011-10-10 06:27:24 +00:00
Peter Varkoly
bd7f2dd9ee Accepting request 81113 from home:computersalat:devel:mail
update to 2.8.5

OBS-URL: https://build.opensuse.org/request/show/81113
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=96
2011-09-06 15:35:26 +00:00
OBS User buildservice-autocommit
89ed901b85 Updating link to change in openSUSE:Factory/postfix revision 77.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=efbc29a3034204f1934d524da96d4e75
2011-08-22 13:28:08 +00:00
Peter Varkoly
b5d1cc4446 - bnc#684304 - server:mail/postfix: Bugs in SuSEconfig chroot setup script
- Aplly SASL_SOCKET_DIR patch

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=94
2011-08-22 09:33:02 +00:00
OBS User buildservice-autocommit
73f0d3b1a6 Updating link to change in openSUSE:Factory/postfix revision 75.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=193476cb752ab58a73e47bb49fbd0a72
2011-08-18 12:05:37 +00:00
Peter Varkoly
281953ba26 - Move SuSEconfig.postfix into /usr/sbin/
(FATE#311272: Do not rewrite postfix.cf via SuSEconfig)
  SuSEconfig.postfix will be executed only once after installation
  automaticaly. Afterwards only you can start it manually or via
  yast2 mail module.

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=92
2011-08-18 09:35:16 +00:00
Dr. Werner Fink
6e01196009 .
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=91
2011-08-12 16:44:59 +00:00
OBS User buildservice-autocommit
bd7c40a064 Updating link to change in openSUSE:Factory/postfix revision 73.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=7e4117604c8b6f49e5eb3d988fe9009c
2011-08-09 14:22:24 +00:00
Christian Wittmer
5fac98a1fc fix spec, patch -p0 :)
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=88
2011-07-25 19:51:19 +00:00
Christian Wittmer
c8073bb27e Accepting request 76931 from home:computersalat:devel:mail
fix CHROOT and SASL_SOCKET

OBS-URL: https://build.opensuse.org/request/show/76931
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=87
2011-07-25 19:30:37 +00:00
OBS User buildservice-autocommit
1f8a72376e Updating link to change in openSUSE:Factory/postfix revision 71.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=297e6601e995b5e3044631c1a2ec0237
2011-07-13 11:12:06 +00:00
Peter Varkoly
cc1620e54a Accepting request 76068 from home:computersalat:devel:mail
update to 2.8.4

OBS-URL: https://build.opensuse.org/request/show/76068
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=85
2011-07-12 04:45:30 +00:00
Christian Wittmer
4cbdf63b70 fix build
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=84
2011-07-09 17:12:46 +00:00
Peter Varkoly
872d0ec310 - bnc#686436 - postfix bounces messages with improper use of 8-bit data in message body
- Apply patch

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=83
2011-07-06 13:11:28 +00:00
Christian Wittmer
066d28c93b Accepting request 75002 from home:computersalat:devel:mail
some master.cf fixes

OBS-URL: https://build.opensuse.org/request/show/75002
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=82
2011-07-01 12:45:31 +00:00
Peter Varkoly
7c6e0902d2 new old auxiliary files
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=81
2011-06-01 11:42:18 +00:00