I am getting bounced, frozen emails in my mail queue when the system attempts to send email to [email protected] (where host.mydomain.com is the hostname of my server). These emails appear to be from:
Here is the output for the hosts file and reverse DNS:
Note that this server was migrated to a new VPS with all the previous IP addreses retained, so the primary IP of the new VPS (64.91.xxx.xxx) doesn't match the reverse DNS (96.30.xxx.xxx, the old primary IP), though all our email seems to be working fine so far.
I've looked everywhere I can think of to find why root is still getting system emails. What else could it be?
- /var/cpanel/cwaf/scripts/updater.pl
- /usr/local/cpanel/scripts/upcp
- [email protected]
Code:
[email protected] [4012 13:24:56 ~]# cat /etc/localaliases
cpanel: [email protected]
nobody: [email protected]
root: [email protected]
[email protected] [4013 13:25:26 ~]# cat /var/cpanel/userhomes/cpanel/.forward
[email protected]
[email protected] [4014 14:14:58 ~]# cat /root/.forward
[email protected]
[email protected] [4015 14:15:11 ~]# grep [email protected] /etc/valiases/*
[email protected] [4016 14:15:45 ~]# grep [email protected] /etc/vfilters/*
[email protected] [4017 14:16:11 ~]#
Code:
[email protected] [4018 14:18:02 ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.122.229 centos6.template.mywebhost.com centos6 Bcast
64.91.xxx.xxx host.mydomain.com host
[email protected] [4019 14:18:04 ~]# cat /etc/mail_reverse_dns
96.30.xxx.xxx: host.mydomain.com
I've looked everywhere I can think of to find why root is still getting system emails. What else could it be?