Error validating server (451 Temporary local problem)

Burn

New Member
Hi,

I'm trying to install the new version of MW v1.3.6.5 on a new domain, and when I try to setup my delivery servers
I can't send out the validation email..
I managed to set it up previously on another domain, using 1.3.6.0 without any issues..

Delivery server type: sendmail

Here's the error I'm getting



Code:
Expected response code 250 but got code "451", with message "451 Temporary local problem - please try later
"
Log data:
++ Starting Swift_SendmailTransport
<< 220 mydomain.com ESMTP Exim 4.84_2 Wed, 08 Jun 2016 12:24:34 -0400
>> HELO mydomain.com
<< 250 mydomain.com Hello admin at mydomain.com
++ Swift_SendmailTransport started
>> MAIL FROM:<send@mydomain.com>
<< 250 OK
>> RCPT TO:<myemail@gmail.com>
<< 250 Accepted
>> DATA
<< 354 Enter message, ending with "." on a line by itself
>>
.
<< 451 Temporary local problem - please try later
!! Expected response code 250 but got code "451", with message "451 Temporary local problem - please try later
" (code: 451)

Any help would be greatly appreciated, thanks in advance
 
Hi,

I'm trying to install the new version of MW v1.3.6.5 on a new domain, and when I try to setup my delivery servers
I can't send out the validation email..
I managed to set it up previously on another domain, using 1.3.6.0 without any issues..

Delivery server type: sendmail

Here's the error I'm getting



Code:
Expected response code 250 but got code "451", with message "451 Temporary local problem - please try later
"
Log data:
++ Starting Swift_SendmailTransport
<< 220 mydomain.com ESMTP Exim 4.84_2 Wed, 08 Jun 2016 12:24:34 -0400
>> HELO mydomain.com
<< 250 mydomain.com Hello admin at mydomain.com
++ Swift_SendmailTransport started
>> MAIL FROM:<send@mydomain.com>
<< 250 OK
>> RCPT TO:<myemail@gmail.com>
<< 250 Accepted
>> DATA
<< 354 Enter message, ending with "." on a line by itself
>>
.
<< 451 Temporary local problem - please try later
!! Expected response code 250 but got code "451", with message "451 Temporary local problem - please try later
" (code: 451)

Any help would be greatly appreciated, thanks in advance

can u send any email (not from mwz)?
is this a shared server?
have u checked the server's firewall rules?
 
Hi,

thanks for the responses,

It's a droplet on digitalocean, managing to send out test mails ok.
I managed to work around the problem, but switching to php mailer..
Not too sure how come, it can't work with SM
 
Hi,

thanks for the responses,

It's a droplet on digitalocean, managing to send out test mails ok.
I managed to work around the problem, but switching to php mailer..
Not too sure how come, it can't work with SM

@Burn
anything cloud is sometimes working, but generally not recommended for mail, as mail does need stability (at least kvm vps, better dedicated)

@twisted1919
see... another VERY good reason... to keep php mailer in mwz!
 
Back
Top