initial acme support; needs testing

This commit is contained in:
Robin Raymond 2017-09-23 09:56:09 +02:00
parent 3b0818fb35
commit 2f7e3a9f0c
5 changed files with 55 additions and 8 deletions

View file

@ -49,9 +49,9 @@ let
vaccounts_file = builtins.toFile "vaccounts" (lib.concatStringsSep "\n" (vaccounts_identity ++ valiases_postfix));
submissionHeaderCleanupRules = pkgs.writeText "submission_header_cleanup_rules" ''
### Removes sensitive headers from mails handed in via the submission port.
### See https://thomas-leister.de/mailserver-debian-stretch/
### Uses "pcre" style regex.
# Removes sensitive headers from mails handed in via the submission port.
# See https://thomas-leister.de/mailserver-debian-stretch/
# Uses "pcre" style regex.
/^Received:/ IGNORE
/^X-Originating-IP:/ IGNORE