SHA256
1
0
forked from pool/postfix
Commit Graph

551 Commits

Author SHA256 Message Date
Dominique Leuenberger
d80575d12d Accepting request 1084622 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1084622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=226
2023-05-05 13:56:56 +00:00
c0b28cad1b Accepting request 1084610 from home:dimstar:Factory
- Add _multibuild to define 2nd spec file as additional flavor.
  Eliminates the need for source package links in OBS.

OBS-URL: https://build.opensuse.org/request/show/1084610
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=455
2023-05-04 11:34:21 +00:00
Dominique Leuenberger
b5c961f917 Accepting request 1083347 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1083347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=225
2023-04-29 15:27:37 +00:00
e9b4a7071e Accepting request 1080180 from home:adkorte:branches:server:mail
- update to 3.8.0
  * Support to look up DNS SRV records in the Postfix SMTP/LMTP
    client, Based on code by Tomas Korbar (Red Hat). For example,
    with "use_srv_lookup = submission" and "relayhost =
    example.com:submission", the Postfix SMTP client will look up
    DNS SRV records for _submission._tcp.example.com, and will relay
    email through the hosts and ports that are specified with those
    records.
  * TLS obsolescence: Postfix now treats the "export" and "low"
    cipher grade settings as "medium". The "export" and "low" grades
    are no longer supported in OpenSSL 1.1.1, the minimum version
    required in Postfix 3.6.0 and later. Also, Postfix default
    settings now exclude deprecated or unused ciphers (SEED, IDEA,
    3DES, RC2, RC4, RC5), digest (MD5), key exchange algorithms
    (DH, ECDH), and public key algorithm (DSS).
  * Attack resistance: the Postfix SMTP server can now aggregate
    smtpd_client_*_rate and smtpd_client_*_count statistics by
    network block instead of by IP address, to raise the bar against
    a memory exhaustion attack in the anvil(8) server; Postfix TLS
    support unconditionally disables TLS renegotiation in the middle
    of an SMTP connection, to avoid a CPU exhaustion attack.
  * The PostgreSQL client encoding is now configurable with the
    "encoding" Postfix configuration file attribute. The default
    is "UTF8". Previously the encoding was hard-coded as "LATIN1",
    which is not useful in the context of SMTP.
  * The postconf command now warns for #comment in or after a Postfix
    parameter value. Postfix programs do not support #comment after
    other text, and treat that as input.
- rebase/refresh patches
  * pointer_to_literals.patch
  * postfix-linux45.patch
  * postfix-master.cf.patch
  * postfix-ssl-release-buffers.patch
  * set-default-db-type.patch

OBS-URL: https://build.opensuse.org/request/show/1080180
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=454
2023-04-27 21:59:58 +00:00
Dominique Leuenberger
54a1b1d26c Accepting request 1069659 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1069659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=224
2023-03-07 15:49:00 +00:00
8d5a3b42e3 Accepting request 1067720 from home:ohollmann:branches:server:mail
- update to 3.7.4
  * Workaround: with OpenSSL 3 and later always turn on
    SSL_OP_IGNORE_UNEXPECTED_EOF, to avoid warning messages and missed
    opportunities for TLS session reuse. This is safe because the SMTP protocol
    implements application-level framing, and is therefore not affected by TLS
    truncation attacks.
  * Workaround: OpenSSL 3.x EVP_get_digestbyname() can return lazily-bound
    handles for digest implementations. In sufficiently hostile configurations,
    Postfix could mistakenly believe that a digest algorithm is available, and
    fail when it is not. A similar workaround may be needed for
    EVP_get_cipherbyname().
  * Bugfix (bug introduced in Postfix 2.11): the checkok() macro in
    tls/tls_fprint.c evaluated its argument unconditionally; it should evaluate
    the argument only if there was no prior error.
  * Bugfix (bug introduced in Postfix 2.8): postscreen died with a segmentation
    violation when postscreen_dnsbl_threshold < 1. It should reject such input
    with a fatal error instead.
  * Bitrot: fixes for linker warnings from newer Darwin (MacOS) versions.
  * Portability: Linux 6 support.
  * Added missing documentation that cidr:, pcre: and regexp: tables support
    inline specification only in Postfix 3.7 and later.
  * Rebased postfix-linux45.patch

