- Mar 25, 2018
-
-
rswindell authored
-
- Mar 24, 2018
-
-
rswindell authored
or not).
-
- Mar 23, 2018
-
-
rswindell authored
- lower log level (raise severity) of "Waiting for ..." msgs from Debug to Info - log a message when done waiting (for clients, threads, etc.) - only one #### log line per termination event
-
- Mar 19, 2018
-
-
deuce authored
mail_close_socket() also destroy the session, and take pointers to set the socket to INVALID_SOCKET, and the session to -1.
-
- Mar 12, 2018
- Mar 11, 2018
-
-
rswindell authored
msgs and SPAM database lookup.
-
- Mar 10, 2018
- Mar 09, 2018
- Mar 08, 2018
-
-
deuce authored
free() the mailproc causes a double-free crash.
-
- Mar 07, 2018
- Mar 06, 2018
-
-
rswindell authored
(e.g. "SUBMISSIONS Server" becomes "SMTPS Submission Agent", etc.). Removed the redundent "<protocol> Server listening" log lines.
-
deuce authored
If there's a problem, bounce() will re-log them as LOG_WARNING later.
-
deuce authored
and fix all the things. Hopefully this allows fallback to plaintext after a TLS failure now.
-
deuce authored
setting the session active.
-
deuce authored
-
deuce authored
-
rswindell authored
user name (once authenticated). Lower the log level of the POP3S "Unable to set session active" messages, apparently these are normal occurence with drive-by bots and not error.log worthy. Fixed the !Cryptlib error in sock_recvbyte log output (sock, not socket).
-
deuce authored
failure... do that.
-
deuce authored
-
deuce authored
not everyone is that inept.
-
rswindell authored
"Enable to" (TLS-related) error messages. This might help a little to understand why these errors are happening and allow us to consider lowering the log level(s) of commonly-occuring cases from LOG_ERR.
-
deuce authored
support though.
-
deuce authored
ESMTPS and ESMTPSA coming soon!
-
- Mar 04, 2018
-
-
rswindell authored
for new TLS-related settings: SubmissionsPort -> TLSSubmissionPort POP3SPort -> TLSPOP3Port USE_TLS_SUBMISSIONS_PORT -> TLS_SUBMISSION USE_POP3S_PORT -> TLS_POP3 There was actuall a typo in the "USE_POP3S_PORT" string anyway. <shrug>
-
deuce authored
section: POP3SPort=995 SubmissionsPort=465 And two new mail options: USE_SUBMISSIONS_PORT USE_POP3SS_PORT These are the last of the two option bits for the mail server.
-