Please keep messages on list. ;) Cameron Smith put forth on 11/19/2010 1:37 PM:
> The public IP of the NAT appliance is the only public IP and all web traffic > and outbound mail traffic rout through this point so the DNS A record for > the Postfix Mail gateway has been made to match that IP for SPF and > validation. Ok,, so we're only outbound. > The "off network" address that all devices root accounts mail is sent to is > in another DC managed by somebody else and is on a domain not controlled by > us. It's external to our MX. It's where the client wants this mail to go as > an aggregation point. That is working for all postfix mail servers on our > LAN. Just not for the gateway. > > This system does not receive mail. It only sends. All inbound and account > based mail is handled by google and that's where MX points to for the main > domain example.org. There is no separate MX for mail.example.org. So this isn't a loop back issue. > Why is Postfix ignoring the alias entry for root? > I have run newaliases and restarted postfix and I can see that the > aliases.db has been updated. This is really hard to say without seeing the actual contents of /etc/aliases, /usr/bin/newaliases.postfix, and /etc/postfix/relay_recipients, and unobfuscated log entries. -- Stan > Here is my conf: > [r...@mail ~]# postconf -n > alias_database = hash:/etc/aliases > alias_maps = hash:/etc/aliases > command_directory = /usr/sbin > config_directory = /etc/postfix > daemon_directory = /usr/libexec/postfix > debug_peer_level = 2 > html_directory = no > inet_interfaces = all > local_recipient_maps = > local_transport = error:local mail delivery is disabled > mail_owner = postfix > mailq_path = /usr/bin/mailq.postfix > manpage_directory = /usr/share/man > milter_default_action = accept > milter_protocol = 2 > mydestination = > mydomain = example.org > myhostname = mail.example.org > mynetworks = 127.0.0.0/8 10.0.132.0/24 > newaliases_path = /usr/bin/newaliases.postfix > non_smtpd_milters = inet:localhost:20209 > parent_domain_matches_subdomains = debug_peer_list smtpd_access_maps > queue_directory = /var/spool/postfix > readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES > relay_domains = > relay_recipient_maps = hash:/etc/postfix/relay_recipients > sample_directory = /usr/share/doc/postfix-2.3.3/samples > sendmail_path = /usr/sbin/sendmail.postfix > setgid_group = postdrop > smtpd_milters = inet:localhost:20209 > smtpd_recipient_restrictions = permit_mynetworks reject_unauth_destination > transport_maps = hash:/etc/postfix/transport > unknown_local_recipient_reject_code = 550 >