mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 01:45:58 +03:00
[GH-ISSUE #2342] Getting Error 451 4.3.0 #1577
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1577
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sissieadmin on GitHub (Aug 19, 2021).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2342
Impacted versions
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:
On /var/log/mail.log when sending email from valid address outbound.
Expected behavior
Mail is queued and sent properly to other mailbox or outside service.
@sissieadmin commented on GitHub (Aug 19, 2021):
Double checked aioredis version as per #2200 but had the right version installed. Tried reinstalling, no change in outcome.
I found that removing
Changed to:
Gets around the issue. I am unsure what controls the policies on that daemon, but I am assuming its the web admin portal set policies that come in here and may be broken.
I was able to verify that the port is being listened on, and that the daemon is active.
Notice that I had made sure Modoboa was on ipv4 with "--host 127.0.0.1" as per this comment with no luck.
@vedrafal commented on GitHub (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
@sissieadmin commented on GitHub (Aug 24, 2021):
Yes. I posted a comment of things I tried, that being the primary fix. But the version of aioredis was already correct, and backing up and reinstalling that directory didnt make a difference.
@stale[bot] commented on GitHub (Oct 23, 2021):
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.
@sissieadmin commented on GitHub (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: