Hi mr. Braindead
can you give us an output from you smtp server log.
That would maybe help to solve the problem...
also remember that
$rcmail_config['smtp_user'] = '%u'; and $rcmail_config['smtp_pass'] = '%p';
will send the user and password you use to login with(the same as the POP3/IMAP) anyways, that would normally not be a problem when communicating with localhost.
but as i say, check the smtp server logs!
And one last thing, i don't think that your question belongs on the developer maillist.. because i think that your problem is not a bug, but just that you that can't figure out the upset.
so try the users list.( http://roundcube.net/?p=forum )
Med venlig hilsen Jonas Jacobsen
Lintoo I/S Buchwaldsgade 50 5000 Odense C
Braindead wrote:
Hello all,
I'm new on this mailing list so hi everybody.
I just installed Roundemail on my server (OVH). All is OK except to send email.
Here is my main.inc.php file :
// use this host for sending mails. // to use SSL connection, set ssl://smtp.host.com // if left blank, the PHP mail() function is used $rcmail_config['smtp_server'] = 'localhost';
// SMTP port (default is 25; 465 for SSL) $rcmail_config['smtp_port'] = 25;
// SMTP username (if required) if you use %u as the username RoundCube // will use the current username for login $rcmail_config['smtp_user'] = '%u';
// 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'] = '%p';
// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use // best server supported one) $rcmail_config['smtp_auth_type'] = '';
But it doesn't works....
Do you know if i'm wrong somewhere ?
My server is RedHat 7.2 (OVH Release)
Thanks !!!!