<div class="gmail_quote"><div><div class="Wj3C7c">On Sun, Feb 24, 2008 at 9:51 AM,  &lt;<a href="mailto:ckeeter@comcast.net" target="_blank">ckeeter@comcast.net</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi all,<br>
<br>
I&#39;ve been a long time lurker and need a shove in the right direction.<br>
<br>
I&#39;ve been getting my email on Ubuntu box for a while, Fetch gets the mail and postfix sends it out, Recently Comcast has been forcing me to use the 587 port for sending mail. and I&#39;m at a loss on how to get it to work in postfix. I can&#39;t even send mail to a 3rd part mailhost, so they have locked me out of port 25.<br>


<br>
Has anyone else had this problem and solved it and can point me in the correct direction, this has been driving me crazy.<br>
<br>
Thanks!!<br>
<br>
Chuck Keeter<br>
_______________________________________________<br>
Kclug mailing list<br>
<a href="mailto:Kclug@kclug.org" target="_blank">Kclug@kclug.org</a><br>
<a href="http://kclug.org/mailman/listinfo/kclug" target="_blank">http://kclug.org/mailman/listinfo/kclug</a><br>
</blockquote></div><br><br></div></div>Chuck,<br><br>With any *normal* ISP (Time Warner) the process would be:<br>
<br>
Edit your /etc/postfix/main.cf file.&nbsp; Find the relayhost directive.&nbsp;
Set that to your ISP&#39;s outgoing SMTP server.&nbsp; Postfix will then send
all outgoing mail through your ISP, instead of trying to deliver it
directly.<br>
<br>
However, since Comcast is far from a *normal* ISP... <br>
<br>
1. You will need to have Postfix send out on port 587.&nbsp; Edit /etc/postfix/main.cf:<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; relayhost = [<a href="http://smtp.comcast.net" target="_blank">smtp.comcast.net</a>]:587<br>
<br>
2. You will need to use SMTP Authentication to authenticate with Comcast&#39;s SMTP server.<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://freelock.com/kb/Postfix_relayhost" target="_blank">http://freelock.com/kb/Postfix_relayhost</a><br>
<br>
Hope this helps.<br>
<br>
Thanks,<br>
<br>
-Lucas<br>
<br>
</div><br>