1 ################################
2 # If any of the real_domains is left in the envelope, rewrite it to our
3 # external hostname, since most real_domains are not listed in DNS.
4 # Don't rewrite the From address, so we can still see where a message
6 #################################
8 *@+real_domains $1@EXTERNAL_HOSTNAME E
10 # vim: set sts=2 expandtab sw=2 ai: