Re: AW: 2.3.2.1 - relay to lmtps from other lan host

2018-08-06 Thread ѽ҉ᶬḳ℠
Got it working. The error (TLS handshake failed: The TLS connection was non-properly terminated) seems to be caused by [ msmtp ] not supporting EC certificates. > Right, now I got then > >> service lmtp { >>   unix_listener lmtp { >>     #mode = 0666 >>   } >> >>   inet_listener lmtp { >> add

Re: AW: 2.3.2.1 - relay to lmtps from other lan host

2018-08-06 Thread ѽ҉ᶬḳ℠
Right, now I got then > 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 [ lmp

AW: 2.3.2.1 - relay to lmtps from other lan host

2018-08-06 Thread Tobi
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: "ѽ҉ᶬḳ℠" Gesendet: 06.08.18 - 20:14 An: dovecot Betreff: 2.3.2.1 - relay to lmtps from other lan host > Hi, > > l

AW: 2.3.2.1 - relay to lmtps from other lan host

2018-08-06 Thread Tobi
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: "ѽ҉ᶬḳ℠" Gesendet: 06.08.18 - 20:14 An: dovecot Betreff: 2.3.2.1 - relay to lmtps from other lan host > Hi, > > l