Merge pull request #199905 from booklearner/patch-1

alps: fix default smtp port
This commit is contained in:
Maximilian Bosch
2022-11-06 23:59:21 +01:00
committed by GitHub
+1 -1
View File
@@ -54,7 +54,7 @@ in {
smtps = {
port = mkOption {
type = types.port;
default = 445;
default = 465;
description = lib.mdDoc ''
The SMTPS server port.
'';