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" [email protected]
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" [email protected]
I saw a other thread and follwed this.
Code:
[email protected] [/etc]# cat /etc/localaliases
cpanel: [email protected]
nobody: [email protected]
root: [email protected]
Code:
[email protected] [/etc]# cat /var/cpanel/userhomes/cpanel/.forward
[email protected][/QUOTE]
[CODE][email protected] [/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:
[email protected] [/etc]# grep [email protected] /etc/valiases/*
/etc/valiases/mydomain.nl:[email protected]: [email protected]
Code:
[email protected] [/etc]# grep [email protected] /etc/vfilters/*
Nothing
Code:
[email protected] [/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:
[email protected] [/etc]# cat /etc/mail_reverse_dns
xx.xx.xx.91: vps.eq2.mydomain.nl
Code:
[email protected]ps [/etc]# exim -bt [email protected]
[email protected]
<-- [email protected]
<-- [email protected]
router = virtual_user, transport = virtual_userdelivery
[email protected]
<-- [email protected]
<-- [email protected]
<-- [email protected]
router = lookuphost, transport = remote_smtp
host mail.mydomain.com [xxx.xx.xxx.xx] MX=10
Tom