Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm trying to set up an email server on my Fedora 8 box, but I've run into some trouble. I can send mail to any account that is local to the machine, but if I try to send an email to the outside world, I get errors like the ones below in my mail log. It says "stat=Service unavailable" when trying to send to a GMail account. I get similar results when trying to send to a yahoo account. Please note that I suppressed the server name and email addresses for confidentiality.
I don't use sendmail, but this looks a bit like you are trying to relay through gmail servers and relaying is being denied. Does that sound possible given your setup?
Thanks for the reply aot2002. My router has a dynamic IP address, so I'm most likely being blocked.
All,
If my ISP had a valid mail relay that my computer could send mail to, how would I configure sendmail to use this? I tried google searching, but sendmail configuration looks so cryptic and I can't seem to find a nice step by step tutorial.
Thanks for the reply, but I figured out how to do it with sendmail. After my previous post, I continued to google search and I finally found what I was looking for. It turned out to be one line in my sendmail.mc file.
dnl # Uncomment and edit the following line if your outgoing mail needs to
dnl # be sent out through an external mail server:
dnl #
define(`SMART_HOST', `external.mail.server.here')dnl
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.