Certainly,,,

This is what I use,

all: virtusertable.db access.db domaintable.db mailertable.db

%.db : %
         @makemap hash $@ < $<


clean:
         @rm -f *.db *~

I then name it Makefile   and inside the mail dir I run  make all   to 
rebuild the data bases, and make clean to delete them before I edit.

I have moved all my mail configs and files into the /etc/mail directory and 
provided the admin user with write access to that directory. This make file 
does not specify the path so it and the db files will all have to be in the 
same location...

Regards,
Kevin Druet
CIO CA Linux Systems


At 12:36 PM 4/27/01 +0800, you wrote:
>Dear Sir,
>
>Can anyone let me know how to shorted the command of:
>
>makemap hash /etc/virtusertable.db < /etc/virtusertable
>
>to simply:
>
>newmapping (or makevirtmap or whatever easier to do)
>
>
>--
>
>_______________________________________________
>Get your free email from www.kittymail.com
>
>Powered by Outblaze

Reply via email to