]> git.ipfire.org Git - ipfire-2.x.git/commit
postfix: Update to version 3.9.0
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 2 Jun 2024 10:14:16 +0000 (12:14 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 4 Jun 2024 13:06:34 +0000 (15:06 +0200)
commita03adc928e832b8b6617cdb153aabea3a3ff42ef
treebb13e3fcf48f984600b5bc386bab7b76d1b189d2
parented562f8ddee52bc52ee319d965f713c7f72962aa
postfix: Update to version 3.9.0

- Update from version 3.8.4 to 3.9.0
- Update of rootfile
- With version 3.9.0 the option smtpd_forbid_bare_newline default value is now yes. With
   previous versions the default value was no but to prevent the possibility of an smtp
   smuggling attack the option should be yes. Previous version therefore actively set
   the value to yes and added it to the main.cf file when being installed. With version
   3.9.0 the default value is now yes so the option no longer needs to be added into
   main.cf, so smtp smuggling attack is protected by default now.
- Removed the section from the install.sh file that added the option into main.cf with
   version 3.8.4. From 3.9.0 onwards the default value is yes so no longer needs to be
   actively added into main.cf
- Changelog is too large to paste here. It can be read in the file RELEASE_NOTES in the
   source tarball.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/packages/postfix
lfs/postfix
src/paks/postfix/install.sh