diff --git a/docs/u_e-postfix-extra_cf.md b/docs/u_e-postfix-extra_cf.md new file mode 100644 index 000000000..e2f5338ff --- /dev/null +++ b/docs/u_e-postfix-extra_cf.md @@ -0,0 +1,5 @@ +Please create a new file `data/conf/postfix/extra.cf` for overrides or additional content to `main.cf`. + +Postfix will complain about duplicate values once after starting postfix-mailcow, this is intended. + +Syslog-ng was configured to hide those warnings while Postfix is running, to not spam the log files with unnecessary information every time a service is used. diff --git a/mkdocs.yml b/mkdocs.yml index 4add57401..b7e32ae23 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -68,6 +68,7 @@ nav: - 'Postfix': - 'Custom transport maps': 'u_e-postfix-custom_transport.md' - 'Whitelist IP in Postscreen': 'u_e-postfix-postscreen_whitelist.md' + - 'Customize or expand main.cf': 'u_e-postfix-extra_cf.md' - 'Disable Sender Addresses Verification': 'u_e-postfix-disable_sender_verification.md' - 'Max. message size (attachment size)': 'u_e-postfix-attachment_size.md' - 'Statistics with pflogsumm': 'u_e-postfix-pflogsumm.md'