mirror of
https://github.com/Mailu/Mailu.git
synced 2025-02-19 19:10:25 +02:00
Forward SMTP to the xclient-authenticated endpoint
This commit is contained in:
parent
2c8810d7d3
commit
80d728c233
@ -16,8 +16,8 @@ STATUSES = {
|
||||
|
||||
|
||||
SERVER_MAP = {
|
||||
"imap": ("imap", 143),
|
||||
"smtp": ("smtp", 25)
|
||||
"imap": ("imap", 143), # Connect to the generic IMAP port
|
||||
"smtp": ("smtp", 10025) # Connect to the specific SMTP port
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user