<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;ATT Uverse and Outgoing Mail and FreeBSD&#x27; in forum &#x27;AT&#x26;T U-verse&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/ATT-Uverse-and-Outgoing-Mail-and-FreeBSD-21673251</link>
<description></description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 12:54:12 EDT</pubDate>
<lastBuildDate>Sat, 11 Feb 2012 12:54:12 EDT</lastBuildDate>

<item>
<title>Re: ATT Uverse and Outgoing Mail and FreeBSD</title>
<link>http://www.dslreports.com/forum/Re-ATT-Uverse-and-Outgoing-Mail-and-FreeBSD-21685495</link>
<description><![CDATA[vask posted : Looks like Outgoing SMTP mail works with stunnel now on FreeBSD...<br><br>From /var/log/messages<br>Jan  5 12:30:39 blue stunnel: LOG5[93914:134791168]: attsmtp accepted connection from 127.0.0.1:50315<br>Jan  5 12:30:40 blue stunnel: LOG5[93914:134791168]: attsmtp connected remote server from 192.168.X.XX:49408<br>Jan  5 12:30:40 blue stunnel: LOG5[93914:134791168]: CRL: verification passed<br>Jan  5 12:30:40 blue stunnel: LOG5[93914:134791168]: VERIFY OK: depth=0, /C=US/ST=California/L=Santa Clara/O=Yahoo! Inc./OU=Yahoo/CN=smtp.att.yahoo.com<br>Jan  5 12:30:40 blue stunnel: LOG5[93914:134791168]: CRL: verification passed<br><br>from /var/log/maillog<br>Jan  5 12:24:53 blue sm-mta[99057]: n055qvuG095777: to=, ctladdr= (1008/1008), delay=14:31:56, xdelay=00:00:00, mailer=relay, pri=3360530, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (ok 1231187335 qp 40759)<br><br>The solution was actually posted at:<br>&raquo;<A HREF="http://qiaoyang.blogspot.com/2007/08/sendmail-auth-ssl-tunnel-att-yahoo.html" >qiaoyang.blogspot.com/2007/08/se&middot;&middot;&middot;hoo.html</A><br><br>Some useful info missing is this link is that instead of editing the relay port directly in /etc/mail/sendmail.cf you can add the following line in /etc/mail/my.site.com.mc:<br>define(`RELAY_MAILER_ARGS', `TCP $h 2525')<br><br>Also from the link... I would still like to know what to write in /etc/mail/my.site.com.mc so I don't actually have to comment out the sendmail.cf file that reads:<br>R $* $@ $2 delete local host<br><br>Another thing that was misleading from the link is that you can't make comments with:<br>! #<br><br>You should just use:<br>#<br><br>Also, my auth info for relay used root at the username. ie):<br>AuthInfo: "U:root" "I:myname@sbcglobal.net" "P:xxxxxx" "M:LOGIN PLAIN"<br><br>Also, because I had to edit the sendmail.cf file directly... From [/etc/mail] I had to do:<br>1. make all install restart<br>2. manually edit sendmail.cf to comment out the line mentioned above.<br>3. make restart<br><br>Aside from this last part the stunnel configuration was very confusing... I created folders and changed directories from the default configuration... ie) It does NOT work out of the box. Here are some of the commands I used to help configure:<br><br>/usr/local/etc/rc.d/stunnel restart<br>vi /var/log/messages <br>vi /usr/local/etc/stunnel/stunnel.conf <br>vi /usr/local/etc/rc.d/stunnel<br>vi /etc/rc.conf<br>ps aux |grep stunnel<br>netstat -na |grep LIST<br><br>And in stunnel.conf<br>-----------------------<br>[attsmtp]<br>client = yes<br>verify = 0<br>accept = 127.0.0.1:2525<br>connect = smtp.att.yahoo.com:465<br>delay = yes]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-Uverse-and-Outgoing-Mail-and-FreeBSD-21685495</guid>
<pubDate>Mon, 05 Jan 2009 16:08:22 EDT</pubDate>
</item>

<item>
<title>Re: ATT Uverse and Outgoing Mail and FreeBSD</title>
<link>http://www.dslreports.com/forum/Re-ATT-Uverse-and-Outgoing-Mail-and-FreeBSD-21675649</link>
<description><![CDATA[vask posted : <pre class="brush: text">root@blue ~&#93;# nmap smtp.att.yahoo.com&#012; &#012;Starting Nmap 4.62 ( http://nmap.org ) at 2009-01-03 12:58 PST&#012;Interesting ports on smtp1.sbc.mail.vip.sp1.yahoo.com (69.147.64.31):&#012;Not shown: 1712 filtered ports&#012;PORT    STATE  SERVICE&#012;80/tcp  closed http&#012;443/tcp closed https&#012;465/tcp open   smtps&#012; &#012;Nmap done: 1 IP address (1 host up) scanned in 8.025 seconds&#012; &#012;</pre><!--end code block--><br>I am already able to send email with Thunderbird and Outlook Express 6 successfully after "verifying email addresses with my ISP" See:<br>&raquo;<A HREF="http://help.yahoo.com/l/us/yahoo/mail/original/manage/sendfrom-07.html" >help.yahoo.com/l/us/yahoo/mail/o&middot;&middot;&middot;-07.html</A><br><br>Error message from that was:<br>The message could not be sent because the server rejected the sender's e-mail address. The sender's e-mail address was 'user@site.com'. Subject '5:26', Account: 'site.com', Server: 'smtp.att.yahoo.com', Protocol: SMTP, Server Response: '553 From: address not verified; see &raquo;<A HREF="http://help.yahoo.com/l/us/yahoo/mail/original/manage/sendfrom-07.html" >help.yahoo.com/l/us/yahoo/mail/o&middot;&middot;&middot;-07.html</A>', Port: 465, Secure(SSL): Yes, Server Error: 553, Error Number: 0x800CCC78<br><br>Outgoing mail settings that worked were:<br>MemberID@sbcglobal.net<br>MemberPassword<br>smtp.att.yahoo.com<br>Outgoing mail port #: 465, secure connection (SSL) checked<br><br>However, I am still unable to send email on my Freebsd box with Sendmail or Stunnel.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-Uverse-and-Outgoing-Mail-and-FreeBSD-21675649</guid>
<pubDate>Sat, 03 Jan 2009 16:23:15 EDT</pubDate>
</item>

<item>
<title>Re: ATT Uverse and Outgoing Mail and FreeBSD</title>
<link>http://www.dslreports.com/forum/Re-ATT-Uverse-and-Outgoing-Mail-and-FreeBSD-21675063</link>
<description><![CDATA[houkouonchi posted : It looks like it might be being blocked by a firewall since it is timing out (from the error message) what do you get when you nmap smtp.att.yahoo.com? Do you see port 465 as being open?<br><br>Here is what I get:<br><br><pre class="brush: text">10:47 AM :~# nmap smtp.att.yahoo.com&#012; &#012;Starting Nmap 4.20 ( http://insecure.org ) at 2009-01-03 10:47 PST&#012;Interesting ports on smtp1.sbc.mail.vip.sp1.yahoo.com (69.147.64.31):&#012;Not shown: 1691 filtered ports&#012;PORT    STATE  SERVICE&#012;25/tcp  open   smtp&#012;80/tcp  closed http&#012;143/tcp closed imap&#012;443/tcp closed https&#012;465/tcp open   smtps&#012;587/tcp open   submission&#012; &#012;Nmap finished: 1 IP address (1 host up) scanned in 20.948 seconds&#012; &#012;</pre><!--end code block--><br><small>--<br>Chugging along on 2x 6016/768k DSL Extreme DSL lines and one 6016/768 ATT DSL DIrect line as well as one 16mb/2mb Charter cable line for a combined total of just over 32 meg download and 3 meg up (after overhead). yay!</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-Uverse-and-Outgoing-Mail-and-FreeBSD-21675063</guid>
<pubDate>Sat, 03 Jan 2009 13:50:55 EDT</pubDate>
</item>

<item>
<title>ATT Uverse and Outgoing Mail and FreeBSD</title>
<link>http://www.dslreports.com/forum/ATT-Uverse-and-Outgoing-Mail-and-FreeBSD-21673251</link>
<description><![CDATA[vask posted : I have already asked this question at experts-exchange.com but have not been having much luck...  so here it goes...<br><br>Recently my ISP was switched to ATT UVERSE from the original SBC Yahoo DSL and I am having difficulty getting outgoing emails working from my webserver.  Incoming emails seem to work fine as well as a HTTP hosting/SSH/etc...  Everything worked perfectly before the switch...<br><br>Basically my setup is same as here:<br>&raquo;<A HREF="http://www.puresimplicity.net/~hemi/freebsd/sendmail.html" >www.puresimplicity.net/~hemi/fre&middot;&middot;&middot;ail.html</A><br><br>And here:<br>&raquo;<A HREF="http://rajasuperman.blogspot.com/2006/09/gmail-as-smarthost-for-fre_115764792412436946.html" >rajasuperman.blogspot.com/2006/0&middot;&middot;&middot;946.html</A><br><br>----<br><br>But ONLY things I really changed since the switch was smtp.sbcglobal.net to smtp.att.yahoo.com<br><br>1. Edited 1 line in /etc/mail/auth/client-info<br>AuthInfo:smtp.att.yahoo.com "U:root" "I:USER@sbcglobal.net" "P:PASSWORD"<br><br>2. Edited 1 line in /etc/mail/freebsd.mc<br>define(`SMART_HOST',`smtp.att.yahoo.com')dnl<br><br>make all install restart<br><br>----<br><br>From /var/log/maillog<br><br>Jan  1 17:36:21 blue sm-mta[55047]: n020Qou3054631: to=, ctladdr= (1008/1008), delay=01:09:31, xdelay=00:01:15, mailer=relay, pri=300530, relay=smtp.att.yahoo.com [69.147.64.31], dsn=4.0.0, stat=Defe<br>rred: Operation timed out with smtp.att.yahoo.com<br><br>Jan  1 18:00:38 blue sendmail[55177]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256<br><br>----<br><br>How do I get my outgoing emails working again?  What do I need to do?<br><br>Perhaps the problem is I just don't know how to configure things correctly.<br><br>It seems like the following config should work:<br><br>MemberID@sbcglobal.net<br>smtp.att.yahoo.com<br>Outgoing mail port #: 465, secure connection (SSL) checked  (This is different from before )<br><br>I have also looked at the following post on DSL Reports but I am not sure if I need stunnel for a solution. See:<br>&raquo;<A HREF="/forum/r21638859-UVerse-SMTP-Inbound-and-Relay">U-Verse SMTP Inbound and Relay</A><br><br>Please Advise...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/ATT-Uverse-and-Outgoing-Mail-and-FreeBSD-21673251</guid>
<pubDate>Fri, 02 Jan 2009 23:56:41 EDT</pubDate>
</item>

</channel>
</rss>

