For one mailbox, multiple users, 
add aliases entry in /etc/aliase file like this
        users:[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]

then as root
root#sendmail -bi

now if u send mail to users, the message will be received by [EMAIL PROTECTED],
[EMAIL PROTECTED] and [EMAIL PROTECTED]

for local users, u can omit domain name 
for more info refers to aliases manual

---------------------->
for one user with multiple mailboxes, use /etc/aliase file also. Add one
aliases entries for each mail boxes, 

user_a:bob
user_b:bob
user_c:bob

then as root
root#sendmail -bi

now if u send mail to user_a or user_b or user_c will be redirected to bob
(which is local user bob). 



At 09:27 AM 7/18/03 -0400, you wrote:
>
>>On Fri, 2003-07-18 at 07:32, Ivo Tijhaar wrote:
>> > Hi everyone,
>> >
>> > I have the following question i have multiple users and they all have
there
>> > own mailbox. Some users want more then one
>> > mailbox and pop account. Is there a way to achieve this? Without
creating a
>> > new user or buy commercial software?
>> >
>> > Thanks in advance,
>> >
>> > Ivo Tijhaar
>> > Eramco Systems BV
>Do the users want multiple mailboxes or multiple addresses? You can use the 
>alias file in sendmail to give people multiple addresses. Then they can 
>filter messages in the mail client if they want them sorted out. This is 
>very easy to manage and very flexible.
>
>Tom Kovalcik 
>
>
>-- 
>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