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: Wietse Venema (wietseporcupine.org)
Date: Tue Jul 01 2003 - 12:53:35 CDT


Vernon A. Fort:
> I have the following in the access file
>
> /Mail\.ParaResearch\.com/ OK

That looks like a regular expression.

> to verify, I do the following
>
> postmap -q "Mail.ParaResearch.com" /etc/postfix/access

To use regular expressions, use:

    postmap -q "Mail.ParaResearch.com" regexp:/etc/postfix/access

or use pcre if your postfix supports it (use "postconf -m" to find out).

        Wietse