暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

etc_default_opendmarc 528B

12345678910
  1. # Command-line options specified here will override the contents of
  2. # /etc/opendmarc.conf. See opendmarc(8) for a complete list of options.
  3. #DAEMON_OPTS=""
  4. #
  5. # Uncomment to specify an alternate socket
  6. # Note that setting this will override any Socket value in opendkim.conf
  7. SOCKET="inet:54321" # listen on all interfaces on port 54321
  8. #SOCKET="local:/var/run/opendmarc/opendmarc.sock" # default
  9. #SOCKET="inet:12345@localhost" # listen on loopback on port 12345
  10. #SOCKET="inet:12345@192.0.2.1" # listen on 192.0.2.1 on port 12345