From 691bf31dfff609e4968359b52d33b1f5ff684ccc Mon Sep 17 00:00:00 2001 From: Aine Date: Tue, 13 Sep 2022 17:29:49 +0300 Subject: [PATCH] fix access denied on !pm send --- smtp/mta.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtp/mta.go b/smtp/mta.go index 6a592e3..0ad6fac 100644 --- a/smtp/mta.go +++ b/smtp/mta.go @@ -28,7 +28,7 @@ type mta struct { } // SMTPAddrs priority list -var SMTPAddrs = []string{":465", ":587", ":25"} +var SMTPAddrs = []string{":25", ":587", ":465"} func NewMTA(loglevel string) utils.MTA { return &mta{