mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #441] When renaming a domain in the modoboa interface, it seems the domain name is not modified in the autoreply table #425
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#425
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 @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/441
Originally assigned to: @tonioo on GitHub.
Originally created by Fabrice Flore-Thébault on 2013-07-30T12:29:59Z
When domain name contains a dash, autoreply fails to write the reply and the sender of the message receive an error message with following error:
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Fabrice Flore-Thébault on 2013-07-30T15:45:00Z
It was a postfix + amavisd-new configuration issue. Amavis was filtering badly the autoreply messages
added in main.cf:
modified master.cf to add the no_address_mapping to amavisfeed also.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Fabrice Flore-Thébault on 2013-08-12T14:01:29Z
Finally the cause of the problem was completely different: using the interface of modoboa, the domain name was modified, from @ddomain-dash.com@ to @ddomain-dash.tld@.
But in the @postfix_autoreply_transport@ sql table, the domain was not modified. The domain was still @autoreply.ddomain-dash.com@ in the database.
As a result, instead of resolving locally the autoreply adresses, postfix tried to resolve the domain and to send the message through smtp. As there is no @autoreply.ddomain-dash.tld@ in public DNS, the message was bounced back (to the original sender).
So the issue should be reworded: when renaming a domain in the modoboa interface, it seems the domain name is not modified in the autoreply table.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-08-25T14:37:46Z
Applied in changeset commit:ef826224c4f2ac224163efbbd03cf6fc78f546bc.