(no email)
Date: Mon Dec 01 2003 - 15:30:40 EST
I've got a question about using a database for the access table.
The intention is to, by default, REJECT or DEFER email while using a
database for keeping a list of 'OK' addresses.
Is the answer this simple:
smtpd_helo_restrictions = postgresql:/etc/postfix/sql_access.cf... reject
smtpd_sender_restrictions = postgresql:/etc/postfix/sql_access.cf... reject
and to put the 'OK' addresses into the database?
Also, I didn't see many examples on the use of postgresql...
Any suggestions on how best to use postgres for the database?
|
|
|