main.cf add opendkim support
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
# For common configuration examples, see BASIC_CONFIGURATION_README
|
||||
# and STANDARD_CONFIGURATION_README. To find these documents, use
|
||||
# the command "postconf html_directory readme_directory", or go to
|
||||
# http://www.postfix.org/BASIC_CONFIGURATION_README.html etc.
|
||||
# https://www.postfix.org/BASIC_CONFIGURATION_README.html etc.
|
||||
#
|
||||
# For best results, change no more than 2-3 parameters at a time,
|
||||
# and test if Postfix still works after every change.
|
||||
@ -31,7 +31,7 @@
|
||||
#
|
||||
# The level below is what should be used with new (not upgrade) installs.
|
||||
#
|
||||
compatibility_level = 3.9
|
||||
compatibility_level = 3.10
|
||||
|
||||
# SOFT BOUNCE
|
||||
#
|
||||
@ -685,5 +685,5 @@ inet_protocols = all
|
||||
|
||||
# smtp CA path (default to system-wide location)
|
||||
smtp_tls_CApath = /etc/ssl/certs
|
||||
shlib_directory = /usr/local/lib/postfix
|
||||
meta_directory = /usr/local/libexec/postfix
|
||||
shlib_directory = /usr/local/lib/postfix
|
||||
|
Reference in New Issue
Block a user