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
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";