Merge pull request #114 from geistesk/message-id

Fog user's hostname in the Message-ID
This commit is contained in:
Robin Raymond 2018-05-10 13:05:32 +02:00 committed by GitHub
commit 6d3ab77a5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 3 deletions

View file

@ -444,6 +444,16 @@ in
'';
};
rewriteMessageId = mkOption {
type = types.bool;
default = false;
description = ''
Rewrites the Message-ID's hostname-part of outgoing emails to the FQDN.
Please be aware that this may cause problems with some mail clients
relying on the original Message-ID.
'';
};
monitoring = {
enable = mkEnableOption "monitoring via monit";