Skip to content

Instantly share code, notes, and snippets.

@marcelog
Created May 8, 2016 14:32
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 marcelog/0c39d574d6ef542ff747fc074c445213 to your computer and use it in GitHub Desktop.
Save marcelog/0c39d574d6ef542ff747fc074c445213 to your computer and use it in GitHub Desktop.
Part of: http://marcelog.github.io/articles/configure_postfix_forward_all_email_smtp_gateway.html Reloading postfix so it will pick up the changes in the transport file
#!/bin/bash
postmap hash:/etc/postfix/transport
postfix reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment