hashbang / docker-postfix

#! Postfix server for all incoming mail
MIT License
1 stars 2 forks source link

Rewrite recipient mail addresses #5

Closed KellerFuchs closed 8 years ago

KellerFuchs commented 8 years ago

This patch makes the mailserver rewrite recipient mail addresses to user@host.hashbang.sh. This lets the MDA on the shell servers deliver to the correct user.

Also shipped in this patset is a serie of imrpovements to the run.sh script, making it use standard Debian tooling, sh rather than bash, and proper quoting.