> On Aug 30, 2017, at 12:56 PM, Daniel Armando Rodriguez 
> <drodrig...@epet1.edu.ar> wrote:
> 
> They are, look like this in main.cf
> 
> # OpenDKIM
>   milter_default_action = accept
>   milter_protocol = 6
>   smtpd_milters = local:/opendkim/opendkim.sock
>   non_smtpd_milters = $smtpd_milters

Each parameter definition must start in the *first*
column of its text line. See

  http://www.postfix.org/postconf.5.html

    The general format of the main.cf file is as follows:

        • Each logical line is in the form "parameter = value".
          Whitespace around the "=" is ignored, as is whitespace
          at the end of a logical line.

        • Empty lines and whitespace-only lines are ignored, as are
          lines whose first non-whitespace character is a `#'.

        • A logical line starts with non-whitespace text. A line
          that starts with whitespace continues a logical line. 

-- 
        Viktor.

Reply via email to