Roundcube Community Forum

Release Support => Pending Issues => Topic started by: fmotta on July 20, 2013, 11:57:38 AM

Title: Yahoo IMAP works - but SMTP fails authentication
Post by: fmotta on July 20, 2013, 11:57:38 AM
I am happily using roundcube (IMAP - read) in place of the yahoo resource hog webmail.  But SMTP authentication for sending mail fails.

I cannot seem to find a place where I can set/change the authentication values of SMTP (needed for yahoo - I set them in my standard email clients).  Any ideas?
Title: Re: Yahoo IMAP works - but SMTP fails authentication
Post by: SKaero on July 20, 2013, 12:09:36 PM
You can change the SMTP in the main.inc.php file, look for $config['smtp_server'].
Title: Re: Yahoo IMAP works - but SMTP fails authentication
Post by: fmotta on July 20, 2013, 12:14:39 PM
Quote from: SKaero on July 20, 2013, 12:09:36 PM
You can change the SMTP in the main.inc.php file, look for $config['smtp_server'].

Ok - well that works (having password in plain text).
// SMTP password (if required) if you use %p as the password Roundcube
// will use the current user's password for login
$rcmail_config['smtp_pass'] = 'NotMyRealPassword';

This seems a bit risky - will this eventually be moved into the sql database (not save but not plain text)?

Title: Re: Yahoo IMAP works - but SMTP fails authentication
Post by: SKaero on July 20, 2013, 12:47:19 PM
If the password is the same one that you login with you can use %p.