OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Verify address recipient vs. relay map problem

From: Wietse Venema (wietseporcupine.org)
Date: Fri Dec 02 2005 - 12:43:18 CST


Kevin W. Gagel:
> I have to setup recipient address verification for blog
> software that accepts posts from email. I'm also using an
> address map file for my valid recipients. The problem I'm
> having is that the blog emails are rejected after being
> verified as a valid account because they are not listed in
> the relay address map.
>
> How do I fix this?

/etc/postfix/main.cf:
    relay_recipient_maps =
        ...
        hash:/some/where/bloggers

where the bloggers map is perhaps maintained by blog software.

        Wietse