On 5/20/2010 5:32 AM, Harakiri wrote:


--- On Wed, 5/19/10, Michael Tokarev<m...@tls.msk.ru>  wrote:

From: Michael Tokarev<m...@tls.msk.ru>
Subject: Re: Using -o
postfix complains about an invalid syntax (probably
due the space between policy server and
unix:private/policy)

Try using a comma instead of a space there:

  -o
smtpd_end_of_data_restrictions=check_policy_service,unix:private/policy

it works due to the way config parser is implemented, it's
ugly, but
it works ;)

Great thank you, still looks like this bug should be fixed in later versions.


This is not a bug; it's documented behavior. Changing this behavior would require a major rewrite of the config parser and likely require other existing documented behavior to change in incompatible ways -- such as a completely new config syntax.

  -- Noel Jones

Reply via email to