ok, but if user admin, which has setup to receive email for domain1.com
([EMAIL PROTECTED]),
want to setup outlook with the adress [EMAIL PROTECTED] then what stops him
from sending email by using domain2.com instead of domain1.com ?


----- Original Message ----- 
From: "John McKinney" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 11, 2003 12:19 PM
Subject: Re: qmail or sendmail


> 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
>



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

Reply via email to