First question you need to have answered is does your ISP allow outbound
SMTP traffic. Mine happens to (Qwest), so I have daily reports mailed from
my home server to my gmail account. Once you have answered that, if postfix
is setup, you should be good to go. Postfix does a MX lookup for the
destination email address (gmail.com, for example), and sends to one ofthe
IPs listed.The only thing you might have to additionally set up is a reverse
DNS entry. Dynamic DNS hosting, such as dyndns or no-ip.com are free for
this kind of set up. You may need this because many mail servers do a
reverse lookup of your IP when they accept mail to make sure it is coming
from yourdomain. Meaning, I send an email from my lin box from mydomain.com,
my IP needs to map back to mydomain.com.

A simple way to test for allowed SMTP traffic is to telnet to you test
destination. Get the IP by doing a dig or nslookup:


   1. dig -t mx gmail.com
   2.



Jeremiah E. Bess
Network Ninja, Penguin Geek, Father of four


On Wed, May 27, 2009 at 04:38, Kenneth Holter <[email protected]> wrote:

> Hello all.
>
>
> I'm sorry if this is a very basic question, but here it goes: How do I set
> up a my linux boxes to enable them to send mail to my mail account (Outlook
> account)? I've got it working by installing and configuring Postfix, but not
> sure how to do it without Postfix (where do I define the mail relay
> server/exchange server?).
>
> Regards,
> kenneho
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup
-~----------~----~----~----~------~----~------~--~---

Reply via email to