mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #356] Error, emails dont deliver #857
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#857
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 @ririko5834 on GitHub (Oct 31, 2022).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/356
Hello, forwarded emails sometimes dont come.
And I am getting errors like this (this is for example when I used anonaddy alias on aliexpress)

It sometimes also happens for emails from other sites. When I try to resend the verification code for aliexpress, I get it on second or third attempt, and usually I receive also the first emails but with long delay (but then when I resend verification code, just the last one is actual, not the first one that I receive so I have to wait long until the correct comes)
@willbrowningme commented on GitHub (Nov 1, 2022):
It looks like the HELO hostname "out32-32.sg.b.dm.aliyun.com" could not be resolved for some reason. Perhaps Aliexpress was having issues.
That is because the error code is
450which means the email was deferred and that's why it came through later.I'm afraid I cannot provide unlimited support for self-hosted instances here.
@ririko5834 commented on GitHub (Nov 1, 2022):
I understand, but I cant affect from which domain will ali send emails.
Is there a way to disable spamhaus checking for specific domains/subdomains?
@willbrowningme commented on GitHub (Nov 1, 2022):
You can override the
main.cfpostfix configuration file in Docker - https://github.com/anonaddy/docker#override-postfix-main-configurationYou would need to change
smtpd_recipient_restrictions- https://github.com/anonaddy/docker/blob/master/rootfs/etc/cont-init.d/15-config-postfix.sh#L88-L97and possibly
smtpd_helo_restrictions- https://github.com/anonaddy/docker/blob/master/rootfs/etc/cont-init.d/15-config-postfix.sh#L74-L79@ririko5834 commented on GitHub (Nov 4, 2022):
It's sad that there isn't a way to add env variable to disable it just for specific domain(s)