./mail/postforward, Postfix Sender Rewriting Scheme forwarding agent

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.1nb3, Package name: postforward-1.1.1nb3, Maintainer: pkgsrc-users

Postforward is a mail forwarding utility which aims to complement
the Postfix Sender Rewriting Scheme daemon (PostSRSd).

The downside of using PostSRSd from postfix config is that all mail
is naively rewritten, even when no forwarding is actually performed.
Such rewritten Return-Path addresses may confuse sieve scripts and
other mail filtering software.

This is where Postforward comes in. Instead of rewriting all incoming
mail regardless of final destination, mail systems may be configured
to pipe mail into Postforward only when forwarding needs to happen,
e.g. in a users' .forward when the forwarded-to mailserver requires
it, leaving non-forwarded mail unaltered by PostSRSd.
Postforward will rewrite envelope addresses for piped mail using
PostSRSd itself and re-inject these messages back into the queue,
destined for the forwarding recipient(s).


Required to build:
[lang/go119]

Master sites:

Filesize: 5.943 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-11-23 20:03:48 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
postforward: update to 1.1.1, change build to module.

- intelligently guess correct line endings
- prevent insertion of additional linebreak in message body
   2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152)
Log message:
Revbump all Go packages because go121 is now the default
   2023-10-15 14:04:35 by Benny Siegert | Files touched by this commit (155) | Package updated
Log message:
Revbump all Go packages after go120 security update
   2023-09-08 21:06:15 by Benny Siegert | Files touched by this commit (154) | Package updated
Log message:
Revbump all Go packages after go120 update