pmeerw's blog

21 Sep 2025

Sun, 21 Sep 2025

Debian PostSRSd update woes

Debian unstable recently updates the PostSRSd to 2.0.11-1+b1, breaking stuff:

  1. new postfix configuration required (and pointed out in the NEWS)
      sender_canonical_maps = socketmap:unix:srs:forward
      sender_canonical_classes = envelope_sender
      recipient_canonical_maps = socketmap:unix:srs:reverse
      recipient_canonical_classes = envelope_recipient, header_recipient
    
  2. apparmor changes required (or should apparmor be dropped?)
      /etc/postsrsd.conf r,
      /var/spool/postfix/** rwk,
    

posted at: 11:00 | path: /configuration | permanent link

Made with PyBlosxom