Reindl Harald h.reindl@thelounge.net wrote:
$rcmail_config['default_host'] = '%d = anup.de'; $rcmail_config['default_host'] = '%n = mail.anup.de';
where is that a roundcube problem? the IP for "anup.de" can't be resloved - period fix your DNS or /etc/hosts
# host anup.de anup.de has address 78.47.3.18
# host 78.47.3.18 18.3.47.78.in-addr.arpa domain name pointer anup.de.
# netstat -pantu |grep dovecot
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 7514/dovecot
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 7514/dovecot
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 7514/dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 7514/dovecot
tcp 0 0 127.0.0.1:12340 0.0.0.0:* LISTEN 7514/dovecot
tcp 0 0 0.0.0.0:4190 0.0.0.0:* LISTEN 7514/dovecot
tcp 0 0 :::993 :::* LISTEN 7514/dovecot
tcp 0 0 :::995 :::* LISTEN 7514/dovecot
tcp 0 0 :::110 :::* LISTEN 7514/dovecot
tcp 0 0 :::143 :::* LISTEN 7514/dovecot
tcp 0 0 :::4190 :::* LISTEN 7514/dovecot
Only $rcmail_config['default_host'] = 'localhost'; works.
What am I missing?
Andreas