Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
sstmp with normal yahoo account. [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5909

PostPosted: Sat May 19, 2012 10:19 am    Post subject: sstmp with normal yahoo account. [solved] Reply with quote

Hello all,

I have a normal yahoo account that I want to send mails using it via sstmp, here is my config:
Code:
#
# /etc/ssmtp.conf -- a config file for sSMTP sendmail.
#

# The person who gets all mail for userids < MinUserId
# Make this empty to disable rewriting.
root=******@yahoo.com

# All mail delivered to userid >= MinUserId goes to user, not root.
#MinUserId=1000

# The place where the mail goes. The actual machine name is required
# no MX records are consulted. Commonly mailhosts are named mail.domain.com
# The example will fit if you are in domain.com and your mailhub is so named.
mailhub=smtp.mail.yahoo.com:465

# Example for SMTP port number 2525
# mailhub=mail.your.domain:2525
# Example for SMTP port number 25 (Standard/RFC)
# mailhub=mail.your.domain       
# Example for SSL encrypted connection
# mailhub=mail.your.domain:465

# Where will the mail seem to come from?
#rewriteDomain=

# The full hostname

# Gentoo bug #47562
# Commenting the following line will force ssmtp to figure
# out the hostname itself.

# hostname=_HOSTNAME_

# Set this to never rewrite the "From:" line (unless not given) and to
# use that address in the "from line" of the envelope.
#FromLineOverride=YES

# Use SSL/TLS to send secure messages to server.
#UseTLS=YES

# Use SSL/TLS certificate to authenticate against smtp host.
#UseTLSCert=YES

# Use this RSA certificate.
#TLSCert=/etc/ssl/certs/ssmtp.pem

# Get enhanced (*really* enhanced) debugging information in the logs
# If you want to have debugging of the config file parsing, move this option
# to the top of the config file and uncomment
#Debug=YES
AuthUser=******
AuthPass=******
UseSTARTTLS=YES

but when I try to send a mail, I get this:
Code:
ssmtp ******@yahoo.com< msg.txt
ssmtp: Cannot open smtp.mail.yahoo.com:465


any idea why? cannot connect? has any got this to work with yahoo?
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein


Last edited by DaggyStyle on Tue Jun 12, 2012 5:27 am; edited 1 time in total
Back to top
View user's profile Send private message
trigggl
Apprentice
Apprentice


Joined: 26 Aug 2007
Posts: 250
Location: Arkansas

PostPosted: Mon Jun 11, 2012 7:34 pm    Post subject: Reply with quote

You need a Plus account which currently costs $19.99 a year. Then use,

plus.smtp.mail.yahoo.com:465

Then you'll need,

UseTLS=YES

Comment out (or delete)

#UseSTARTTLS=YES
_________________
Greg
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5909

PostPosted: Tue Jun 12, 2012 5:26 am    Post subject: Reply with quote

I'm not going to pay for that, the value isn't worth it.

I've managed to make it work with GMX.
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
trigggl
Apprentice
Apprentice


Joined: 26 Aug 2007
Posts: 250
Location: Arkansas

PostPosted: Tue Jun 12, 2012 1:04 pm    Post subject: Reply with quote

DaggyStyle wrote:
I'm not going to pay for that, the value isn't worth it.


It's worth it for me. Glad you found a solution.
_________________
Greg
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum