question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Getting Error 451 4.3.0

See original GitHub issue

Impacted 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:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
vedrafalcommented, Aug 21, 2021

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

Here is the reason of the problem: ray-project/ray#17475 So delete all aioredis packages here : /srv/modoboa/env/lib/python3.7/site-packages And install the version 1.3.1 with this command: pip3 install -Iv aioredis==1.3.1 --target=/srv/modoboa/env/lib/python3.7/site-packages Reboot your server and the problem will be solved.

0reactions
sissieadmincommented, Oct 23, 2021

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:

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

– You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/modoboa/modoboa/issues/2342#issuecomment-950042625 – Sent from my Android device with K-9 Mail. Please excuse my brevity.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found