alps: fix default smtp port

This commit is contained in:
booklearner 2022-11-06 16:00:34 -05:00 committed by GitHub
parent b2e7ef3697
commit 59bd411df9
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.
'';