You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.4 KiB

  1. # The default location of the OpenDKIM configuration file is
  2. # /etc/opendkim.conf
  3. # Enable to obtain very detailed logging about the logic behind
  4. # the filter's decision to either sign a message or verify it
  5. #LogWhy yes
  6. # Log to syslog
  7. Syslog yes
  8. # Log additional entries indicating successful signing or
  9. # verification of messages
  10. SyslogSuccess yes
  11. # the canonicalization method(s) to be used when signing messages
  12. Canonicalization relaxed/relaxed
  13. # A set of domains whose mail should be signed by this filter.
  14. # Mail from other domains will be verified rather than being signed
  15. Domain example.com
  16. # Defines the name of the selector to be used when signing messages
  17. Selector default
  18. KeyFile /etc/openkim/example.com.private
  19. UserID opendkim:opendkim
  20. Socket inet:8891@localhost
  21. # if using a UNIX socket, make sure that /var/run/opendkim is writable
  22. # to the opendkim user
  23. #Socket local:/var/run/opendkim/opendkim
  24. ReportAddress postmaster@example.com
  25. SendReports yes
  26. ## Hosts to sign email for - 127.0.0.1 is default
  27. ## See the OPERATION section of opendkim(8) for more information
  28. #
  29. # InternalHosts 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12
  30. ## For secondary mailservers - indicates not to sign or verify messages
  31. ## from these hosts
  32. #
  33. # PeerList X.X.X.X
  34. PidFile /var/run/opendkim.pid