Displaying 2 results from an estimated 2 matches for "lmptps".
Did you mean:
laptops
2018 Aug 06
2
AW: 2.3.2.1 - relay to lmtps from other lan host
You have lmtp as unix socket configured but want to access from remote via tcp socket? I think you need inet_listener instead of unix_ listener
----- Originale Nachricht -----
Von: "?????" <vtol at gmx.net>
Gesendet: 06.08.18 - 20:14
An: dovecot <dovecot at dovecot.org>
Betreff: 2.3.2.1 - relay to lmtps from other lan host
> Hi,
>
> looked into the [ dovecot wiki
2018 Aug 06
0
AW: 2.3.2.1 - relay to lmtps from other lan host
...; service lmtp {
> ? unix_listener lmtp {
> ??? #mode = 0666
> ? }
>
> ? inet_listener lmtp {
> ???? address = 172.24.109.6
> ??? port = 24
> ? }
> }
and [ msmtp ] is connecting indeed. Does TLS/STARTTLS need to be added
to [ inet_listener lmtp ] in order to facilitate [ lmptps ]? If so what
is the syntax?
Right now this error comes up:
> msmtp: TLS handshake failed: The TLS connection was non-properly
> terminated.
> So what should be listening on port 262? Unix sockets are not tcp ports.
> You have lmtp as unix socket configured but want to access from re...