- update to 3.7.4
  * Workaround: with OpenSSL 3 and later always turn on
    SSL_OP_IGNORE_UNEXPECTED_EOF, to avoid warning messages and missed
    opportunities for TLS session reuse. This is safe because the SMTP protocol
    implements application-level framing, and is therefore not affected by TLS
    truncation attacks.
  * Workaround: OpenSSL 3.x EVP_get_digestbyname() can return lazily-bound

OBS-URL: https://build.opensuse.org/request/show/1067720
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=453
2023-03-06 14:29:24 +00:00
Dominique Leuenberger
41eaaa783d Accepting request 1065999 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1065999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=223
2023-02-17 15:43:34 +00:00
Dirk Stoecker
d13927abf8 Accepting request 1064225 from home:varkoly:branches:server:mail
- SELinux: postfix denied to access /var/spool/postfix/pid/master.pid
  (bsc#1207177) Apply proposed changes in postfix.service
- remove patch included into the source:
    harden_postfix.service.patch

- SELinux: postfix denied to access /var/spool/postfix/pid/master.pid
  (bsc#1207177) Apply proposed changes in postfix.service
- remove patch included into the source:
    harden_postfix.service.patch

OBS-URL: https://build.opensuse.org/request/show/1064225
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=452
2023-02-15 17:14:21 +00:00
Dominique Leuenberger
6311d34c7d Accepting request 1062948 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1062948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=222
2023-02-04 13:11:01 +00:00
Dirk Stoecker
8ac365ae02 Accepting request 1060935 from home:kukuk:branches:server:mail
- Disable NIS support on Factory (deprecated and will be removed)

- Disable NIS support on Factory (deprecated and will be removed)

OBS-URL: https://build.opensuse.org/request/show/1060935
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=451
2023-02-02 20:10:19 +00:00
Dominique Leuenberger
3f35e5138c Accepting request 1060048 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1060048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=221
2023-01-23 17:30:29 +00:00
629ddc925c Accepting request 1059362 from home:cahu:branches:server:mail
- Fix SELinux labeling issue caused by /usr/sbin/config.postfix (bsc#1207227).

OBS-URL: https://build.opensuse.org/request/show/1059362
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=450
2023-01-20 22:33:15 +00:00
Dominique Leuenberger
68e78522d0 Accepting request 1039754 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1039754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=220
2022-12-04 13:57:55 +00:00
3cb9d1d661 Accepting request 1035682 from home:varkoly:branches:server:mail
- postfix default main.cf myhostname default causes conflict
  (bsc#1192173)
  Use the postfix build in defaults for myhostname and mydestination 

- postfix default main.cf myhostname default causes conflict
  (bsc#1192173)
  Use the postfix build in defaults for myhostname and mydestination

OBS-URL: https://build.opensuse.org/request/show/1035682
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=449
2022-12-03 07:52:41 +00:00
Dominique Leuenberger
d07dcc51f5 Accepting request 1009796 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1009796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=219
2022-10-18 10:44:11 +00:00
f816fef488 Accepting request 1009091 from home:stroeder:network
update to 3.7.3

OBS-URL: https://build.opensuse.org/request/show/1009091
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=448
2022-10-11 12:45:42 +00:00
36307d9eda Accepting request 1001406 from home:lnussel:branches:server:mail
- own /var/spool/mail (boo#1179574)

- own /var/spool/mail (boo#1179574)

OBS-URL: https://build.opensuse.org/request/show/1001406
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=447
2022-09-12 07:27:24 +00:00
Dominique Leuenberger
8da5c71a07 Accepting request 993129 from server:mail
sync changes files (forwarded request 993128 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/993129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=218
2022-08-10 15:13:11 +00:00
Christian Wittmer
0988bf1191 Accepting request 993128 from home:computersalat:devel:mail
sync changes files

OBS-URL: https://build.opensuse.org/request/show/993128
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=446
2022-08-04 19:15:39 +00:00
Christian Wittmer
9a446b8a1a Accepting request 993126 from home:computersalat:devel:mail
use correct source signature file (gpg2)

OBS-URL: https://build.opensuse.org/request/show/993126
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=445
2022-08-04 19:12:07 +00:00
Christian Wittmer
95b653935f Accepting request 989467 from home:computersalat:devel:mail
Update to 3.7.2, libpcre2

OBS-URL: https://build.opensuse.org/request/show/989467
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=444
2022-08-04 10:20:32 +00:00
Dominique Leuenberger
3e2a15c3af Accepting request 976135 from server:mail
remove *.swp from postfix-SUSE.tar.gz (forwarded request 976132 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/976135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=217
2022-05-12 20:57:42 +00:00
Christian Wittmer
d11a128043 Accepting request 976132 from home:computersalat:devel:mail
remove *.swp from postfix-SUSE.tar.gz

OBS-URL: https://build.opensuse.org/request/show/976132
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=443
2022-05-10 20:19:23 +00:00
a24981fe02 Accepting request 975425 from home:computersalat:devel:mail
fix config.postfix 'hash' leftover with relay_recipients

OBS-URL: https://build.opensuse.org/request/show/975425
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=442
2022-05-10 08:10:05 +00:00
Dominique Leuenberger
f3bc37b972 Accepting request 974326 from server:mail
OBS-URL: https://build.opensuse.org/request/show/974326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=216
2022-05-04 13:10:28 +00:00
cc93324b44 Accepting request 974304 from home:dimstar:Factory
- Change ed requires to /usr/bin/ed: allow busybox-ed to be used
  inside containers.

OBS-URL: https://build.opensuse.org/request/show/974304
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=441
2022-05-02 07:43:46 +00:00
Dominique Leuenberger
a4190d1648 Accepting request 972802 from server:mail
OBS-URL: https://build.opensuse.org/request/show/972802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=215
2022-04-28 21:07:02 +00:00
Peter Varkoly
12c92483e5 Accepting request 972625 from home:darix:branches:server:mail
- add missing requires for config.postfix and the postfix
  postinstall script:  perl and ed

- add missing requires for config.postfix and the postfix
  postinstall script:  perl and ed

OBS-URL: https://build.opensuse.org/request/show/972625
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=440
2022-04-26 09:14:00 +00:00
Dominique Leuenberger
9cf4d8a4c0 Accepting request 970668 from server:mail
OBS-URL: https://build.opensuse.org/request/show/970668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=214
2022-04-22 19:52:27 +00:00
d900e5c0e6 Accepting request 970635 from home:stroeder:network
update to 3.6.6

OBS-URL: https://build.opensuse.org/request/show/970635
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=439
2022-04-19 06:47:52 +00:00
Dominique Leuenberger
828a5f30ce Accepting request 968129 from server:mail
OBS-URL: https://build.opensuse.org/request/show/968129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=213
2022-04-12 19:43:14 +00:00
8308be11bf Accepting request 965609 from home:13ilya
- Refreshed spec-file via spec-cleaner and manual optimizated.
  * Added -p flag to all install commands.
  * Removed -f flag from all ln commands.
- Changed file harden_postfix.service.patch (boo#1191988).

OBS-URL: https://build.opensuse.org/request/show/965609
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=438
2022-04-10 09:27:44 +00:00
e8c4e4ac0b Accepting request 966767 from home:varkoly:branches:server:mail
- config.postfix fails to set smtp_tls_security_level
  (bsc#1192314) 

- config.postfix fails to set smtp_tls_security_level
  (bsc#1192314)

OBS-URL: https://build.opensuse.org/request/show/966767
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=437
2022-04-10 09:06:45 +00:00
ac9252563c OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=436 2022-03-21 18:40:38 +00:00
6e3bebe1e4 Accepting request 962959 from home:stroeder:network
update to 3.6.5

OBS-URL: https://build.opensuse.org/request/show/962959
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=435
2022-03-21 07:46:38 +00:00
Christian Wittmer
cd3bc3bb7d Accepting request 961622 from home:varkoly:branches:server:mail
- Postfix on start don't run postalias /etc/postfix/aliases
  (error open database /etc/postfix/aliases.lmdb). (bsc#1197041)
  Apply proposed patch

- Postfix on start don't run postalias /etc/postfix/aliases
  (error open database /etc/postfix/aliases.lmdb). (bsc#1197041)
  Apply proposed patch

OBS-URL: https://build.opensuse.org/request/show/961622
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=434
2022-03-14 13:43:07 +00:00
Dirk Stoecker
7fba73831c Accepting request 952888 from home:varkoly:branches:server:mail
- config.postfix can't handle symlink'd /etc/resolv.cof
  (bsc#1195019)
  Adapt proposed change: using "cp -afL" by copying. 

- config.postfix can't handle symlink'd /etc/resolv.cof
  (bsc#1195019)
  Adapt proposed change: using "cp -afL" by copying.

OBS-URL: https://build.opensuse.org/request/show/952888
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=433
2022-02-12 22:28:29 +00:00
Peter Varkoly
81f10f3589 Accepting request 947313 from home:stroeder:network
Update to 3.6.4

Seems to work on Tumbleweed x86_64

OBS-URL: https://build.opensuse.org/request/show/947313
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=432
2022-01-19 09:45:48 +00:00
Michael Ströder
b4e9907563 Accepting request 930186 from home:stroeder:network
Update to 3.6.3

OBS-URL: https://build.opensuse.org/request/show/930186
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=431
2021-11-08 14:00:32 +00:00
Dominique Leuenberger
9e7b01830a https://bugzilla.opensuse.org/show_bug.cgi?id=1191988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=212
2021-10-25 06:50:28 +00:00
Dominique Leuenberger
83e4f58fbd Accepting request 926927 from server:mail
Hardening

OBS-URL: https://build.opensuse.org/request/show/926927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=211
2021-10-23 21:13:48 +00:00
Michael Ströder
36f3233e93 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=430 2021-10-22 10:14:11 +00:00
Michael Ströder
0eb4d6cbfe Accepting request 926909 from home:dstoecker:branches:server:mail
- Ensure postfix can write to home directory or server side
  filtering wont work (sieve)

OBS-URL: https://build.opensuse.org/request/show/926909
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=429
2021-10-22 10:12:06 +00:00
Michael Ströder
2731001218 Accepting request 926889 from home:jsegitz:branches:server:mail
- Ensure service can write to /etc/postfix

OBS-URL: https://build.opensuse.org/request/show/926889
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=428
2021-10-22 09:07:48 +00:00
Michael Ströder
57bbfe9be1 Accepting request 926873 from home:jsegitz:branches:systemdhardening:server:mail
- Added hardening to systemd service (bsc#1181400). Added
  harden_postfix.service.patch

- Added hardening to systemd service (bsc#1181400). Added
  harden_postfix.service.patch

OBS-URL: https://build.opensuse.org/request/show/926873
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=427
2021-10-22 07:56:31 +00:00
Dominique Leuenberger
14d0200ad8 Accepting request 924493 from server:mail
OBS-URL: https://build.opensuse.org/request/show/924493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=210
2021-10-12 19:48:24 +00:00
Michael Ströder
b3ac63acaf Accepting request 923660 from home:varkoly:branches:server:mail
- config.postfix not updatet after lmdb switch
  (bsc#1190945)
  Adapt config.postfix

- config.postfix not updatet after lmdb switch
  (bsc#1190945)
  Adapt config.postfix

OBS-URL: https://build.opensuse.org/request/show/923660
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=426
2021-10-09 23:54:43 +00:00
Dominique Leuenberger
fa4b4865b5 Accepting request 915779 from server:mail
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/915779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=209
2021-09-04 20:32:13 +00:00
Dominique Leuenberger
d21e606c3e Accepting request 914312 from server:mail
- postfix fails with glibc 2.34
  Define HAS_CLOSEFROM 
  (bsc#1189101) 
  add patch
  - postfix-3.6.2-glibc-234-build-fix.patch

- postfix fails with glibc 2.34
  Define HAS_CLOSEFROM 
  (bsc#1189101) 
  add patch 
  - postfix-3.6.2-glibc-234-build-fix.patch

OBS-URL: https://build.opensuse.org/request/show/914312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=208
2021-08-28 20:28:43 +00:00
Peter Varkoly
c79a3d4b0b - postfix master.cf: to include "submissions" service
(bsc#1189684)
  Adapt master.cf patch

- postfix master.cf: to include "submissions" service
  (bsc#1189684)
  Adapt master.cf patch

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=425
2021-08-26 14:07:15 +00:00