Thanks very much
获取 Outlook for iOS
On Mon, Sep 11, 2017 at 8:02 PM +0800, "Wietse Venema" <wie...@porcupine.org>
wrote:
xiedeacc:
> how to use parameters like
> smtpd_recipient_restrictions=check_recipient_access
> hash:/etc/postfix/recipient_access in master.cf, postfix will log fatal
> error and process exit
According to 'man 5 master':
-o { name = value } (long form, Postfix >= 3.0)
-o name=value (short form)
Override the named main.cf configuration parameter.
..
NOTE 2: with the "short form" shown above, do not specify
whitespace around the "=" or in parameter values. To
specify a parameter value that contains whitespace, use
the long form described above, or use commas instead of
spaces, or specify the value in main.cf. Example:
/etc/postfix/master.cf:
submission inet .... smtpd
-o smtpd_xxx_yyy=$submission_xxx_yyy
/etc/postfix/main.cf
submission_xxx_yyy = text with whitespace...