On Thu, 10 Jul 2003, Alex wrote:
Alex,
        Either will work. In sendmail you need to create the virtual user 
table (/etc/mail/virtusertable). Add the entries you want

[EMAIL PROTECTED]       admin
[EMAIL PROTECTED]       alex
[EMAIL PROTECTED]       xxx

Then hash the table. This will create the 'virtusertable.db'. Make sure to 
add the support in your 'sendmail.mc' file.

FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable.db')dnl

Run the m4 command on you .mc file after the update and that should get it 
working. 

John

> I need to setup a mail server for 3 domains and I was wondering if I can
> setup sendmail or qmail so that I can have accounts with the same name but
> for different mailboxes. Example:
> 
> [EMAIL PROTECTED] -> delivered to unix user: admin
> [EMAIL PROTECTED] -> delivered to unix user: alex
> [EMAIL PROTECTED] - > delivered tu unix user: xxx
> 
> Can this be done with sendmail or qmail and if so which one is better/easier
> to setup in this way?
> 
> Thanks!
> 
> Alex
> 
> 
> 
> 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to