Author Topic: error during login [solved]  (Read 3130 times)

Offline next4ideas

  • Jr. Member
  • **
  • Posts: 47
error during login [solved]
« 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
« Last Edit: August 19, 2013, 10:49:14 AM by next4ideas »

Offline next4ideas

  • Jr. Member
  • **
  • Posts: 47
Re: error during login
« Reply #1 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/

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: error during login
« Reply #2 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
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline next4ideas

  • Jr. Member
  • **
  • Posts: 47
Re: error during login
« Reply #3 on: August 19, 2013, 10:48:52 AM »
Its solved

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

thank you so much