Mathieu Lala

Results 20 comments of Mathieu Lala

Interesting :+1: We planned to support http socket, and direct connection to databases (mysql / redis / ...). But it is not implemented right now. You can still call your...

Concerning the `on boot, the DNS record specified for the signature COULD be verified`, we decided that is it not the responsibility of the MTA to ensure (or warn) the...

```toml [server.syslog] # if the table is not specified, syslog is disabled min_level = "info" format = "3164" | "5424" unix = "/dev/log" # or tcp = "127.0.0.1:601" # or...

See https://github.com/lettre/lettre/issues/764

A very new RFC indeed, thank you for the information

It is very interesting to support LMTP but as it is incompatible with SMTP (according to the rfc) we should use a `--feature lmtp` or equivalent. This issue will be...