Fog user's hostname in the Message-ID
This commit is contained in:
10
default.nix
10
default.nix
@@ -433,6 +433,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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user