我注意到如果我输入service postfix status,milter 会出现错误:
Jul 01 17:39:01 mail postfix/cleanup[13921]: warning: connect to Milter service inet:127.0.0.1:8891: Connection refused
Run Code Online (Sandbox Code Playgroud)
但这意味着什么,我该如何解决?它与DKIM有关吗?因为我试图设置它,但它仍然无法正常工作。您需要帮助哪些文件?这是我的 opendkim.conf :
## CONFIGURATION OPTIONS
# Specifies the path to the process ID file.
PidFile /var/run/opendkim/opendkim.pid
# Selects operating modes. Valid modes are s (signer) and v (verifier). Default is v.
Mode sv
# Log activity to the system log.
Syslog yes
# Log additional entries indicating successful signing or verification of messages.
SyslogSuccess yes
# If logging is enabled, …Run Code Online (Sandbox Code Playgroud)