1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
postsrsd (2.0.11-1) unstable; urgency=medium
Migrating from version 1.x
Most configuration options can no longer be configured with command
line arguments, so you will have to set them in
postsrsd.conf. PostSRSd 1.x used shell variables in
/etc/default/postsrsd. If you migrate your settings, you should set
srs-domain to the value from SRS_DOMAIN domains to the list of values
from SRS_EXCLUDE_DOMAINS secrets-file to the file name from SRS_SECRET
unprivileged-user to the user name from RUN_AS chroot-dir to the
directory from CHROOT
Be aware that PostSRSd 2.x uses socketmap: tables, which are NOT
compatible with tcp: tables. This also means that PostSRSd 2.x
requires at least Postfix 2.10 now, and you need to update your
Postfix configuration as detailed above.
-- Abhijith PA <abhijith@debian.org> Wed, 03 Sep 2025 13:08:55 +0530
|