services.postgrey.socket

Socket to bind to

Type
(submodule) or (submodule)
Default
{
  mode = "0777";
  path = "/run/postgrey.sock";
}
Example
{
  addr = "127.0.0.1";
  port = 10030;
}
Declared
<nixpkgs/nixos/modules/services/mail/postgrey.nix>