Created
May 8, 2016 14:32
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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