|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Recipient_address_verification on a per-domain basis?
From: Noel Jones (njones
megan.vbhcs.org)
Date: Thu Jul 01 2004 - 14:33:00 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Jul 01, 2004 at 08:49:29PM +0200, Magnus Bck wrote:
>
> > And has anyone created any sort of toolset to monitor and manage the
> > address verification database?
>
> I haven't heard of any. The format of the verify database is not public
> (yet).
>
postmap -fq key map:file #to lookup an entry in the verify database.
postmap -d key map:file #to remove an entry.
Where key is an email address.
The RHS value is not published, and may change without notice, so
don't be tempted to add entries to the database manually.
You can also do some limited viewing of the table with the BDB db_dump
utility.
something like:
VERIFYDB=`postconf -h address_verify_map`
db_dump -p ${VERIFYDB}.db
IMHO the most valuable verify database management tool is rm.
If the database is corrupted or oversized, remove it and start over
again.
--
Noel Jones
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]