Martin Stenzel via Postfix-users:
> Hi group,
> 
> I run rspamd on the same server in which the latest version of postfix 
> runs on.
> 
> Plus, there is ciphermail for the purpose of GPG signing.
> 
> 
> For rspamd functionality I have to define milter_mail_macros, but in 
> master.cf, not in main.cf
> 
> This is how the entry looks like
> 
> -o 
> milter_mail_macros=i,{mail_addr},{client_addr},{client_name},{auth_authen}
> 
> master.cf does not "like" spaces.

It does, in Postfix 3.0 and later.

    -o { milter_mail_macros = ..... }

Relevant text from https://www,postfix.org/master.5.html is below.

        Wietse

       Command name + arguments
                ...
              -o { name = value } (long form, Postfix >= 3.0)

              -o name=value (short form)
                     Override  the  named main.cf configuration parameter. The
                     parameter value can refer to other  parameters  as  $name
                     etc., just like in main.cf.  See postconf(5) for syntax.
                ...
                     NOTE  1: With the "long form" shown above, whitespace af-
                     ter "{", around "=",  and  before  "}"  is  ignored,  and
                     whitespace within the parameter value is preserved.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to