Any pointers would be gratefully appreciated. Thanks.
--
codew...@gmail.com
Purveyor of code since 1978
> I'm new to Greyfix, and I'm wondering where exactly one places
> whitelist information. It appears that the whitelist is entered into
> the database, but I'm not especially familiar with BerkeleyDB, so I
> don't know the proper method of adding records, or the proper database
> to which they should be added.
>
> Any pointers would be gratefully appreciated. Thanks.
The whitelisting functionnality is built into Postfix and as such
Greyfix plays no role in this feature. For example if you wanted to
whitelist based on client address you could add a "check_client_access
type:table"[1] rule to your smtpd_recipient_restrictions clause and
then put an access action that returns "OK" for each client using
traditionnal Postfix access tables.
For a complete lists of available rules check Postfix's
documentation[2].
Kim Minh.
[1] http://www.postfix.org/postconf.5.html#smtpd_client_restrictions
[2] http://www.postfix.org/postconf.5.html#smtpd_recipient_restrictions