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
commit f54c651ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ in {
smtps = {
port = mkOption {
type = types.port;
default = 445;
default = 465;
description = lib.mdDoc ''
The SMTPS server port.
'';