mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #693] "Reply to" function from admin user with default shared domain don't work #1054
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#1054
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 @Dryusdan on GitHub (Oct 29, 2024).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/693
Hello
I encounter a problem, but I don't remember if it's after an upgrade or not? I discover it later than the last update.
So, I have a default and shared domain on my addyio instance. I have 4 users who use my instance.
When I try to respond to an email through addyio, I receive my own (sended) mail.
When I try with a custom domain or with another user with a custom domain too the mail was successfully send.
To illustrate : I have 4 domains : dryusdan.im : default shared domain, dryusdan.net : my custom domain and dryusdan.eu a custom domain on a new user and dryusdan.fr my own mail domain hosted on another server
When me, dryusdan (admin), send an email from example@dryusdan.fr to 45475ufdq@dryusdan.im I receive this email forwarded by 45475ufdq@dryusdan.im and when I try to respond to me, the To is 45475ufdq+example=dryusdan.fr@dryusdan.im but email was received by 45475ufdq@dryusdan.im
But, when I send an email to 879jf5@dryusdan.net from example@dryusdan.fr, when I respond the
To headeris 879jf5+example=dryusdan.net and email was successfully send to example@dryusdan.frI search on all log and enable debug but I don't see anything :/
I reinstall addyio and reconfiguring postfix without any success :/
Can you help me ? :)
Thank !
@willbrowningme commented on GitHub (Oct 30, 2024):
Have you checked this FAQ item - https://addy.io/faq/#im-trying-to-reply-send-from-an-alias-but-the-email-keeps-coming-back-to-me-whats-wrong
@Dryusdan commented on GitHub (Oct 30, 2024):
I totally forgot checking the FAQ... Sorry, I check this
@Dryusdan commented on GitHub (Oct 30, 2024):
Yeah, that was the problem... I use a wildcard email so I didn't use the default email.
So is "fixed"
Thank !