Rroet Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/52366904940d9b5103b786.jpg)
Joined: 27 May 2002 Posts: 176 Location: The Hague, The Netherlands
|
Posted: Fri Oct 25, 2002 6:11 am Post subject: Howto: Automagically hash your files when sendmail starts |
|
|
Another little tip, add this to your sendmail.mc and don't forget to hash your sendmail.mc to sendmail.cf like this: m4 sendmail.mc > sendmail.cf
Code: |
FEATURE(access_db, `hash -o -T<TMPF> /etc/mail/access')
FEATURE(mailertable, `hash -o /etc/mail/mailertable')
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
|
|
|