Skip to content
Snippets Groups Projects
  1. 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.
      e764e658
    • Quentin Duchemin's avatar
      Merge branch 'hotfix/mail-compose' into 'master' · 3d5a2667
      Quentin Duchemin authored
      Hotfix/mail compose
      
      See merge request !51
      3d5a2667
    • Quentin Duchemin's avatar
      [Mail] Add changelog and tags · 650904c1
      Quentin Duchemin authored
      650904c1
  2. Aug 17, 2020
  3. Aug 16, 2020
  4. Aug 15, 2020
  5. Aug 14, 2020
  6. Aug 07, 2020
Loading