mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #607] [SelfHosted] 454 4.7.1 Relay access denied #999
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#999
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 @andre-paulo98 on GitHub (Mar 3, 2024).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/607
Hey there!
Tried selfhosting Addy and I'm running into an issue with sending the verification emails.
Here's
/var/log/mail.log:I'm trying to send the verification email to https://www.mail-tester.com/ without much success.
I tried to send a email with the command
echo "body of the email" | mail -s "subject" "test-abcdefghj@srv1.mail-tester.com"and it works just fine:my .env
Thanks in advance!
@willbrowningme commented on GitHub (Mar 13, 2024):
Is this issue the same when sending to all email addresses or just the ones on mail-tester?
@andre-paulo98 commented on GitHub (Mar 13, 2024):
Seems like all email addresses (I tried outlook and gmail)
@willbrowningme commented on GitHub (Mar 15, 2024):
What do you have set for:
in your
/etc/postfix/main.cffile?@andre-paulo98 commented on GitHub (Mar 15, 2024):
@andre-paulo98 commented on GitHub (Mar 15, 2024):
I also just checked the files mentioned and they are all
-rw-r--r--instead of/etc/postfix/mysql-virtual-alias-domains-and-subdomains.cfwhich is-rw-r----- 1 root postfix@willbrowningme commented on GitHub (Mar 15, 2024):
Try adding your server's IP address to the end of
mynetworksand then restarting Postfix.Where x.y.z is your IPv4 address, you may also need to add the IPv6 if you have that enabled.
@andre-paulo98 commented on GitHub (Mar 15, 2024):
That seems to have worked.
Added both IPv4 and IPv6 to that seemed to fix it.
Is this just saying what the IPs are allowed to send emails?
@willbrowningme commented on GitHub (Mar 16, 2024):
Check the "What clients to relay mail from" section here for more details - https://www.postfix.org/BASIC_CONFIGURATION_README.html