Getting Error 451 4.3.0
See original GitHub issueImpacted versions
- OS Type: Ubuntu 20.04.3 LTS
- OS Version: 20.04.3
- Database Type: PostgreSQL
- Database version: 12.8
- Modoboa: 1.17.0
- installer used: Yes
- Webserver: Nginx
Steps to reproduce
Try to send an email as any valid user via a client to any valid address (hosted by this server or otherwise), and an error appears on Thunderbird and Clawsmail.
Try to send an email via the webmail client, and the email appears to be sending.
Current behavior
Inbound email has been inconsistent. Most recent tests seem to work fine.
Sending via a client results in an error:
** error occurred on SMTP session
*** Error occurred while sending the message:
451 4.3.5 <recipient-address@domain.com>: Recipient address rejected: Server configuration problem
On /var/log/mail.log when sending email from valid address outbound.
Aug 18 21:58:11 xm1 postfix/submission/smtpd[3410]: warning: problem talking to server 127.0.0.1:9999: Success
Aug 18 21:58:11 xm1 postfix/submission/smtpd[3410]: NOQUEUE: reject: RCPT from reverse-ip[11.111.111.11]: 451 4.3.5 <recipient-address@domain.com>: Recipient address rejected: Server configuration problem; from=<sender-address@domain.com> to=<recipient-address@domain.com> proto=ESMTP helo=<localhost>
Expected behavior
Mail is queued and sent properly to other mailbox or outside service.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Email Error 451 4.3.0 - Techwalla
Technically, email error 451 4.3.0 means the mail server is rejecting your email message. Error-message descriptions can be ambiguous at times. This message...
Read more >Postfix 451, 4.3.0 : Temporary lookup failure - smtp - Server Fault
After sending a message via telnet we receive the following error: Oct 8 18:52:01 mail postfix/smtpd[3719]: connect from unknown[10.10.10.9] ...
Read more >SMTP Error "" smtp: Failed: 451 4.3.0 Error: queue file write ...
This error message is generated by the mail server your nullmailer tries to send the email to. You need to investigate there why...
Read more >Error Code : 451 4.3.0 - TechNet - Microsoft
In that we are getting a error message from secondary MX Record as Error code. Status code = 447 <smtp.dnsexit.com #4.4.7 SMTP451 4.3.0...
Read more >451 4.3.0 Error: queue file write error | Proxmox Support Forum
Hello, I keep getting a large number of "451 4.3.0 Error: queue file write error" in logs and also mail notification about it....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Have you seen the last reply to this post? It worked for me. My Python was on 3.8 already so check your folder path.
https://github.com/modoboa/modoboa/issues/2200#issuecomment-897495315
I was able to resolve this issue by essentially running a reinstall of modoboa on top of the existing one (not removing any packages prior but repulling the git and running the build).
It was pita, in that I had to correct every password for postgres, etc., in the configs. But it started working okay once I was done digging through every service config looking for passwords to correct.
On October 22, 2021 7:23:51 PM PDT, “stale[bot]” @.***> wrote: