Hello list,
I am developing a daemon to handle the sender rewriting scheme (SRS)
with Postfix. SRS can be added to Postfix via
{sender,recipient}_canonical_maps. The concept is very similar to
Fruneau's postfix tools.
I wrote the daemon for my own mail server (and I've been running it for
a couple weeks now). The package is
still a bit rough, so I wanted to smoothen the edges and make it easy
to use for other people too. If you'd like to give it a try and maybe
some feedback to me, the source code can be found at Github and Ubuntu
packages will be uploaded to my PPA:
https://github.com/roehling/postsrsd
https://launchpad.net/~roehling/+archive/latest
-Timo
PS. My apologies if this is not the right place for such announcements;
maybe you can refer me to a more suitable place then.