Commit graph

7 commits

Author SHA1 Message Date
Pēteris Caune
681976cc7b
Fix typos 2023-05-23 09:32:51 +03:00
reivilibre
72ce9ab426 Update dovecot.md to avoid cyclic dependency
When I try to start Dovecot, it will complain if `/var/run/maddy/` is missing as it can't create /var/run/maddy/dovecot-lmtp.sock`.
When I try to start Maddy, it complains that `unix:///var/run/dovecot/auth-maddy-client` doesn't exist.

Therefore I can't start either service.
I decided to move the LMTP socket into Dovecot's runtime directory since it provides the socket,
and to remove the sock extension to match the naming convention in the rest of the directory.
2020-12-12 14:38:24 +00:00
fox.cpp
889ba39aa0
target/smtp: Do not attempt STARTTLS by default for LMTP connections
Security for LMTP should be configured using Implicit TLS that is
already supported using tls:// scheme for addresses. TLS
is also unnecessary for most LMTP use-cases (Unix sockets, etc) and
attempting STARTTLS caused issues in the past (see #309).
2020-12-06 14:15:32 +03:00
reivilibre
1bfaa3995b Suggest disabling TLS for Dovecot LMTP unix socket
I don't see a point to TLS over a UNIX socket anyway, and it caused me trouble.
2020-12-03 18:57:24 +00:00
reivilibre
5da2623de0 Update dovecot.md to correct typo
They should both be `auth-maddy-client`.
2020-11-29 20:48:13 +00:00
fox.cpp
81e6a3b805
Get rid of policy-routing separation in default configuration
Terrible mistakes were made
2020-07-18 17:59:06 +03:00
fox.cpp
03ff67069e
docs: Move *-only.md tutorials to their own section 2020-07-18 11:42:13 +03:00
Renamed from docs/tutorials/smtp-only.md (Browse further)