Page 1 of 1

Mail from wordpress - smtp auth requried

Posted: Tue Sep 27, 2016 1:30 pm
by krok
Im using two vesta servers. VPS1 as webserver and VPS2 as mailserver.

On VPS1 have setup mx records pointing to VPS2 for all the domains.

The problem:

If i send an email to [email protected] the mail goes to VPS2 wich is fine. But if submitted through form (mail php?) at the website on VPS1 i dont get the message:

Mail delivery failed: returning message to sender

Code: Select all

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  [email protected]
    SMTP error from remote mail server after RCPT TO:<[email protected]>:
    host mail.server.com [xx.xx.xx.xx]: 550 smtp auth requried

------ This is a copy of the message, including all the headers. ------
How can i accept the mail go to VPS2?

Re: Mail from wordpress - smtp auth requried

Posted: Tue Sep 27, 2016 5:29 pm
by herojohan
Are you using the plugin SMTP Mail?
Might be useful in your case :)