Gentoo Archives: gentoo-user

From: John Blinka <john.blinka@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ssmtp & at&t woes
Date: Mon, 01 Dec 2008 22:34:43
Message-Id: e6b926b90812011434n3cf6bd68yb8b819b62fcbf822@mail.gmail.com
1 I recently switched to at&t from another isp. At that other isp,
2 my ssmtp setup worked perfectly. With at&t, a similar ssmtp setup
3 (modified appropriately to point to at&t's smtp server) does not
4 work at all.
5
6 AT&T told me to use the server smtp.att.yahoo.com and port
7 465. So my ssmtp.conf file looks like:
8
9 Debug=YES
10 root=xxx@×××.net
11 mailhub=smtp.att.yahoo.com:465
12 AuthUser=xxx
13 AuthPass=yyy
14 rewriteDomain=att.net
15 FromLineOverride=YES
16 UseTLS=YES
17
18 and my revaliases file looks like
19
20 root=xxx@×××.net:smtp.att.yahoo.com:465
21
22 The result of the command mail -v -s test xxx@×××.net is:
23
24 [<-] 220 smtp122.sbc.mail.sp1.yahoo.com ESMTP
25 [->] EHLO tobey
26 [<-] 250 8BITMIME
27 [->] AUTH LOGIN
28 [<-] 334 VXNlcm5hbWU6
29 [->] am9obi5ibGlua2E=
30 [<-] 334 UGFzc3dvcmQ6
31 [<-] 535 authorization failed (#5.7.0)
32 send-mail: Authorization failed (535 authorization failed (#5.7.0))
33 Can't send mail: sendmail process failed with error code 1
34
35 I read somewhere that some people can't get at&t's port 465 to work
36 with ssmtp and that they have used port 587 successfully. Not so
37 for me. Using port 587 (replacing 465 by 587 in ssmtp.conf and revaliases),
38 the result of mail -v -s test xxx@×××.net is:
39
40 SSL_connect: Success
41 send-mail: Cannot open smtp.att.yahoo.com:587
42 Can't send mail: sendmail process failed with error code 1
43
44 I have no problem at all sending mail to my att.net account from
45 various gmail accounts I use, so I know that my password and
46 username combination functions.
47
48 I can telnet to smtp.att.yahoo.com at either port 465 or 587 and get
49 a response, so nothing is blocking either port.
50
51 Any insights or suggestions?
52
53 John Blinka

Replies

Subject Author
Re: [gentoo-user] ssmtp & at&t woes Mick <michaelkintzios@×××××.com>