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

Re: 2.3.2.1 - relay to lmtps from other lan host

2018-08-06 Thread Aki Tuomi
So what should be listening on port 262? Unix sockets are not tcp ports. ---Aki TuomiDovecot oy Original message From: ѽ҉ᶬḳ℠ Date: 06/08/2018 21:14 (GMT+02:00) To: dovecot Subject: 2.3.2.1 - relay to lmtps from other lan host Hi, looked into the [ dovecot wiki ] but a

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

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

2.3.2.1 - relay to lmtps from other lan host

2018-08-06 Thread ѽ҉ᶬḳ℠
Hi, looked into the [ dovecot wiki ] but a search for [ lmtps ] came up empty and thus hoping to get some assistance here. I am trying to relay with [ msmtp ] via [ lmtps ] from a lan host other than [ dovecot ] is running on. [ dovecot config ] > service lmtp { >   unix_listener lmtp { >     #