Hi,
I got it up and running - but I not able to send emails using googles imaps server....
it tells me:
my conf looks like:Code:[[02-Nov-2007 10:17:40 +0100] SMTP Error: SMTP error: Authentication failure: SMTP server does no support authentication in /var/www/roundcubemail_svn/trunk/roundcubemail/program/steps/mail/sendmail.inc on line 334
Has anyone set it up with googles imap server ?Code:// 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'] = 'smtp.gmail.com'; // SMTP port (default is 25; 465 for SSL) $rcmail_config['smtp_port'] = 465 // SMTP username (if required) if you use %u as the username RoundCube // will use the current username for login $rcmail_config['smtp_user'] = 'xxxx@gmail.com'; // 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'] = 'xxxx'; // SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use // best server supported one) $rcmail_config['smtp_auth_type'] = 'LOGIN'; // SMTP HELO host // Hostname to give to the remote server for SMTP 'HELO' or 'EHLO' messages IN // Leave this blank and you will get the server variable 'server_name' or // localhost if that isn't defined. $rcmail_config['smtp_helo_host'] = ''; // Log sent messages $rcmail_config['smtp_log'] = TRUE;
Thx
Zabi


LinkBack URL
About LinkBacks



Reply With Quote
