Craig White wrote: > Chris Kloiber wrote: > > > > On Wed, 10 Oct 2001, Andrew Smith wrote: > > > > > Quick question: > > > Anyone know how I get sendmail to re-read access.db? (If I change it) > > > Do I need to tell it I have changed it or is it automatic? > > > > You can't change the access.db file directly, but I assume you know that. > > > > cd into /etc/mail, modify the access file as needed. Then assuming you > > have the make utility installed, run 'make clean ; make' This updates all > > the .db files there. I can't swear that the changes are picked up > > automatically, nor is this the only way to force them to be reloaded, but > > I just use 'service sendmail restart'. It's easier for me to remember and > > works just fine. > > > --- > I could be wrong (and I would love to know if I am) but I have to > believe that all you really need to do is re-hash the db... > > makemap hash /etc/mail/access.db < /etc/mail/access > > no service restart - no make/make clean necessary > > Craig > > _______________________________________________ > Seawolf-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/seawolf-list
Hi You donot put the ".db" as shown below. makemap hash /etc/mail/access < /etc/mail/access or you will get ; /etc/mail/access.db.db Guy _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
