citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 88ce9e9d8e1acedd7bd9b6525cea0430a397cc0e
parent 00c67f541776200a5fc6976b7787685a71758344
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 22 Apr 2021 11:21:09 -0700

opensmtpd: listen on ipv6

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mnix-config/services/mailz/default.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/nix-config/services/mailz/default.nix b/nix-config/services/mailz/default.nix @@ -185,6 +185,7 @@ in listen on 0.0.0.0 port 25 hostname ${cfg.domain} tls pki ${cfg.domain} listen on 0.0.0.0 port 12566 hostname ${cfg.domain} tls-require pki ${cfg.domain} auth <credentials> + listen on 2600:3c01::f03c:91ff:fe08:5bfb port 12566 hostname ${cfg.domain} tls-require pki ${cfg.domain} auth <credentials> action "local_mail" lmtp localhost:24 alias <aliases> action "outbound" relay helo "${cfg.domain}"