I have a mail server running Postfix and the problem I'm running into is that when trying to send mail, I get a "relay access denied" error.
Inside my main.cf, I did not specify 'smtpd_recipient_restrictions' so by default, the variable is:
The 'mynetworks' variable looks like this:Code:smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
I use Thunderbird to log into my main user account (which I use for SSH and Mail) on the server. I can receive mail from the outside just fine, but sending mail non-locally ends up with a "Relay access denied." error.Code:mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
Now, I just want to have Postfix allow authenticated users to send mail. Haven't I already authenticated myself by logging into the account during the Thunderbird Account Creation? Why is my mail not being relayed?
If any more information is needed, please let me know. I'd like to get this figured out soon!



Adv Reply

Bookmarks