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? Thanks in advance. 2006/3/22, Martin Marques <[email protected]>: > > On Wed, 22 Mar 2006 14:42:48 +0100, "Christopher R. Parr" <[EMAIL PROTECTED]> > wrote: > > Thanks. To be more specific: > > I have got 4 Mail accounts in 2 domains, but they all run on one > > mailserver, crparr.net. I have set the default host to crparr.net but > > I cannot connect... > > > > 2006/3/22, Martin Marques <[email protected]>: > >> > >> // the mail host chosen to perform the log-in > >> // leave blank to show a textbox at login, give a list of hosts > >> // to display a pulldown menu or set one host as string. > >> // To use SSL connection, enter ssl://hostname:993 > >> $rcmail_config['default_host'] = 'ssl://localhost:993'; > > Which are your domains? Suppose they are dom1.crparr.net and dom2.crparr.net, > all you have to do is set this: > > $rcmail_config['default_host'] = 'dom1.crparr.net,dom2.crparr.net'; > > -- > --------------------------------------------------------- > Lic. Martín Marqués | SELECT 'mmarques' || > Centro de Telemática | '@' || 'unl.edu.ar'; > Universidad Nacional | DBA, Programador, > del Litoral | Administrador > --------------------------------------------------------- > > >
