Displaying 5 results from an estimated 5 matches for "12aba5948".
2017 Dec 22
2
Lua Auth
...gt; https://github.com/dovecot/core/commit/c86575ac9776d0995355d03719c82e
> > 7ceac802e6#diff-83374eeaee91d90e848390ba3c7b264a
> >
> >
>
> I'm on rc1, so I appear to already have that git commit (as part of rc1).
>
> # /usr/sbin/dovecot --version
> 2.3.0.rc1 (12aba5948)
>
> For testing this, I tried replacing my passdb lookup with this:
>
> function auth_passdb_lookup(req)
> passdb_table = {}
> passdb_table[ 'password' ] = 'test'
> passdb_table[ 'user' ] = 'test1 at test.com'
>
>...
2017 Dec 22
2
Lua Auth
> On December 22, 2017 at 6:43 AM Mark Moseley <moseleymark at gmail.com> wrote:
>
>
> >
> >
> >
> >
> > 2) Is there an appropriate way to return data with spaces in it (or
> > presumably other non-alphanum chars. My quota name had a space in it,
> > which
> > somehow got interpreted as 'yes' , i.e.:
> >
> > imap:
2017 Dec 22
0
Lua Auth
...h, this is a bug we have fixed =)
>
> https://github.com/dovecot/core/commit/c86575ac9776d0995355d03719c82e
> 7ceac802e6#diff-83374eeaee91d90e848390ba3c7b264a
>
>
I'm on rc1, so I appear to already have that git commit (as part of rc1).
# /usr/sbin/dovecot --version
2.3.0.rc1 (12aba5948)
For testing this, I tried replacing my passdb lookup with this:
function auth_passdb_lookup(req)
passdb_table = {}
passdb_table[ 'password' ] = 'test'
passdb_table[ 'user' ] = 'test1 at test.com'
return dovecot.auth.PASSDB_RESULT_O...
2017 Dec 22
0
Lua Auth
...mmit/c86575ac9776d0995355d03719c82e
> > > 7ceac802e6#diff-83374eeaee91d90e848390ba3c7b264a
> > >
> > >
> >
> > I'm on rc1, so I appear to already have that git commit (as part of rc1).
> >
> > # /usr/sbin/dovecot --version
> > 2.3.0.rc1 (12aba5948)
> >
> > For testing this, I tried replacing my passdb lookup with this:
> >
> > function auth_passdb_lookup(req)
> > passdb_table = {}
> > passdb_table[ 'password' ] = 'test'
> > passdb_table[ 'user' ] = '...
2017 Dec 18
2
Dovecot 2.3-rc1 SMTP submission proxy always gives TLS required error even when already using TLS
...less of whether I connect with a real client
(Thunderbird) or manually with openssl s_client and regardless of
whether a loopback connection or a remote connection is used. Here is
the output of "dovecot -n". Please let me know if I can provide any
other data. Thanks!
# 2.3.0.rc1 (12aba5948): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.0.alpha1 (f60f2785)
# OS: Linux 4.14.7-041407-generic x86_64 Ubuntu Bionic Beaver
(development branch)
auth_mechanisms = plain login
auth_username_format = %Ln
mail_location = mdbox:~/mdbox
managesieve_notify_capability = mailto
managesieve_siev...