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

[cobalt-users] Re: [RAQ 4] Reject all mail for one address



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