dspam service: set ClientHost
This commit is contained in:
parent
6a036d9fca
commit
2cee5a42b0
@ -19,7 +19,10 @@ let
|
|||||||
SystemLog on
|
SystemLog on
|
||||||
UserLog on
|
UserLog on
|
||||||
|
|
||||||
${optionalString (cfg.domainSocket != null) ''ServerDomainSocketPath "${cfg.domainSocket}"''}
|
${optionalString (cfg.domainSocket != null) ''
|
||||||
|
ServerDomainSocketPath "${cfg.domainSocket}"
|
||||||
|
ClientHost "${cfg.domainSocket}"
|
||||||
|
''}
|
||||||
|
|
||||||
${cfg.extraConfig}
|
${cfg.extraConfig}
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user