Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@avar
Created December 17, 2009 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avar/259066 to your computer and use it in GitHub Desktop.
Save avar/259066 to your computer and use it in GitHub Desktop.
Our SMTP needs to do this:
Forward mail for our domains:
* Accept wildcard mail for a given list of domains, e.g. *@nix.is or specific addresses, e.g. dev@osm.is
* Once mail is accepted forward it to another address on a foreign SMTP, e.g. "foo@bar.com". It should not munge the To: header, just contact bar.com's SMTP and supply "rcpt to: <foo@bar.com>" in the SMTP dialog
In addition it should:
* Forward mail for local users (avar/hinrik etc.) to a given E-Mail address, this could be done via ~/.forward probably
And it would be sweet to:
* Setup mailmain on the machine to have mailing lists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment