Author Topic: ayuda error al iniciar sesion  (Read 11625 times)

Offline manueldelrio

  • Jr. Member
  • **
  • Posts: 10
ayuda error al iniciar sesion
« on: October 09, 2010, 06:09:33 PM »
al escribir usuario y contraseña  round cube me dice usuario o contraseña incorrecto--------------****
he instalado antes squirrelmail o horde .  y sin ningun problema     pero ahora que dicidi cambiar a roundcube
 
e instalado y he pasado todos los test  . .  el detalle  escribo  usuario y contraseña y me sale error de usuario y contraseña..

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
ayuda error al iniciar sesion
« Reply #1 on: October 11, 2010, 05:56:15 AM »
Yo no hablo español, pero Google ayuda un poco. Pregunte a sus preguntas, preferiblemente en Inglés o en alemán.

Asegúrese de que el buen nombre de su servidor de correo en el archivo. ./config/main.inc.php. Puede ser necesario iniciar sesión username@domain.tld en lugar de sólo el username.
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline manueldelrio

  • Jr. Member
  • **
  • Posts: 10
help me
« Reply #2 on: October 11, 2010, 01:01:50 PM »
result = username or password invalid

username and password to enter round cube tells me incorrect username or password -------------- ****
before I installed squirrelmail or horde. and without any problems but now change to RoundCube dicidi

and installed and have passed all tests. . write detailed and password and I get username and password error ..
Escuchar
Leer fonéticamente


/*
 +-----------------------------------------------------------------------+
 | Main configuration file                                               |
 |                                                                       |
 | This file is part of the Roundcube Webmail client                     |
 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
+-----------------------------------------------------------------------+*/
$rcmail_config = array();
/ ----------------------------------
// LOGGING/DEBUGGING
// ----------------------------------
/ system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace
$rcmail_config['debug_level'] = 1;
/ log driver:  'syslog' or 'file'.
$rcmail_config['log_driver'] = 'file';

// date format for log entries
// (read PHP: date - Manual for all format characters)  
$rcmail_config['log_date_format'] = 'd-M-Y H:i:s O';

// Syslog ident string to use, if using the 'syslog' log driver.
$rcmail_config['syslog_id'] = 'roundcube';

// Syslog facility to use, if using the 'syslog' log driver.
// For possible values see installer or PHP: openlog - Manual
$rcmail_config['syslog_facility'] = LOG_USER;

// Log sent messages to /sendmail or to syslog
$rcmail_config['smtp_log'] = true;

// Log successful logins to /userlogins or to syslog
$rcmail_config['log_logins'] = false;

// Log SQL queries to /sql or to syslog
$rcmail_config['sql_debug'] = false;

// Log IMAP conversation to /imap or to syslog
$rcmail_config['imap_debug'] = false;

// Log LDAP conversation to /ldap or to syslog
$rcmail_config['ldap_debug'] = false;

// Log SMTP conversation to /smtp or to syslog
$rcmail_config['smtp_debug'] = false;

// ----------------------------------
// IMAP
// ----------------------------------

// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
// Supported replacement variables:
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
// For example %n = mail.domain.tld, %d = domain.tld
$rcmail_config['default_host'] = 'http://mail.webhouse.com.pe';

// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;

// IMAP auth type. Can be "auth" (CRAM-MD5), "plain" (PLAIN) or "check" to auto detect.
// Optional, defaults to "check"
$rcmail_config['imap_auth_type'] = null;

// If you know your imap's root directory and its folder delimiter,
// you can specify them here. Otherwise they will be determined automatically.
$rcmail_config['imap_root'] = null;
$rcmail_config['imap_delimiter'] = null;

// By default IMAP capabilities are readed after connection to IMAP server
// In some cases, e.g. when using IMAP proxy, there's a need to refresh the list
// after login. Set to True if you've got this case.
$rcmail_config['imap_force_caps'] = false;

// IMAP connection timeout, in seconds. Default: 0 (no limit)
$rcmail_config['imap_timeout'] = 0;

// ----------------------------------
// SMTP
// ----------------------------------

// SMTP server host (for sending mails).
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
// If left blank, the PHP mail() function is used
// Supported replacement variables:
// %h - user's IMAP hostname
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
// %z - IMAP domain (IMAP hostname without the first part)
// For example %n = mail.domain.tld, %d = domain.tld
$rcmail_config['smtp_server'] = '';

// 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'] = '';

// 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'] = '';

// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';

// SMTP HELO host
// Hostname to give to the remote server for SMTP 'HELO' or 'EHLO' messages
// Leave this blank and you will get the server variable 'server_name' or
// localhost if that isn't defined.
$rcmail_config['smtp_helo_host'] = '';

// SMTP connection timeout, in seconds. Default: 0 (no limit)
$rcmail_config['smtp_timeout'] = 0;

// ----------------------------------
// SYSTEM
// ----------------------------------

// THIS OPTION WILL ALLOW THE INSTALLER TO RUN AND CAN EXPOSE SENSITIVE CONFIG DATA.
// ONLY ENABLE IT IF YOU'RE REALLY SURE WHAT YOU'RE DOING!
$rcmail_config['enable_installer'] = false;
// use this folder to store log files (must be writeable for apache user)
// This is used by the 'file' log driver.
$rcmail_config['log_dir'] = 'logs/';
// use this folder to store temp files (must be writeable for apache user)
$rcmail_config['temp_dir'] = 'temp/';
// enable caching of messages and mailbox data in the local database.
// this is recommended if the IMAP server does not run on the same machine
$rcmail_config['enable_caching'] = false;

// lifetime of message cache
// possible units: s, m, h, d, w
$rcmail_config['message_cache_lifetime'] = '10d';

// enforce connections over https
// with this option enabled, all non-secure connections will be redirected.
// set the port for the ssl connection as value of this option if it differs from the default 443
$rcmail_config['force_https'] = true;

// automatically create a new Roundcube user when log-in the first time.
// a new user will be created once the IMAP login succeeds.
// set to false if only registered users can use this service
$rcmail_config['auto_create_user'] = false;

// Includes should be interpreted as PHP files
$rcmail_config['skin_include_php'] = false;

// Session lifetime in minutes
// must be greater than 'keep_alive'/60
$rcmail_config['session_lifetime'] = 10;

// check client IP in session athorization
$rcmail_config['ip_check'] = false;

// Use an additional frequently changing cookie to athenticate user sessions.
// There have been problems reported with this feature.
$rcmail_config['double_auth'] = false;

// this key is used to encrypt the users imap password which is stored
// in the session record (and the client cookie if remember password is enabled).
// please provide a string of exactly 24 chars.
$rcmail_config['des_key'] = 'rcmail-!24ByteDESkey*Str';

// Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple hosts
// Supported replacement variables:
// %h - user's IMAP hostname
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
// %z - IMAP domain (IMAP hostname without the first part)
// For example %n = mail.domain.tld, %d = domain.tld
$rcmail_config['username_domain'] = 'webhouse.com.pe';

// This domain will be used to form e-mail addresses of new users
// Specify an array with 'host' => 'domain' values to support multiple hosts
// Supported replacement variables:
// %h - user's IMAP hostname
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
// %z - IMAP domain (IMAP hostname without the first part)
// For example %n = mail.domain.tld, %d = domain.tld
$rcmail_config['mail_domain'] = 'webhouse.com.pe';

// Password charset.
// Use it if your authentication backend doesn't support UTF-8.
// Defaults to ISO-8859-1 for backward compatibility
$rcmail_config['password_charset'] = 'ISO-8859-1';

// How many seconds must pass between emails sent by a user
$rcmail_config['sendmail_delay'] = 0;

// Maximum number of recipients per message. Default: 0 (no limit)
$rcmail_config['max_recipients'] = 0;

// Maximum allowednumber of members of an address group. Default: 0 (no limit)
// If 'max_recipients' is set this value should be less or equal
$rcmail_config['max_group_members'] = 0;

// add this user-agent to message headers when sending
$rcmail_config['useragent'] = 'Roundcube Webmail/'.RCMAIL_VERSION;

// use this name to compose page titles
$rcmail_config['product_name'] = 'Correo Webhouse';

// try to load host-specific configuration
// see Howto_Config ? Roundcube Webmail for more details
$rcmail_config['include_host_config'] = false;

// path to a text file which will be added to each sent message
// paths are relative to the Roundcube root folder
$rcmail_config['generic_message_footer'] = '';

// path to a text file which will be added to each sent HTML message
// paths are relative to the Roundcube root folder
$rcmail_config['generic_message_footer_html'] = '';

// add a received header to outgoing mails containing the creators IP and hostname
$rcmail_config['http_received_header'] = false;

/

Offline manueldelrio

  • Jr. Member
  • **
  • Posts: 10
help me
« Reply #3 on: October 11, 2010, 01:09:19 PM »
username and password to enter round cube tells me incorrect username or password -------------- ****
before I installed squirrelmail or horde. and without any problems but now change to RoundCube dicidi

and installed and have passed all tests. . write detailed and password and I get username and password error ..


user   juan
password  juan

= username and password is not valid


// Log sent messages to /sendmail or to syslog
$rcmail_config['smtp_log'] = true;

// Log successful logins to /userlogins or to syslog
$rcmail_config['log_logins'] = false;

// Log SQL queries to /sql or to syslog
$rcmail_config['sql_debug'] = false;

// Log IMAP conversation to /imap or to syslog
$rcmail_config['imap_debug'] = false;

// Log LDAP conversation to /ldap or to syslog
$rcmail_config['ldap_debug'] = false;

// Log SMTP conversation to /smtp or to syslog
$rcmail_config['smtp_debug'] = false;

// ----------------------------------
// IMAP
// ----------------------------------

// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
// Supported replacement variables:
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
// For example %n = mail.domain.tld, %d = domain.tld
$rcmail_config['default_host'] = 'http://mail.webhouse.com.pe';

// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;

// IMAP auth type. Can be "auth" (CRAM-MD5), "plain" (PLAIN) or "check" to auto detect.
// Optional, defaults to "check"
$rcmail_config['imap_auth_type'] = null;

// If you know your imap's root directory and its folder delimiter,
// you can specify them here. Otherwise they will be determined automatically.
$rcmail_config['imap_root'] = null;
$rcmail_config['imap_delimiter'] = null;

// By default IMAP capabilities are readed after connection to IMAP server
// In some cases, e.g. when using IMAP proxy, there's a need to refresh the list
// after login. Set to True if you've got this case.
$rcmail_config['imap_force_caps'] = false;

// IMAP connection timeout, in seconds. Default: 0 (no limit)
$rcmail_config['imap_timeout'] = 0;

// ----------------------------------
// SMTP
// ----------------------------------

// SMTP server host (for sending mails).
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
// If left blank, the PHP mail() function is used
// Supported replacement variables:
// %h - user's IMAP hostname
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
// %z - IMAP domain (IMAP hostname without the first part)
// For example %n = mail.domain.tld, %d = domain.tld
$rcmail_config['smtp_server'] = '';

// 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'] = '';

// 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'] = '';

// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';

// SMTP HELO host
// Hostname to give to the remote server for SMTP 'HELO' or 'EHLO' messages
// Leave this blank and you will get the server variable 'server_name' or
// localhost if that isn't defined.
$rcmail_config['smtp_helo_host'] = '';

// SMTP connection timeout, in seconds. Default: 0 (no limit)
$rcmail_config['smtp_timeout'] = 0;

// ----------------------------------
// SYSTEM
// ----------------------------------

// THIS OPTION WILL ALLOW THE INSTALLER TO RUN AND CAN EXPOSE SENSITIVE CONFIG DATA.
// ONLY ENABLE IT IF YOU'RE REALLY SURE WHAT YOU'RE DOING!
$rcmail_config['enable_installer'] = false;

// use this folder to store log files (must be writeable for apache user)
// This is used by the 'file' log driver.
$rcmail_config['log_dir'] = 'logs/';

// use this folder to store temp files (must be writeable for apache user)
$rcmail_config['temp_dir'] = 'temp/';

// enable caching of messages and mailbox data in the local database.
// this is recommended if the IMAP server does not run on the same machine
$rcmail_config['enable_caching'] = false;

// lifetime of message cache
// possible units: s, m, h, d, w
$rcmail_config['message_cache_lifetime'] = '10d';

// enforce connections over https
// with this option enabled, all non-secure connections will be redirected.
// set the port for the ssl connection as value of this option if it differs from the default 443
$rcmail_config['force_https'] = true;

// automatically create a new Roundcube user when log-in the first time.
// a new user will be created once the IMAP login succeeds.
// set to false if only registered users can use this service
$rcmail_config['auto_create_user'] = false;

// Includes should be interpreted as PHP files
$rcmail_config['skin_include_php'] = false;

// Session lifetime in minutes
// must be greater than 'keep_alive'/60
$rcmail_config['session_lifetime'] = 10;

// check client IP in session athorization
$rcmail_config['ip_check'] = false;

// Use an additional frequently changing cookie to athenticate user sessions.
// There have been problems reported with this feature.
$rcmail_config['double_auth'] = false;

// this key is used to encrypt the users imap password which is stored
// in the session record (and the client cookie if remember password is enabled).
// please provide a string of exactly 24 chars.
$rcmail_config['des_key'] = 'rcmail-!24ByteDESkey*Str';

// Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple hosts
// Supported replacement variables:
// %h - user's IMAP hostname
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
// %z - IMAP domain (IMAP hostname without the first part)
// For example %n = mail.domain.tld, %d = domain.tld
$rcmail_config['username_domain'] = 'webhouse.com.pe';

// This domain will be used to form e-mail addresses of new users
// Specify an array with 'host' => 'domain' values to support multiple hosts
// Supported replacement variables:
// %h - user's IMAP hostname
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
// %z - IMAP domain (IMAP hostname without the first part)
// For example %n = mail.domain.tld, %d = domain.tld
$rcmail_config['mail_domain'] = 'webhouse.com.pe';

// Password charset.
// Use it if your authentication backend doesn't support UTF-8.
// Defaults to ISO-8859-1 for backward compatibility
$rcmail_config['password_charset'] = 'ISO-8859-1';

// How many seconds must pass between emails sent by a user

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
ayuda error al iniciar sesion
« Reply #4 on: October 12, 2010, 10:03:12 AM »
Code: [Select]
$rcmail_config['default_host'] = 'http://mail.webhouse.com.pe';
This is not right, this should be the IMAP server's address. I.E.:

Code: [Select]
$rcmail_config['default_host'] = 'mail.webhouse.com.pe';
or, if the IMAP server is on the same host as the website:

Code: [Select]
$rcmail_config['default_host'] = 'localhost';
« Last Edit: October 12, 2010, 10:08:51 AM by Julius Caesar »
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline manueldelrio

  • Jr. Member
  • **
  • Posts: 10
help me II
« Reply #5 on: October 12, 2010, 11:11:36 AM »
I tried it with the 2 options and does not work I still have the same error password or username wrong ... and I repeat for the installation passed all tests ok.

Offline manueldelrio

  • Jr. Member
  • **
  • Posts: 10
Incorrect username and password
« Reply #6 on: October 13, 2010, 10:29:25 AM »
probe solution still can not get the 2 options as I indicated I repeat Julius during installation and test everything was ok

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
ayuda error al iniciar sesion
« Reply #7 on: October 13, 2010, 10:43:34 AM »
Please try to post in the same thread. It's useless to start a new thread every time.

