Results 1 to 3 of 3
i cant seem to get any email client to connect to my mail server. On the smtp side of things if i try to send out i get relay denied ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-21-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 23
Mail Client POP3/ SMTP
i cant seem to get any email client to connect to my mail server. On the smtp side of things if i try to send out i get relay denied but its not connecting to POP3 at all what am i doing wrong.
or where should i be looking. I have tried with servers IP address and domain 2
- 09-22-2009 #2Linux User
- Join Date
- May 2008
- Location
- NYC, moved from KS & MO
- Posts
- 251
Firewall is not the issue here since the relay access denied message is from the smtp server which talks with your email client but refuses to relay messages. If you are using postfix, check the following settings in /etc/postfix/main.cf
smtpd_client_restrictions
mynetworks
For your POP3 issue, make sure
1) your pop server is up and running, I use dovecot with postfix 99% of the time
2) your pop server listens on the LAN address instead of 127.0.0.1
- 09-22-2009 #3Just Joined!
- Join Date
- Aug 2009
- Posts
- 23
POP issue
thank you it appears that even though the pop service was started the smtpd_client section was missing from the main.cf


Reply With Quote
