Skip to content
Snippets Groups Projects
  1. Sep 18, 2020
  2. Sep 09, 2020
  3. Sep 08, 2020
  4. Sep 04, 2020
  5. Sep 03, 2020
  6. Sep 02, 2020
  7. Aug 19, 2020
    • Quentin Duchemin's avatar
      [Mail] Set RequireSafeKeys to false for OpenDKIM · e764e658
      Quentin Duchemin authored
      This is because OpenDKIM requires the private key to be writable only by the user opendkim and root.
      
      But the postfix user is a member of the opendkim group, which triggers OpenDKIM (even if the key permissions are set to 0600).
      
      We cannot remove postfix from opendkim group because it needs to access the Milter service running in /opendkim/opendkim.sock.
      
      It would also be possible to chown opendkim:postfix /opendkim/opendkim.sock, but I don't know if it would solve the problem.
      
      The fact is : the container runs as root, if it get compromised the private key will not be safe anyway.
      Verified
      e764e658
    • Quentin Duchemin's avatar
      [Mail] Add changelog and tags · 650904c1
      Quentin Duchemin authored
      Verified
      650904c1
  8. Aug 17, 2020
  9. Aug 07, 2020
Loading