Re: limit sharing ability to certain users

2018-08-06 Thread Simeon Ott
Thanks for the advice Aki > On 6 Aug 2018, at 07:26, Aki Tuomi wrote: > > userdb { >driver = username_format=%Lu passwd-file >args = /etc/dovecot/share.passwd > } Something is wrong with the suggested driver configuration – Leads to a fatal – I think there is missing a driver name.

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 { >>

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 [

Re: limit sharing ability to certain users

2018-08-06 Thread Sami Ketola
> On 6 Aug 2018, at 8.26, Aki Tuomi wrote: > > You could do > > userdb { >driver = username_format=%Lu passwd-file >args = /etc/dovecot/share.passwd > } > > # /etc/dovecot/share.passwd > t...@onnet.ch ::: > userdb_acl=vfile:/etc/dovecot/dovecot-acl

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 host > Hi, > >

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, > >

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 { >    

Re: dsync not replicating ".dovecot.sieve -> .sieve/managesieve.sieve"

2018-08-06 Thread Aki Tuomi
Hi! Thank you for reporting this, we'll take a look at this. Aki On 06.08.2018 02:23, Tony wrote: > Hi, > > Currently using dovecot 2.3.2.1 and pigeonhole 0.5.2 on two identical > hosts. I recently noticed ".dovecot.sieve" and > ".sieve/managesieve.sieve" are not replicating from one host to