Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

opendkim.conf 744B

1234567891011121314151617181920212223
  1. AutoRestart Yes
  2. AutoRestartRate 10/1h
  3. UMask 002
  4. Syslog yes
  5. SyslogSuccess Yes
  6. LogWhy Yes
  7. Canonicalization relaxed/simple
  8. ExternalIgnoreList refile:/etc/opendkim/TrustedHosts
  9. InternalHosts refile:/etc/opendkim/TrustedHosts
  10. KeyTable refile:/etc/opendkim/KeyTable
  11. SigningTable refile:/etc/opendkim/SigningTable
  12. SignHeaders Date,From,To,Subject,X-Sasl-User
  13. Mode sv
  14. PidFile /var/run/opendkim/opendkim.pid
  15. SignatureAlgorithm rsa-sha256
  16. UserID opendkim:opendkim
  17. Socket inet:{{ salt['pillar.get']("model:opendkim:port") }}@0.0.0.0