Fog user's hostname in the Message-ID
This commit is contained in:
parent
1dd394e63f
commit
386faf960c
3 changed files with 31 additions and 3 deletions
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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue