Roundcube Community Forum

Release Support => Pending Issues => Topic started by: next4ideas on August 13, 2013, 04:21:46 PM

Title: error during login [solved]
Post by: next4ideas on August 13, 2013, 04:21:46 PM
hello fellas, some client are facing some login errors,
and this apparently works with one machine and other not.
works with chrome, and deny with all others browsers...

do you have an tip, what supose going on?

i am using
php 5.4 with RC 0.9.2 stable version
Title: Re: error during login
Post by: next4ideas on August 13, 2013, 04:28:11 PM
Log error:

PHP Warning: Login failed for client@email.com.br from 187.8.233.XXX. Could not connect to com.br:143: php_network_getaddresses: getaddrinfo failed: N\xc3\xa3o h\xc3\xa1 endere\xc3\xa7o associado com o nome in /var/www/vhosts/domain.com.br/httpdocs/rcube/program/lib/Roundcube/rcube.php on line 1156, referer: https://ndomain.com.br/rcube/
Title: Re: error during login
Post by: JohnDoh on August 14, 2013, 03:24:45 AM
the error message says PHP could not resolve the hostname you entered as your imap server (`com.br`) to an IP address, try putting the IP in your config instead of the hostname
Title: Re: error during login
Post by: next4ideas on August 19, 2013, 10:48:52 AM
Its solved

$rcmail_config['default_host'] = 'xxx.xxx.xxx.xxx';

thank you so much