I don't get mail from my vps.eq2.mydomain.nl
I set all my mail server contact
root mail :[email protected]
nobody's mail: [email protected]
cpanel's mail: [email protected]
I set the /root/.forward to [email protected] and I get the mail
echo "test" | mail -s "test" root@localhost
I saw a other thread and follwed this.
Now the strange outcome the .com the [email protected] is only set in basic server setting
Enter one or more cellular phone or pager email addresses to message via email in case a problem arises with this server
regards
Tom
I set all my mail server contact
root mail :[email protected]
nobody's mail: [email protected]
cpanel's mail: [email protected]
I set the /root/.forward to [email protected] and I get the mail
echo "test" | mail -s "test" root@localhost
I saw a other thread and follwed this.
Code:
root@vps [/etc]# cat /etc/localaliases
cpanel: ho[email protected]
nobody: [email protected]
root: [email protected]
Code:
root@vps [/etc]# cat /var/cpanel/userhomes/cpanel/.forward
[email protected][/QUOTE]
[CODE]root@vps [/etc]# cat /root/.forward
[email protected]
Enter one or more cellular phone or pager email addresses to message via email in case a problem arises with this server
Code:
root@vps [/etc]# grep [email protected] /etc/valiases/*
/etc/valiases/mydomain.nl:[email protected]: [email protected]
Code:
root@vps [/etc]# grep [email protected] /etc/vfilters/*
Nothing
Code:
root@vps [/etc]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
84.22.97.91 vps.eq2.mydomain.nl vps
Code:
root@vps [/etc]# cat /etc/mail_reverse_dns
xx.xx.xx.91: vps.eq2.mydomain.nl
Code:
root@vps [/etc]# exim -bt root@localhost
[email protected]
<-- [email protected]
<-- root@localhost
router = virtual_user, transport = virtual_userdelivery
[email protected]
<-- [email protected]
<-- [email protected]
<-- root@localhost
router = lookuphost, transport = remote_smtp
host mail.mydomain.com [xxx.xx.xxx.xx] MX=10
Tom