roehling / postsrsd

Postfix Sender Rewriting Scheme daemon
325 stars 39 forks source link

Make hash length and hash minimum length configurable #63

Closed gadall closed 7 years ago

gadall commented 7 years ago

Make it possible to use longer hash values in SRS addresses. Fix a bug in srs2.c

gadall commented 7 years ago

I tried setting up postsrsd on a server with postfix, and I wasn't happy with the inability to better control when rewriting happens. I ended up changing the MTA to exim, and left postsrsd in place. Starting with exim 4.88 (not yet released at the time of writing), there is a base32 operator so it would be possible to implement SRS entirely within exim's configuration (See https://bugs.exim.org/show_bug.cgi?id=1649), however postsrsd is quite convenient and works with previous versions.

roehling commented 7 years ago

Thanks!