mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #65] Self-Hosted | Incoming Emails Are Not Working ("--exten" option does not exist.) #106
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#106
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 @tommyvange on GitHub (Aug 22, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/65
Hello, I recently decided to once again try to install Anonaddy and I have once again hit a wall.
The account verification email worked just fine, but when I try to receive emails with the generated alias it just doesn't work. It doesn't add it to the counter on the dashboard and it doesn't forward the email.
Whenever someone tried to email one of the aliases the
mailer@privpost.noemail sends an error email back to them.The error code being returned to the sender:
This is the mail.log file:
I changed my domain to
MYDOMAIN.COM@tommyvange commented on GitHub (Aug 22, 2020):
I also tested this with a custom domain (added via the dashboard) and it gives the same results.
@willbrowningme commented on GitHub (Aug 25, 2020):
Have you made sure you have the correct line in your
/etc/postfix/master.cffile?Please check this section of the self-hosting file - https://github.com/anonaddy/anonaddy/blob/master/SELF-HOSTING.md#installing-postfix
It sounds like you might have made a typo in that file.
@willbrowningme commented on GitHub (Sep 14, 2020):
@tommyvange did you sort this issue out in the end?
@tommyvange commented on GitHub (Sep 14, 2020):
I just reinstalled Anonaddy and the issue was gone. I did however run into new issues so I gave up yet again, I guess I'll try again in a month or so.
You can close this issue.
@willbrowningme commented on GitHub (Sep 14, 2020):
Okay, perhaps you should try out the Docker image and see if you have more success with that.