OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: postmap question reguarding the access file

From: Noel Jones (njonesmegan.vbhcs.org)
Date: Tue Jul 01 2003 - 12:57:44 CDT


At 12:50 PM 7/1/03 -0500, Vernon A. Fort wrote:
>I have the following in the access file
>
> /Mail\.ParaResearch\.com/ OK
>
>to verify, I do the following
>
> postmap -q "Mail.ParaResearch.com" /etc/postfix/access

If you don't tell postmap what the file type is, it will assume
$default_database_type.
You need to tell postmap that this is a regexp type file:
postmap -q "Mail.ParaResearch.com" regexp:/etc/postfix/access

--
Noel Jones