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
Log error:
PHP Warning: Login failed for
[email protected] 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/
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
Its solved
$rcmail_config['default_host'] = 'xxx.xxx.xxx.xxx';
thank you so much