> On Mon, 20 Feb 2006, David Collantes wrote:
> > // This domain will be used to form e-mail addresses of new users
> > // Specify an array with 'host' => 'domain' values to support
multiple
> > hosts
> > $rcmail_config['mail_domain'] = 'domain.com';
> >
> > I have tried several ways to add the array and it seems not to work.
Can
> > anyone provide and example on how to add more domains to this line,
> > using domain1.com, domain2.com and domain3.com? Thanks in advance.
> 
> $rcmail_config['mail_domain'] = array('domain.com','domain2.com');

I think I am missing something. I added the array, deleted the users
from the database and their profiles (to start fresh again). I am not
seeing any difference with the adding of the array. Will using this
_and_:

// Path to a virtuser table file to resolve user names and e-mail
addresses
$rcmail_config['virtuser_file'] = '/etc/mail/virtusertable';

Be causing any problem? In other words, what exactly
$rcmail_config['mail_domain'] variable (in this case, array) do?

Thanks!


-- 
David


Reply via email to