mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #77] Self-Host | Email Received by Server but not being pushed to clients' email. #676
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#676
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 @scmaruthi on GitHub (Sep 19, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/77
I've fully setup the server as per instructions on Self-Hosting.
The Issue is that emails are received by the server and Postfix passes the email to the Anonaddy Content Filter.
But then Anonaddy doesn't send them out to the intended recipients.
When sending email to blocked alias, the blocked count increases and but emails that pass through to anonaddy don't seem to add to the counter either.
I've tried to troubleshoot this by setting it to debug .env but I can't figure out where the output logs are.
With regards to the content filter, I find my issue quite similar to here as you can see from my logs. I shows sent by anonaddy but as you can see the sendmail from the server to the destination user address doesn't occur.
Also where should the logs for anonaddy be? I tried to make everything verbose by adding -vvv but to no avail.
Any help would be appreciated,,,
@scmaruthi commented on GitHub (Sep 21, 2020):
Reinstalling on Ubuntu 18.04 fixed it.