OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Force authentication for own domains

From: Francisco M. Marzoa Alonso (franmarzoa.com)
Date: Sat Mar 07 2009 - 16:19:47 CST


mouss escribió:
> most examples you'll see here use hash. you can use whatever db type.
> you can use 'postmap -q' to test your map.
>
> in this particular case, you can create a Access_Sender table, and use
> something like
>
> query = select action from Access_Sender where '%s' = email;
>
> this will allow you to define actions per sender (full address or domain).
>
>
Sounds very interesting, thanks. I'll take a deeper look on postfix
documentation about mapping to mysql tables.