|
| | Subject: | Re: Postfix Whitelist | | Group: | Postfix-users | | From: | John Beaver | | Date: | 13 Feb 2006 |
IT Purchases wrote:
>
> I tried to put a Whitelist in on my test server running postfix using the
> details from the FAQ and it doesn't seem to like the format I am using:
>
> from main.cf:
>
> check_sender_access hash:/etc/postfix/whitelist,
use this line.
> /etc/postfix/whitelist.db
> --------------------------------------------
> #
> # Whitelist
> #
> @accepted_domain.com OK
Put this in the file /etc/postfix/whitelist
Then postmap that file:
postmap /etc/postfix/whitelist
john
|