mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #88] response to forwarded mail #685
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#685
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 @sandikata on GitHub (Oct 7, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/88
since latest update of anonaddy the clients couldn't respond to forwarded mails.
All I can see in postfix log is
Oct 7 08:49:29 mailforwarder postfix/smtp[2743]: 24A262A9: to=<mailer+rosen.aleksandrov.1988=mail.ru@example.com>, relay=none, delay=0.02, delays=0.01/0/0/0, dsn=5.1.0, status=bounced (Domain example.com does not accept mail (nullMX))From where it takes example.com ?
@willbrowningme commented on GitHub (Oct 7, 2020):
Please check your
.envfile and make sure all your variables are correct.ANONADDY_DOMAIN=etc.@sandikata commented on GitHub (Oct 7, 2020):
Yep, i think i've caught it and cleaned the cache. Now i'll leave the postfix server to clean all the queue's. Thank you again.