Forward SMTP to the xclient-authenticated endpoint
This commit is contained in:
@@ -16,8 +16,8 @@ STATUSES = {
|
|||||||
|
|
||||||
|
|
||||||
SERVER_MAP = {
|
SERVER_MAP = {
|
||||||
"imap": ("imap", 143),
|
"imap": ("imap", 143), # Connect to the generic IMAP port
|
||||||
"smtp": ("smtp", 25)
|
"smtp": ("smtp", 10025) # Connect to the specific SMTP port
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user