Merge pull request #199905 from booklearner/patch-1
alps: fix default smtp port
This commit is contained in:
commit
f54c651ba5
@ -54,7 +54,7 @@ in {
|
||||
smtps = {
|
||||
port = mkOption {
|
||||
type = types.port;
|
||||
default = 445;
|
||||
default = 465;
|
||||
description = lib.mdDoc ''
|
||||
The SMTPS server port.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user