mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 00:46:03 +03:00
[GH-ISSUE #1290] SimpleUsers don't receving emails. #1041
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#1041
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 @blackmlm on GitHub (Nov 7, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1290
Impacted versions
Current behavior
SimpleUsers can't receive emails, I had to give them domain admin Role for them to receive the emails.
email originator get back this message.
The response from the remote server was: 550 5.1.1 bsmith@mattsbuildingmaterials.com: Recipient address rejected: undeliverable address: host mail.mattsbuildingmaterialsinc.com[private/dovecot-lmtp] said: 550 5.1.1 bsmith@mattsbuildingmaterials.com User doesn't exist: bsmith@mattsbuildingmaterials.com (in reply to RCPT TO command)
As soon as I change the Role from SimpleUser to DomainAdmin , they start getting emials,
I noticed this happening on some account not all of them. and I dont know how to replicate this. This is a new installation and I am using IMAP Migration plugin .... migration is working OK. just wanted to mention this plugin. all the rest was installed with with Installer.
Its running on Ubuntu 16.04.3 LTS. Nothing else installed, but modoboa.
Thanks
Jose Garza
@figassis commented on GitHub (Nov 8, 2017):
I'm having this issue and this is not a new installation. I've updated to 1.8.2. New users get emails, but there was one user for which I changed the username and stopped getting emails. Then I deleted the user (mailbox stayed, had to delete manually). I then recreated the user and still doesn't get emails.
@tonioo commented on GitHub (Nov 8, 2017):
Looks like a verify cache issue. Try to remove the
/var/lib/postfix/verify_cache.dband to reload postfix.@figassis commented on GitHub (Nov 8, 2017):
@tonioo, that was it! I was set on spending tonight tackling this. Appreciate the help!
@blackmlm commented on GitHub (Nov 9, 2017):
awesome, I think is working on my side as well, do you know if this is a known issue? will this be happening again?
@figassis commented on GitHub (Nov 9, 2017):
I assume it will, probably after operations that change the maildir structure. Maybe a cron job would fix.
@tonioo commented on GitHub (Nov 9, 2017):
I think postfix configuration should be modified a bit to improve cache control. http://www.postfix.org/verify.8.html
@ghost commented on GitHub (Mar 6, 2018):
This should just be a one off issue during migration, there's no need to modify the postfix configuration.
This issue occurs if an address receives an email before the account/alias has been created (or enabled if the account was disabled) in Modoboa. If an account/alias doesn't exist or isn't enabled postfix caches the result for 3 hours (address_verify_negative_refresh_time) before checking again if the account/alias exists.
The documentation should probably be updated to include a note say if accounts have been migrated from another server delete
verify_cache.dband restart postfix.