[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Qube2 problems



At 13:35 +0100 on 29-01-2001, Jona Tallieu (T & T  n.v.) wrote:


> At 10:51 +0100 on 29-01-2001, Oliver Schlag wrote:
>
>
>>> Problem 2:
>> I don't know the Qube2 (im using RAQ3) but i think sendmail is running there
>> too. Try to edit /etc/virtusertable or /etc/mail/virtusertable (don't know
>> exactly where the file is at your drive) look for the line
>> info@xxxxxxxxxxxxxx      user1
>> change it to
>> info@xxxxxxxxxxxxxx      user1,user2,user3,user4
>>
>> After you've applied this you had to make an "makemap
>> hash /etc/virtusertable.db < /etc/virtusertable" or "makemap
>> hash /etc/mail/virtusertable.db < /etc/mail/virtusertable". This is
>>dependent
>> on the path to you virtusertable file.
>>
>> This should work with actual sendmail versions (hope your's is actual)


I used pico to look at /etc/virtusertable and the file is empty.
I did find all the aliases in /etc/aliases...
Can I do your solution in the /etc/aliases file like this:

...
info:  user1,user2,user3,user4
j.doe: user5
p.smith: user6
...


J.