|
From: Wayne D. <wa...@us...> - 2002-05-17 17:30:10
|
On Fri, 17 May 2002, Bennett Todd wrote:
> Once you've picked your hash type, you'll need to adjust the
> pop-before-smtp script to use it. Change "use DB_File" to "use
> NDBM_File", or whichever is appropriate; "perldoc AnyDBM_File" lists
> the alternatives. Then adjust the tie() invocation to whatever
> parameters are needed ("perldoc NDBM_File" would show the parameters
> that interrface takes).
Keep in mind that you shouldn't be tweaking the script itself (unless
you're not up to version 1.30 yet) -- you should be tweaking the config
file. (Leaving the script unchanged helps to make future updates go
more smoothly.) There's a Berkeley_DB section in the config file that
can be enabled and tweaked to use whatever hash/db/gdbm type you
require.
..wayne..
|