- My domain that I am still hosting is running on an Exchange server that forwards all sent mail to the linux server running MailScanner which uses postfix as an MTA. That domain is abc.domain. The other domain that I no longer host was running postfix and sent all mail to the same MaillScanner server. That domain is xyz.com. Now when abc.com sends an email to xyz.com it sends it to the old postfix server that housed my old domain. I want it to not go there but go out through the internet. This setup was given to me already setup and I have been trying to figure out the setup so bare with me. Here is my postconf -n result..
- alias_maps = hash:/etc/aliases
- append_dot_mydomain = no
- biff = no
- config_directory = /etc/postfix
- header_checks = regexp:/etc/postfix/header_checks
- inet_interfaces = all
- local_recipient_maps =
- local_transport = error:No local mail delivery
- mailbox_size_limit = 0
- message_size_limit = 1048576000
- mydestination =
- myhostname = mailhub.abc.com
- mynetworks = 127.0.0.0/8, 192.168.99.0/24, 10.10.0.0/16, 68.188.240.63, 71.13.83.142, 71.83.13.142, 207.75.96.5, 10.10.10.7
- myorigin = abc.com
- readme_directory = no
- recipient_delimiter = +
- relay_domains = hash:/etc/postfix/relay_domains
- relay_recipient_maps = hash:/etc/postfix/relay_recipients
- relayhost =
- smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
- smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
- smtpd_data_restrictions = reject_unauth_pipelining
- smtpd_recipient_restrictions = reject_non_fqdn_sender, reject_unknown_sender_domain, reject_non_fqdn_recipient, reject_unknown_recipient_domain, permit_mynetworks, reject_unauth_destination, check_policy_service unix:private/policy, reject_unauth_pipelining, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname, reject_rbl_client zen.spamhaus.org, reject_rbl_client b.barracudacentral.org
- smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/sender_access, reject_non_fqdn_sender, reject_unknown_sender_domain
- smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
- smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
- smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
- smtpd_use_tls = yes
- transport_maps = hash:/etc/postfix/transport
- virtual_alias_maps = hash:/etc/postfix/virtual
SHARE
TWEET
Untitled
a guest
May 7th, 2013
28
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.

