[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: [RAQ 4] Reject all mail for one address
- Subject: [cobalt-users] Re: [RAQ 4] Reject all mail for one address
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Fri Sep 5 14:20:01 2003
- Organization: BRTNet.org
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> I am confused though -- which of these is correct?
>
> makemap hash /etc/mail/virtusertable < /etc/mail/virtusertable
> * or *
> makemap hash /etc/mail/virtusertable.db < /etc/virtusertable
Either will work - makemap automatically appends .db to the end of the
filename if it sees the input as coming from a file of the same basename.
FYI, I think the path in your 2nd example is wrong (should be
/etc/mail/virtusertable not /etc/virtusertable).