Nessuna descrizione
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.

etc_opendmarc.conf.j2 2.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # This is a basic configuration that can easily be adapted to suit a standard
  2. # installation. For more advanced options, see opendkim.conf(5) and/or
  3. # /usr/share/doc/opendmarc/examples/opendmarc.conf.sample.
  4. ## AuthservID (string)
  5. ## defaults to MTA name
  6. #
  7. AuthservID {{ mail_server_hostname }}
  8. ## ForensicReports { true | false }
  9. ## default "false"
  10. ##
  11. # ForensicReports false
  12. PidFile /var/run/opendmarc.pid
  13. ## RejectFailures { true | false }
  14. ## default "false"
  15. ##
  16. RejectFailures false
  17. ## Syslog { true | false }
  18. ## default "false"
  19. ##
  20. ## Log via calls to syslog(3) any interesting activity.
  21. #
  22. Syslog true
  23. ## SyslogFacility facility-name
  24. ## default "mail"
  25. ##
  26. ## Log via calls to syslog(3) using the named facility. The facility names
  27. ## are the same as the ones allowed in syslog.conf(5).
  28. #
  29. # SyslogFacility mail
  30. ## TrustedAuthservIDs string
  31. ## default HOSTNAME
  32. ##
  33. ## Specifies one or more "authserv-id" values to trust as relaying true
  34. ## upstream DKIM and SPF results. The default is to use the name of
  35. ## the MTA processing the message. To specify a list, separate each entry
  36. ## with a comma. The key word "HOSTNAME" will be replaced by the name of
  37. ## the host running the filter as reported by the gethostname(3) function.
  38. #
  39. TrustedAuthservIDs {{ mail_server_hostname }}
  40. ## UMask mask
  41. ## default (none)
  42. ##
  43. ## Requests a specific permissions mask to be used for file creation. This
  44. ## only really applies to creation of the socket when Socket specifies a
  45. ## UNIX domain socket, and to the HistoryFile and PidFile (if any); temporary
  46. ## files are normally created by the mkstemp(3) function that enforces a
  47. ## specific file mode on creation regardless of the process umask. See
  48. ## umask(2) for more information.
  49. #
  50. UMask 0002
  51. ## UserID user[:group]
  52. ## default (none)
  53. ##
  54. ## Attempts to become the specified userid before starting operations.
  55. ## The process will be assigned all of the groups and primary group ID of
  56. ## the named userid unless an alternate group is specified.
  57. #
  58. UserID opendmarc:opendmarc
  59. ## The path to the Ignored Hosts list. This file should contain a list of
  60. ## networks and hosts that you trust. Their mail will not be checked by
  61. ## OpenDMARC.
  62. #
  63. IgnoreHosts /etc/opendmarc/ignore.hosts
  64. ## The path under which the History file should be created.
  65. ## This file is necessary if you want to be able to create aggregate
  66. ## reports to send out to other organizations
  67. #
  68. HistoryFile /var/run/opendmarc/opendmarc.dat
  69. ## Adds a “Dmarc-Filter” header with the opendmarc version in every processed mail.
  70. ## This is good to have during testing.
  71. #
  72. SoftwareHeader true