Is there anything in the logs (Roundcube logs or mail server logs) ?
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline manueldelrio

  • Jr. Member
  • **
  • Posts: 10
ayuda error al iniciar sesion
« Reply #8 on: October 13, 2010, 11:08:51 AM »
[13-Oct-2010 10:02:57 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[13-Oct-2010 10:07:39 -0500]: IMAP Error: Authentication for ventastrujillo@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
ayuda error al iniciar sesion
« Reply #9 on: October 14, 2010, 03:46:41 AM »
And what happens if you change
Code: [Select]
$rcmail_config['username_domain'] = 'webhouse.com.pe';

to

Code: [Select]
$rcmail_config['username_domain'] = '';

With the first option the username to login to the mailserver is username@domain.tld, the second option only uses the username. I don't know how your IMAP server is configured.
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline manueldelrio

  • Jr. Member
  • **
  • Posts: 10
ayuda error al iniciar sesion
« Reply #10 on: October 14, 2010, 11:47:35 AM »

/*
 +-----------------------------------------------------------------------+
 | Main configuration file                                               |
 |                                                                       |
 | This file is part of the Roundcube Webmail client                     |
 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 +-----------------------------------------------------------------------+

*/

$rcmail_config = array();

// ----------------------------------
// LOGGING/DEBUGGING
// ----------------------------------

// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace
$rcmail_config['debug_level'] = 1;

// log driver:  'syslog' or 'file'.
$rcmail_config['log_driver'] = 'file';

// date format for log entries
// (read PHP: date - Manual for all format characters)  
$rcmail_config['log_date_format'] = 'd-M-Y H:i:s O';

// Syslog ident string to use, if using the 'syslog' log driver.
$rcmail_config['syslog_id'] = 'roundcube';

// Syslog facility to use, if using the 'syslog' log driver.
// For possible values see installer or PHP: openlog - Manual
$rcmail_config['syslog_facility'] = LOG_USER;

// Log sent messages to /sendmail or to syslog
$rcmail_config['smtp_log'] = true;

// Log successful logins to /userlogins or to syslog
$rcmail_config['log_logins'] = false;

// Log SQL queries to /sql or to syslog
$rcmail_config['sql_debug'] = false;

// Log IMAP conversation to /imap or to syslog
$rcmail_config['imap_debug'] = false;

// Log LDAP conversation to /ldap or to syslog
$rcmail_config['ldap_debug'] = false;

// Log SMTP conversation to /smtp or to syslog
$rcmail_config['smtp_debug'] = false;

// ----------------------------------
// IMAP
// ----------------------------------

// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
// Supported replacement variables:
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
// For example %n = mail.domain.tld, %d = domain.tld
$rcmail_config['default_host'] = 'localhost';

// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;

// IMAP auth type. Can be "auth" (CRAM-MD5), "plain" (PLAIN) or "check" to auto detect.
// Optional, defaults to "check"
$rcmail_config['imap_auth_type'] = null;

// If you know your imap's root directory and its folder delimiter,
// you can specify them here. Otherwise they will be determined automatically.
$rcmail_config['imap_root'] = null;
$rcmail_config['imap_delimiter'] = null;

// By default IMAP capabilities are readed after connection to IMAP server
// In some cases, e.g. when using IMAP proxy, there's a need to refresh the list
// after login. Set to True if you've got this case.
$rcmail_config['imap_force_caps'] = false;

// IMAP connection timeout, in seconds. Default: 0 (no limit)
$rcmail_config['imap_timeout'] = 0;

// ----------------------------------
// SMTP
// ----------------------------------

// SMTP server host (for sending mails).
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
// If left blank, the PHP mail() function is used
// Supported replacement variables:
// %h - user's IMAP hostname
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
// %z - IMAP domain (IMAP hostname without the first part)
// For example %n = mail.domain.tld, %d = domain.tld
$rcmail_config['smtp_server'] = '';

// 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'] = '';

// 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'] = '';

// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';

// SMTP HELO host
// Hostname to give to the remote server for SMTP 'HELO' or 'EHLO' messages
// Leave this blank and you will get the server variable 'server_name' or
// localhost if that isn't defined.
$rcmail_config['smtp_helo_host'] = '';

// SMTP connection timeout, in seconds. Default: 0 (no limit)
$rcmail_config['smtp_timeout'] = 0;

Offline manueldelrio

  • Jr. Member
  • **
  • Posts: 10
ayuda error al iniciar sesion
« Reply #11 on: October 14, 2010, 11:50:49 AM »
*****************************************

/*
 +-----------------------------------------------------------------------+
 | Main configuration file                                               |
 |                                                                       |
 | This file is part of the Roundcube Webmail client                     |
 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 +-----------------------------------------------------------------------+

*/

$rcmail_config = array();

// ----------------------------------
// LOGGING/DEBUGGING
// ----------------------------------

// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace
$rcmail_config['debug_level'] = 1;

// log driver:  'syslog' or 'file'.
$rcmail_config['log_driver'] = 'file';

// date format for log entries
// (read PHP: date - Manual for all format characters)  
$rcmail_config['log_date_format'] = 'd-M-Y H:i:s O';

// Syslog ident string to use, if using the 'syslog' log driver.
$rcmail_config['syslog_id'] = 'roundcube';

// Syslog facility to use, if using the 'syslog' log driver.
// For possible values see installer or PHP: openlog - Manual
$rcmail_config['syslog_facility'] = LOG_USER;

// Log sent messages to /sendmail or to syslog
$rcmail_config['smtp_log'] = true;

// Log successful logins to /userlogins or to syslog
$rcmail_config['log_logins'] = false;

// Log SQL queries to /sql or to syslog
$rcmail_config['sql_debug'] = false;

// Log IMAP conversation to /imap or to syslog
$rcmail_config['imap_debug'] = false;

// Log LDAP conversation to /ldap or to syslog
$rcmail_config['ldap_debug'] = false;

// Log SMTP conversation to /smtp or to syslog
$rcmail_config['smtp_debug'] = false;

// ----------------------------------
// IMAP
// ----------------------------------

// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
// Supported replacement variables:
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
// For example %n = mail.domain.tld, %d = domain.tld
$rcmail_config['default_host'] = 'localhost';

// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;

// IMAP auth type. Can be "auth" (CRAM-MD5), "plain" (PLAIN) or "check" to auto detect.
// Optional, defaults to "check"
$rcmail_config['imap_auth_type'] = null;

// If you know your imap's root directory and its folder delimiter,
// you can specify them here. Otherwise they will be determined automatically.
$rcmail_config['imap_root'] = null;
$rcmail_config['imap_delimiter'] = null;

// By default IMAP capabilities are readed after connection to IMAP server
// In some cases, e.g. when using IMAP proxy, there's a need to refresh the list
// after login. Set to True if you've got this case.
$rcmail_config['imap_force_caps'] = false;

// IMAP connection timeout, in seconds. Default: 0 (no limit)
$rcmail_config['imap_timeout'] = 0;

// ----------------------------------
// SMTP
// ----------------------------------

// SMTP server host (for sending mails).
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
// If left blank, the PHP mail() function is used
// Supported replacement variables:
// %h - user's IMAP hostname
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
// %z - IMAP domain (IMAP hostname without the first part)
// For example %n = mail.domain.tld, %d = domain.tld
$rcmail_config['smtp_server'] = '';

// 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'] = '';

// 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'] = '';

// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';

// SMTP HELO host
// Hostname to give to the remote server for SMTP 'HELO' or 'EHLO' messages
// Leave this blank and you will get the server variable 'server_name' or
// localhost if that isn't defined.
$rcmail_config['smtp_helo_host'] = '';

// SMTP connection timeout, in seconds. Default: 0 (no limit)
$rcmail_config['smtp_timeout'] = 0;

Offline manueldelrio

  • Jr. Member
  • **
  • Posts: 10
help me NO WORK
« Reply #12 on: October 14, 2010, 11:57:51 AM »
I AM RAISING THE COMPLETE RECORD CONFIGURATION


[13-Oct-2010 10:02:57 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[13-Oct-2010 10:07:39 -0500]: IMAP Error: Authentication for ventastrujillo@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 09:42:45 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 09:43:00 -0500]: PHP Error: Acces denied for new user manuel_robles. 'auto_create_user' is disabled in /var/www/html/correo/program/include/rcmail.php on line 661 (POST /correo/?_task=&_action=login)
[14-Oct-2010 09:43:12 -0500]: PHP Error: Acces denied for new user manuel_robles. 'auto_create_user' is disabled in /var/www/html/correo/program/include/rcmail.php on line 661 (POST /correo/?_task=&_action=login)
[14-Oct-2010 09:52:42 -0500]: PHP Error: Acces denied for new user manuel_robles. 'auto_create_user' is disabled in /var/www/html/correo/program/include/rcmail.php on line 661 (POST /correo/?_task=&_action=login)
[14-Oct-2010 09:53:59 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:16:00 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:16:29 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:16:46 -0500]: PHP Error: Acces denied for new user manuel_robles. 'auto_create_user' is disabled in /var/www/html/correo/program/include/rcmail.php on line 661 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:16:56 -0500]: PHP Error: Acces denied for new user manuel_robles. 'auto_create_user' is disabled in /var/www/html/correo/program/include/rcmail.php on line 661 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:17:19 -0500]: IMAP Error: Authentication for manuel_robles@mail.webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:22:36 -0500]: IMAP Error: Authentication for manuel_robles@mail.webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:22:52 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:25:02 -0500]: IMAP Error: Could not connect to http://www.webhouse.com.pe:143: Connection refused in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:25:09 -0500]: IMAP Error: Could not connect to http://www.webhouse.com.pe:143: Connection refused in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:26:44 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:26:57 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:29:50 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:30:04 -0500]: PHP Error: Acces denied for new user manuel_robles. 'auto_create_user' is disabled in /var/www/html/correo/program/include/rcmail.php on line 661 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:33:51 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:34:10 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:37:18 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:38:52 -0500]: PHP Error: Acces denied for new user manuel_robles. 'auto_create_user' is disabled in /var/www/html/correo/program/include/rcmail.php on line 661 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:39:17 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:42:44 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)
[14-Oct-2010 10:42:56 -0500]: IMAP Error: Authentication for manuel_robles@webhouse.com.pe failed (LOGIN): a001 NO Authentication failed. in /var/www/html/correo/program/include/rcube_imap.php on line 143 (POST /correo/?_task=&_action=login)

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
ayuda error al iniciar sesion
« Reply #13 on: October 15, 2010, 03:45:50 AM »
There is no need to YELL.

First, try to read the logs yourself.

Second, try to find out how a user is authenticated on your mail server. I.E. What should be the username like? Is an encryption method used? And if so, which one.

Third, modify the settings in the ./config/main.inc.php to match the settings in your mail server.
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline manueldelrio

  • Jr. Member
  • **
  • Posts: 10
ayuda error al iniciar sesion
« Reply #14 on: October 15, 2010, 10:40:33 AM »
Good in my little tour he installed linux cmr, cms, as he said etc and test results is that this well equipped and ready to work, but in this case your test roundcube says one thing but does not really work then me ask for your shipping and test of income is ok says will not work, find another forum found myself thinking that i would be nothing but the solution.
Back to horde will have a bad experience with the roundcube.
Eye for if there are some questions have taped screenshot test results
« Last Edit: October 15, 2010, 02:11:43 PM by Julius Caesar »