Hello!
I would like to restrict roundcube to one domain and tried the following:
$rcmail_config['default_host'] = '%d = anup.de'; $rcmail_config['default_host'] = '%n = mail.anup.de';
and also
$rcmail_config['email_dns_check'] = true;
but I don't get it. Get a connection to server failed.
The log says
Could not connect to anup.de = anup.de:143: php_network_getaddresses: getaddrinfo failed: Der Name oder der Dienst ist nicht bekannt in .... /program/include/rcube_imap.php on line 191
What am I missing?
Greetings
Andreas