Let imap talk to the network...

This commit is contained in:
niten 2023-09-29 10:31:02 -07:00
parent 2492a479db
commit 356c284af7
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ in {
};
imap = {
service = {
networks = [ "internal_network" ];
networks = [ "internal_network" "external_network" ];
ports = [ "143:143" "993:993" ];
volumes = [
"${cfg.state-directory}/dovecot:/state"