Adam Cooke
|
ce30c070bd
|
refactor: switch to use SecureRandom for random strings
|
2024-03-04 17:33:25 +00:00 |
|
Adam Cooke
|
cae4b63599
|
refactor: refactor log use within SMTP server
Additionally adds logging when authentication is required but not provided.
closes #2794
closes #2791
|
2024-03-04 17:16:52 +00:00 |
|
Adam Cooke
|
9dd00f6edd
|
fix: fix bug in smtp server when exceptions occur
|
2024-03-04 13:55:16 +00:00 |
|
Adam Cooke
|
defb5114d0
|
fix: fix smtp TLS
|
2024-03-04 13:42:01 +00:00 |
|
Adam Cooke
|
0140dc4483
|
feat: only accept RFC-compliant End-of-DATA sequence
Previously Postal was fairly forgiving about line endings. This requires that the end of data sequence is `<CR><LF>.<CR><LF>`.
|
2024-03-01 17:12:10 +00:00 |
|
Adam Cooke
|
0163ac3d10
|
feat: new configuration system (and schema) (#2819)
|
2024-02-26 12:41:57 +00:00 |
|
Adam Cooke
|
2e7b36c1be
|
feat: add prometheus metrics to smtp server
|
2024-02-24 11:01:28 +00:00 |
|
Adam Cooke
|
e3bc9da253
|
refactor: move lib/postal/received_header to app/lib/received_header
|
2024-02-23 22:51:36 +00:00 |
|
Adam Cooke
|
321ab95936
|
refactor: move lib/postal/smtp_server to app/lib/smtp_server
|
2024-02-23 22:51:36 +00:00 |
|