mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #54] Self-Hosted | Emails can not be received #96
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#96
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 (Jul 18, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/54
Hello, I recently installed Anonaddy but I can not seem to figure out why I cant receive incoming emails. Outgoing emails work just fine.
I checked the
/var/log/mail.loglog, but there is nothing new being created there when I send a new email. The emails are also not bouncing.Are there any other error logs I can check?
@willbrowningme commented on GitHub (Jul 21, 2020):
Have you made sure to include the correct lines in your
/etc/postifx/master.cffile to pipe the email through to the application?Do you have the correct MX record set up for the domain you are using?
@tommyvange commented on GitHub (Jul 26, 2020):
I was being an absolute idiot and managed to misspell my domain in the MX records.
Thanks.