Hello everybody,
I recently moved my websites from one hosting company to another, where I am running on a VPS. I have root access to SSH and am also able to get into WHM, so any help here would be much appreciated.
Using DNS and MX, all mail accounts for my (and clients) websites go through Gmail or Outlook. Emails sent from those interfaces are going out as they should, while anybody who emails directly is also able to get their messages through.
Now, I have contact forms on several sites which have suddenly stopped sending mail since the server move. I'm not finding any PHP errors, so I was directed to my exim_mainlog file.
Here is an example of what I received after my latest attempt at a form submission.
I have replaced all instances of usernames and the server name.
DNS and MX all appear to be correct, but I just can't get contact forms to work at all. Any help would be greatly appreciated.
I recently moved my websites from one hosting company to another, where I am running on a VPS. I have root access to SSH and am also able to get into WHM, so any help here would be much appreciated.
Using DNS and MX, all mail accounts for my (and clients) websites go through Gmail or Outlook. Emails sent from those interfaces are going out as they should, while anybody who emails directly is also able to get their messages through.
Now, I have contact forms on several sites which have suddenly stopped sending mail since the server move. I'm not finding any PHP errors, so I was directed to my exim_mainlog file.
Here is an example of what I received after my latest attempt at a form submission.
Code:
2013-12-03 23:23:42 cwd=/user/public_html/domain.com 3 args: /usr/sbin/sendmail -t -i
2013-12-03 23:23:42 1VnzJe-0005LS-GN <= [email protected] user P=local S=527 T="The test for php mail function" for [email protected]
2013-12-03 23:23:42 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1VnzJe-0005LS-GN
2013-12-03 23:23:42 1VnzJe-0005LS-GN ** [email protected] R=virtual_aliases: No Such User Here
2013-12-03 23:23:42 cwd=/var/spool/exim 7 args: /usr/sbin/exim -t -oem -oi -f <> -E1VnzJe-0005LS-GN
2013-12-03 23:23:42 1VnzJe-0005LX-Ie <= <> R=1VnzJe-0005LS-GN U=mailnull P=local S=1435 T="Mail delivery failed: returning message to sender" for [email protected]
2013-12-03 23:23:42 1VnzJe-0005LS-GN Completed
2013-12-03 23:23:42 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1VnzJe-0005LX-Ie
2013-12-03 23:23:42 1VnzJe-0005LX-Ie => user <[email protected]> R=localuser T=local_delivery
2013-12-03 23:23:42 1VnzJe-0005LX-Ie Completed
DNS and MX all appear to be correct, but I just can't get contact forms to work at all. Any help would be greatly appreciated.