From: Noel Jones (no email)
Date: Sat Jan 10 2004 - 16:19:35 EST
On Sat, Jan 10, 2004 at 11:52:44AM -0700, Michael Gale wrote:
> Hello,
>
> I am trying to use:
>
> -o smtpd_sender_restrictions="check_sender_access hash:/etc/postfix/domain.users.com"
>
master.cf doesn't understand quoting. Use a comma as a delimiter
between the check_sender_access command and the map name such as:
-o smtpd_sender_restrictions=check_sender_access,hash:/etc/postfix/domain.users.com
This is now a documented workaround.
-- Noel Jones
|
|
|