mirror of
https://github.com/modoboa/modoboa-postfix-autoreply.git
synced 2026-04-25 08:35:53 +03:00
[GH-ISSUE #67] Autoreply doesnt work #35
Labels
No labels
bug
bug
enhancement
enhancement
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-postfix-autoreply-modoboa#35
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 @dpunkturban on GitHub (Jul 26, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa-postfix-autoreply/issues/67
Impacted versions
Current behavior
Hi guys,
I installed the postfix-autoreply module with the documentation but it seems doesn't work right.
I get the following error if I sending an email to an email address where is autoreply enabled.
Why is Modoboa needing autoreply.test.com an A Record?
Okay, let's set an A Record. But then I got email looping errors like this.
What do I wrong?
Thank you :)
@tonioo commented on GitHub (Jul 31, 2019):
@dpunkturban I guess your configuration is not complete... Can you check all transport maps are activated in your main.cf file? (see https://modoboa.readthedocs.io/en/latest/manual_installation/postfix.html#configuration)
@dpunkturban commented on GitHub (Jul 31, 2019):
hey @tonioo
i see no difference between my config and the postfix config you posted.
my config:
@dpunkturban commented on GitHub (Sep 5, 2019):
Hi @tonioo,
dou you have any updates on this issue?
@tonioo commented on GitHub (Sep 5, 2019):
Have you declared the autoreply.test.com somewhere? (in your DNS or in Modoboa)
If so, it was a bad idea...
@dpunkturban commented on GitHub (Sep 7, 2019):
Hi @tonioo,
We declared it for some tests, but as you said, it's a bad idea.
In our productive environment, there isn't any autoreply configured in DNS or Modoboa as a domain.
Thank you for your help.
@tonioo commented on GitHub (Sep 9, 2019):
Have you run all the migration scripts?
@dpunkturban commented on GitHub (Sep 9, 2019):
I think so. Is there any check script?
@tonioo commented on GitHub (Sep 9, 2019):
You can run this:
python manage.py showmigrations
Make sure to load the virtualenv first.
Le 09/09/2019 à 10:57, Dennis Urban a écrit :
@dpunkturban commented on GitHub (Sep 9, 2019):
Hi,
i think this looks good.