On Wed, 22 Mar 2006 15:09:31 +0100, "Christopher R. Parr" crparr@gmail.com wrote:
The domains that are being served are crparr.net and oberhollenzer.cc. but both are being served by mail.crparr.net. so the followiung string should be correct: $rcmail_config['default_host'] = 'mail.crparr.net';
Is this correct?
No! Read the comment above each configuration parameter. You need to set these three parameters in main.inc.php:
$rcmail_config['default_host'] $rcmail_config['mail_domain'] $rcmail_config['smtp_server']
Read the comments of all three.