Thanks David!
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of David Daniels Sent: Wednesday, January 15, 2003 3:17 PM To: [EMAIL PROTECTED] Subject: [IMGate] Re: SAV Not Working? Here you go: touch /var/log/address_verify.map cd /var/log/ postmap /var/log/address_verify.map That creates it and then SAV maintains it. Dave On Wed, 2003-01-15 at 16:08, Casey Lenhart wrote: > > It does, > It shows: > > strings /var/log/address_verify.map.db no such file or dorectory > > ;) > > what to do? > > > > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > On Behalf Of Len Conrad > Sent: Wednesday, January 15, 2003 2:36 PM > To: [EMAIL PROTECTED] > Subject: [IMGate] Re: SAV Not Working? > > > > >I do have the SAV postfix. > >I have this in my main.cf: > > > >#sender address verification new stuff for "trace" postfix > >address_verify_map = hash:/var/log/address_verify.map > > does > > strings /var/log/address_verify.map.db > > show anything? > > >address_verify_positive_expire_time = 31d > >address_verify_positive_refresh_time = 7d > >address_verify_negative_cache = yes > >address_verify_negative_expire_time = 3d > >address_verify_negative_refresh_time = 12h > > > >#################### > > > >All default settings, but silly me - there is no such file in /var/log > > duh > > >There is no apparent info on the postfix site (under SAV) that I could > >see. > > > >How do I implement this? Sorry if it is a RTFM issue that I missed - ;) > > I don't think this is necessary, but do it anyway: > > touch /var/log/address_verify.map > postmap /var/log/address_verify.map > > here's what one site I admin shows: > > mx1# ll /var/log/add* > -rw-r--r-- 1 root wheel 0 Dec 8 19:12 > /var/log/address_verify.map > -rw-r--r-- 1 root wheel 158679040 Jan 15 16:20 > /var/log/address_verify.map.db > > the .db at over 600K records, works fine! :)) > > Wietse recommends rm the .db file once a week to start over fresh and > not > to put SAV into production as it's experimental, but like all his > "experiments", it work better than most other peoples' "releases". > > Len > > > > > >
