Ralf Hildebrandt:
Can I enable STARTTLS/SSL on the LMTP listener in Dovecot 2.1.x?
service lmtp {
unix_listener lmtp {
}
inet_listener lmtp {
address = *
port = 24
--> ssl=yes
}
}
Hi Ralf, I just tried it for fun on 2.2.12: still does not work... Is stunnel an option? MTA -> crypto to remote stunnel endpoint -> plaintext to localhost:lmtp Andreas
