postfix:stable/v2.3

Last commit made on 2009-11-16
Get this branch:
git clone -b stable/v2.3 https://git.launchpad.net/postfix
Members of postfix-team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
stable/v2.3
Repository:
lp:postfix

Recent commits

d5faef4... by LaMont Jones

Merge remote branch 'origin/stable/v2.3' into stable/v2.3

b7bbf58... by Wietse Venema <email address hidden>

2.3.19

f315696... by Wietse Venema <email address hidden>

2.3.18

e121619... by Wietse Venema <email address hidden>

2.3.17

521e981... by Wietse Venema <email address hidden>

2.3.16

16f59b3... by Wietse Venema <email address hidden>

2.3.15

Signed-off-by: LaMont Jones <email address hidden>

a382da5... by Wietse Venema <email address hidden>

hardlinked symlinks are non-{POSIX,XPG4}, and exist.

Security: some systems have changed their link() semantics,
and will hardlink a symlink, contrary to POSIX and XPG4.
Sebastian Krahmer, SuSE.

The solution introduces the following incompatible change:
when the target of mail delivery is a symlink, the parent
directory of that symlink must now be writable by root only
(in addition to the already existing requirement that the
symlink itself is owned by root). This change will break
legitimate configurations that deliver mail to a symbolic
link in a directory with less restrictive permissions.

Signed-off-by: LaMont Jones <email address hidden>

bac2503... by Wietse Venema <email address hidden>

Bugfix: dangling pointer in vstring_sprintf_prepend()

Signed-off-by: LaMont Jones <email address hidden>

03038e6... by Wietse Venema <email address hidden>

Workaround: avoid errors with non-address patterns in namadr_list_match()

Workaround: avoid "bad address pattern" errors with non-address
patterns in namadr_list_match() calls.

Signed-off-by: LaMont Jones <email address hidden>

385f14e... by Wietse Venema <email address hidden>

Bugfix: null-terminate CN comment string after sanitization.

Signed-off-by: LaMont Jones <email address hidden>