Re: Dovecot GSSAPI Authentication problem

2021-08-06 Thread Lucas Castro
On 8/6/21 9:56 AM, Aki Tuomi wrote: On 04/08/2021 19:47 Lucas Castro wrote: Hello, I'm getting problem to setup dovecot imap/pop service authentication through Kerberos. Already read https://wiki.dovecot.org/Authentication/Kerberos. My guess is kerberos is working but something goes wro

Re: Dovecot GSSAPI Authentication problem

2021-08-06 Thread Aki Tuomi
> On 04/08/2021 19:47 Lucas Castro wrote: > > > Hello, > I'm getting problem to setup dovecot imap/pop service authentication > through Kerberos. > > Already read https://wiki.dovecot.org/Authentication/Kerberos. > > My guess is kerberos is working but something goes wrong after. > Hi!

Dovecot GSSAPI Authentication problem

2021-08-04 Thread Lucas Castro
Hello, I'm getting problem to setup dovecot imap/pop service authentication through Kerberos. Already read https://wiki.dovecot.org/Authentication/Kerberos. My guess is kerberos is working but something goes wrong after. The keytab and ticket ( for ldap userdb lookup ) -rw--- 1 dovecot d

Re: Authentication Problem

2018-12-20 Thread Odhiambo Washington
On Fri, 21 Dec 2018 at 01:06, Joseph Tam wrote: > On Thu, 20 Dec 2018, Joseph Tam wrote: > > >> At the expense of sounding stupid, could you please expound on the > >> sequence? :) > > If you want the nitty details > > (Starting at bottom of page 18) > https://tools.ietf.org/html/

Re: Authentication Problem

2018-12-20 Thread Joseph Tam
On Fri, 21 Dec 2018, Odhiambo Washington wrote: Nice to get to hear this. However, the password is not stored in clear text here. How then does it work? By using a password derivative (see 3.9 on the document I just referred to). Sorry, my memory this scheme is antiquated. However, as the do

Re: Authentication Problem

2018-12-20 Thread Joseph Tam
On Thu, 20 Dec 2018, Joseph Tam wrote: At the expense of sounding stupid, could you please expound on the sequence? :) If you want the nitty details (Starting at bottom of page 18) https://tools.ietf.org/html/rfc2831 Joseph Tam

Re: Authentication Problem

2018-12-20 Thread Odhiambo Washington
Nice to get to hear this. However, the password is not stored in clear text here. How then does it work? On Fri, Dec 21, 2018, 00:58 Joseph Tam On Thu, 20 Dec 2018, Odhiambo Washington wrote: > > > At the expense of sounding stupid, could you please expound on the > > sequence? :) > > In a nutshe

Re: Authentication Problem

2018-12-20 Thread Joseph Tam
On Thu, 20 Dec 2018, Odhiambo Washington wrote: At the expense of sounding stupid, could you please expound on the sequence? :) In a nutshell, during protocol handshake, the server gives the client a random string (nonce). Both the server and client performs a cryptographic hash of nonce+pass

Re: Authentication Problem

2018-12-20 Thread Odhiambo Washington
On Thu, 20 Dec 2018 at 15:54, Aki Tuomi wrote: > > On 20 December 2018 at 14:33 Odhiambo Washington < odhia...@gmail.com> > wrote: > > > On Thu, 20 Dec 2018 at 15:23, Aki Tuomi < aki.tu...@open-xchange.com> > wrote: > > > > > On 20 December 2018 at 14:10 Odhiambo Washington < odhia...@gmail.com>

Re: Authentication Problem

2018-12-20 Thread Aki Tuomi
On 20 December 2018 at 14:33 Odhiambo Washington < odhia...@gmail.com> wrote: On Thu, 20 Dec 2018 at 15:23, Aki Tuomi < aki.tu...@open-xchange.com> wrote: > On 20 December 2018 at 14:

Re: Authentication Problem

2018-12-20 Thread Odhiambo Washington
On Thu, 20 Dec 2018 at 15:23, Aki Tuomi wrote: > > On 20 December 2018 at 14:10 Odhiambo Washington < odhia...@gmail.com> > wrote: > > > You've made this more difficult to understand, even :-) > > So the answer is: > Set the following in 10-auth.conf > > 1. disable_plaintext_auth = no > 2. auth_m

Re: Authentication Problem

2018-12-20 Thread Aki Tuomi
On 20 December 2018 at 14:10 Odhiambo Washington < odhia...@gmail.com> wrote: You've made this more difficult to understand, even :-) So the answer is: Set the following in 10-auth.conf

Re: Authentication Problem

2018-12-20 Thread Odhiambo Washington
You've made this more difficult to understand, even :-) So the answer is: Set the following in 10-auth.conf 1. disable_plaintext_auth = no 2. auth_mechanisms = plain And yes, the encrypted passwords are stored in MySQL. On Thu, 20 Dec 2018 at 13:36, Nikolai Lusan wrote: > -BEGIN PGP SI

Re: Authentication Problem

2018-12-20 Thread Nikolai Lusan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Greetings On Thu, 2018-12-20 at 12:20 +0300, Odhiambo Washington wrote: > I am using SHA512-CRYPT scheme for passwords. Yeah, there is a reason MD5 has been preferred to crypt for a very long time now, and the SHA512 isn't really any better. > In

Re: Authentication Problem

2018-12-20 Thread Aki Tuomi
On 20 December 2018 at 11:20 Odhiambo Washington < odhia...@gmail.com> wrote: I am using SHA512-CRYPT scheme for passwords. In my dovecot-sql.conf.ext, I have: default_pass_scheme = CRYPT

Authentication Problem

2018-12-20 Thread Odhiambo Washington
I am using SHA512-CRYPT scheme for passwords. In my dovecot-sql.conf.ext, I have: default_pass_scheme = CRYPT In 10-auth.conf, I have: auth_mechanisms = plain login digest-md5 M$ Outlook is refusing to authenticate, with error: Requested DIGEST-MD5 scheme, but we have only CRYPT What an I missi

Re: Authentication Problem with dovecot-2.3.0.1

2018-03-08 Thread Aki Tuomi
> On 08 March 2018 at 10:00 Odhiambo Washington wrote: > > > On 8 March 2018 at 10:09, Aki Tuomi wrote: > > > > > > > On 07.03.2018 22:07, Odhiambo Washington wrote: > > > > I am a little confused here. > > > > I have been running 2.2.34 which I installed in /opt/dovecot2.2 > > I installed 2.

Re: Authentication Problem with dovecot-2.3.0.1

2018-03-07 Thread Aki Tuomi
On 07.03.2018 22:07, Odhiambo Washington wrote: > I am a little confused here. > > I have been running 2.2.34 which I installed in /opt/dovecot2.2 > I installed 2.3.0.1 to /opt/dovecot23 > > I then used config files from /opt/dovecot2.2/etc/dovecot to > /opt/dovecot2.3/etc/dovecot and all I did w

Authentication Problem with dovecot-2.3.0.1

2018-03-07 Thread Odhiambo Washington
I am a little confused here. I have been running 2.2.34 which I installed in /opt/dovecot2.2 I installed 2.3.0.1 to /opt/dovecot23 I then used config files from /opt/dovecot2.2/etc/dovecot to /opt/dovecot2.3/etc/dovecot and all I did was sed -i.BAK 's/dovecot2.2/dovecot2.3/g'. Dovecot started and

[Dovecot] Active Directory and Dovecot NTLM Authentication problem

2013-04-02 Thread BINOTTO Luis SIDOR
Hello everyone... I have a problem when I use NTLM authentication with dovecot. The authentication is made only in PLAIN TEXT. The scenario is: Debian Squeeze 6.0.6 Dovecot 2.1.7 Samba 3.5.6. Samba is correctly configured into the domain. The error: (extract from syslog) Apr 2 09:4

Re: [Dovecot] Dovecot Authentication Problem Can't Make it Work

2012-10-15 Thread Tom Hendrikx
On 15/10/12 17:43, Howell Repaja wrote: > Hi All, > > I am struggling for 2 weeks solving authentication problem in dovecot. > > logs from /etc/mail/maillog > Oct 15 18:00:37 localhost dovecot: auth: > pam(how...@mydomain.info,88.22.197.66): > unknown user > # 2.0.9

Re: [Dovecot] Apple od/ad authentication problem

2012-02-24 Thread Troy Shafer
The correct answer was in the log file. Behind a NAT you have to set login_trusted_networks = internal/24 externalIP - Troy On Feb 24, 2012, at 10:11 AM, Dennis Guhl wrote: > On Fri, Feb 24, 2012 at 08:55:57AM -0500, Troy Shafer wrote: >> Hello all. Im pretty new to dovecot and postfix wor

Re: [Dovecot] Apple od/ad authentication problem

2012-02-24 Thread Troy Shafer
Looking over the running config I don't see anything relating to smtp. I'm not using the esmtp inspection either. Am I looking in the wrong place? Would this cause the error I'm getting in mailaccess log? - Troy On Feb 24, 2012, at 10:11 AM, Dennis Guhl wrote: > On Fri, Feb 24, 2012 at 08:55

Re: [Dovecot] Apple od/ad authentication problem

2012-02-24 Thread Dennis Guhl
On Fri, Feb 24, 2012 at 08:55:57AM -0500, Troy Shafer wrote: > Hello all. Im pretty new to dovecot and postfix world. I'm completely > stumped. > > OS X 10.7.3, behind a Cisco asa NAT. Deactivate the SMTP improvements your ASA helpfully provide. Dennis [..]

[Dovecot] Apple od/ad authentication problem

2012-02-24 Thread Troy Shafer
Hello all. Im pretty new to dovecot and postfix world. I'm completely stumped. OS X 10.7.3, behind a Cisco asa NAT. When trying to authenticate (ssl or not) via the webmail interface I get this error... NAT IP is the public ip I assigned. It doesn't work for an AD account or an account loca

Re: [Dovecot] Simple authentication problem

2010-03-05 Thread David Ramsey
On Mar 5, 2010, at 6:06 PM, Pascal Volk wrote: > On 03/06/2010 01:39 AM David Ramsey wrote: >> I'm trying to configure dovecot on a SUSE system, and having trouble with >> the simplest possible authentication scheme: using the standard Linux users >> and passwords. >> >> My configuration is: >

Re: [Dovecot] Simple authentication problem

2010-03-05 Thread Pascal Volk
On 03/06/2010 01:39 AM David Ramsey wrote: > I'm trying to configure dovecot on a SUSE system, and having trouble with the > simplest possible authentication scheme: using the standard Linux users and > passwords. > > My configuration is: > > dovecot -n > # 1.1.7: /etc/dovecot/dovecot.conf > #

[Dovecot] Simple authentication problem

2010-03-05 Thread David Ramsey
I'm trying to configure dovecot on a SUSE system, and having trouble with the simplest possible authentication scheme: using the standard Linux users and passwords. My configuration is: dovecot -n # 1.1.7: /etc/dovecot/dovecot.conf # OS: Linux 2.6.27.45-0.1-pae i686 openSUSE 11.1 (i586) protoc

Re: [Dovecot] REQ: Dovecot Authentication Problem with PAM

2008-10-18 Thread Timo Sirainen
On Fri, 2008-10-17 at 16:04 +0200, Selim Kraneis wrote: > Oct 17 13:18:42 animal dovecot: auth(default): pam([EMAIL > PROTECTED],127.0.0.1): pam_authenticate() failed: User not known to the > underlying authentication module .. > Oct 17 13:18:40 animal dovecot-auth: (pam_unix) check pass; user un

[Dovecot] REQ: Dovecot Authentication Problem with PAM

2008-10-17 Thread Selim Kraneis
Hi , I have a problem with Authentication.I don't no, where is the problem,Can anyone help me undestand this problem. Thanks in Advance here is some files: The configuration file dovecot.conf log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap pop3 login_dir: /var/run/dovecot/login login_executable(

Re: [Dovecot] Exim Dovecot Authentication Problem

2008-01-21 Thread Marc Perkel
Chris Laif wrote: On 1/20/08, Marc Perkel <[EMAIL PROTECTED]> wrote: Having a hard time figuring out something that is supposed to be easy. Tryiong to configure Dovecot so that it provides authentication to Exim for outgoing smtp. Tried different things and getting authentication socket pr

Re: [Dovecot] Exim Dovecot Authentication Problem

2008-01-21 Thread Chris Laif
On 1/20/08, Marc Perkel <[EMAIL PROTECTED]> wrote: > Having a hard time figuring out something that is supposed to be easy. > Tryiong to configure Dovecot so that it provides authentication to Exim > for outgoing smtp. Tried different things and getting > > authentication socket protocol error > S

Re: [Dovecot] Exim Dovecot Authentication Problem

2008-01-20 Thread Marc Perkel
Timo Sirainen wrote: On 20.1.2008, at 18.13, Marc Perkel wrote: ok - making some progress but still not working. Here's the error I'm getting. 2008-01-20 08:06:37 dovecot_plain authenticator failed for bigdog1.junkemailfilter.com ([192.168.2.112]) [209.204.160.104]: 435 Unable to authenti

Re: [Dovecot] Exim Dovecot Authentication Problem

2008-01-20 Thread Timo Sirainen
On 20.1.2008, at 18.13, Marc Perkel wrote: ok - making some progress but still not working. Here's the error I'm getting. 2008-01-20 08:06:37 dovecot_plain authenticator failed for bigdog1.junkemailfilter.com ([192.168.2.112]) [209.204.160.104]: 435 Unable to authenticate at present: auth

Re: [Dovecot] Exim Dovecot Authentication Problem

2008-01-20 Thread Marc Perkel
ok - making some progress but still not working. Here's the error I'm getting. 2008-01-20 08:06:37 dovecot_plain authenticator failed for bigdog1.junkemailfilter.com ([192.168.2.112]) [209.204.160.104]: 435 Unable to authenticate at present: authentication socket protocol error Exim side: d

Re: [Dovecot] Exim Dovecot Authentication Problem

2008-01-20 Thread Timo Sirainen
On Sat, 2008-01-19 at 20:24 -0800, Marc Perkel wrote: > Having a hard time figuring out something that is supposed to be easy. > Tryiong to configure Dovecot so that it provides authentication to Exim > for outgoing smtp. Tried different things and getting > > authentication socket protocol erro

[Dovecot] Exim Dovecot Authentication Problem

2008-01-19 Thread Marc Perkel
Having a hard time figuring out something that is supposed to be easy. Tryiong to configure Dovecot so that it provides authentication to Exim for outgoing smtp. Tried different things and getting authentication socket protocol error dovecot_plain: driver = dovecot public_name = PLAIN serve

Re: [Dovecot] Authentication problem - or is it?

2007-08-09 Thread Timo Sirainen
On Wed, 2007-08-08 at 19:45 +0100, Anne Wilson wrote: > userdb /etc/passwd { > } userdb passwd { } signature.asc Description: This is a digitally signed message part

Re: [Dovecot] Authentication problem - or is it?

2007-08-09 Thread Anne Wilson
On Wednesday 08 Aug 2007, you wrote: > On Wednesday 08 Aug 2007, you wrote: > > On Wed, 2007-08-08 at 21:19 +0100, Anne Wilson wrote: > > > On Wednesday 08 Aug 2007, you wrote: > > > > On Wed, 2007-08-08 at 19:45 +0100, Anne Wilson wrote: > > > > > dovecot: Aug 08 18:50:11 Error: IMAP(anne): Ambigu

Re: [Dovecot] Authentication problem - or is it?

2007-08-09 Thread Anne Wilson
On Wednesday 08 Aug 2007, you wrote: > On Wed, 2007-08-08 at 21:19 +0100, Anne Wilson wrote: > > On Wednesday 08 Aug 2007, you wrote: > > > On Wed, 2007-08-08 at 19:45 +0100, Anne Wilson wrote: > > > > dovecot: Aug 08 18:50:11 Error: IMAP(anne): Ambiguous mail location > > > > setting, don't know w

Re: [Dovecot] Authentication problem - or is it?

2007-08-08 Thread Timo Sirainen
On Wed, 2007-08-08 at 19:45 +0100, Anne Wilson wrote: > dovecot: Aug 08 18:50:11 Error: IMAP(anne): Ambiguous mail location setting, > don't know what to do with it: /home/anne/Maildir (try prefixing it with > mbox: or maildir:) .. > I tried adding maildir:, but it made no difference. That shoul

Re: [Dovecot] Authentication problem - or is it?

2007-08-08 Thread Anne Wilson
On Wednesday 08 Aug 2007, Charles Marcus wrote: > Hi Anne, > > Doubt if you're going to get much help with what little info you > provided... > I didn't want to send reams that may be irrelevant, as I'm unsure where to start looking. If it's not authentication, I haven't a clue. > Exact version?

Re: [Dovecot] Authentication problem - or is it?

2007-08-08 Thread Charles Marcus
Hi Anne, Doubt if you're going to get much help with what little info you provided... Exact version? Dovecot -n output? Pertinent logs? -- Best regards, Charles

[Dovecot] Authentication problem - or is it?

2007-08-08 Thread Anne Wilson
x OK Logged in. Connection closed by foreign host. I assumed it was an authentication problem (I want to use /etc/passwd as the authentication file) but it does say that I managed to log in. If so, what could be causing it to close immediately? Anne pgpujs46BSLZX.pgp Description: PGP signature

Re: [Dovecot] Dovecot Authentication Problem - Help pls!

2007-06-05 Thread Timo Sirainen
On Mon, 2007-06-04 at 16:27 +0300, Odhiambo WASHINGTON wrote: > -bash-2.05b$ sudo su > Password: > [EMAIL PROTECTED] ax | grep dove > 43802 ?? Ss 0:00.08 /usr/local/sbin/dovecot > 43803 ?? S 0:00.05 dovecot-auth > [EMAIL PROTECTED] attach 43803 > GNU gdb 4.18 (FreeBSD) > Copyright 1998

Re: [Dovecot] Dovecot Authentication Problem - Help pls! - RESOLVED

2007-06-05 Thread Gerard
On Tuesday June 05, 2007 at 10:51:04 (AM) Dominic Marks wrote: > Odhiambo WASHINGTON wrote: > > * On 04/06/07 16:27 +0300, Wash wrote: > > | * On 04/06/07 15:16 +0300, Timo Sirainen wrote: > > | | On Mon, 2007-06-04 at 09:02 +0300, Odhiambo WASHINGTON wrote: > > | | > I have built and manually cop

Re: [Dovecot] Dovecot Authentication Problem - Help pls! - RESOLVED

2007-06-05 Thread Odhiambo WASHINGTON
* On 05/06/07 15:51 +0100, Dominic Marks wrote: | Odhiambo WASHINGTON wrote: | > * On 04/06/07 16:27 +0300, Wash wrote: | > | * On 04/06/07 15:16 +0300, Timo Sirainen wrote: | > | | On Mon, 2007-06-04 at 09:02 +0300, Odhiambo WASHINGTON wrote: | > | | > I have built and manually copied dovecot-auth

Re: [Dovecot] Dovecot Authentication Problem - Help pls! - RESOLVED

2007-06-05 Thread Dominic Marks
Odhiambo WASHINGTON wrote: > * On 04/06/07 16:27 +0300, Wash wrote: > | * On 04/06/07 15:16 +0300, Timo Sirainen wrote: > | | On Mon, 2007-06-04 at 09:02 +0300, Odhiambo WASHINGTON wrote: > | | > I have built and manually copied dovecot-auth to the install > destination > | | > and now it id not st

Re: [Dovecot] Dovecot Authentication Problem - Help pls! - RESOLVED

2007-06-05 Thread Odhiambo WASHINGTON
* On 04/06/07 16:27 +0300, Wash wrote: | * On 04/06/07 15:16 +0300, Timo Sirainen wrote: | | On Mon, 2007-06-04 at 09:02 +0300, Odhiambo WASHINGTON wrote: | | > I have built and manually copied dovecot-auth to the install destination | | > and now it id not stripped. Now this is the result of the d

Re: [Dovecot] Dovecot Authentication Problem - Help pls!

2007-06-04 Thread Odhiambo WASHINGTON
* On 04/06/07 15:16 +0300, Timo Sirainen wrote: | On Mon, 2007-06-04 at 09:02 +0300, Odhiambo WASHINGTON wrote: | > I have built and manually copied dovecot-auth to the install destination | > and now it id not stripped. Now this is the result of the debug: | .. | > #0 0x805d848 in sql_query_get_r

Re: [Dovecot] Dovecot Authentication Problem - Help pls!

2007-06-04 Thread Timo Sirainen
On Mon, 2007-06-04 at 09:02 +0300, Odhiambo WASHINGTON wrote: > I have built and manually copied dovecot-auth to the install destination > and now it id not stripped. Now this is the result of the debug: .. > #0 0x805d848 in sql_query_get_result () > (gdb) bt Now this backtrace looks correct, but

Re: [Dovecot] Dovecot Authentication Problem - Help pls!

2007-06-04 Thread Odhiambo WASHINGTON
* On 04/06/07 02:59 +0300, Timo Sirainen wrote: | On Sun, 2007-06-03 at 21:20 +0300, Odhiambo WASHINGTON wrote: | > Here is a backtrace of the dovecot-auth crash: | | Two problems with it: | | > #0 0x805dc00 in userdb_blocking_lookup () | | Debugging symbols were stripped. Could you try buildin

Re: [Dovecot] Dovecot Authentication Problem - Help pls!

2007-06-03 Thread Odhiambo WASHINGTON
* On 04/06/07 02:59 +0300, Timo Sirainen wrote: | On Sun, 2007-06-03 at 21:20 +0300, Odhiambo WASHINGTON wrote: | > Here is a backtrace of the dovecot-auth crash: | | Two problems with it: | | > #0 0x805dc00 in userdb_blocking_lookup () | | Debugging symbols were stripped. Could you try buildin

Re: [Dovecot] Dovecot Authentication Problem - Help pls!

2007-06-03 Thread Timo Sirainen
On Sun, 2007-06-03 at 21:20 +0300, Odhiambo WASHINGTON wrote: > Here is a backtrace of the dovecot-auth crash: Two problems with it: > #0 0x805dc00 in userdb_blocking_lookup () Debugging symbols were stripped. Could you try building it without removing them, at least from dovecot-auth binary? I

[Dovecot] Dovecot Authentication Problem - Help pls!

2007-06-03 Thread Odhiambo WASHINGTON
Hello List, This is dovecot 1.0.0 on FreeBSD 4.11-STABLE. I did not provide this information before:-) I am back again and I think I am edging closer to getting a solution. I have done some modifications and now dovecot gives me a different error message than before Here is what I have f

Re: [Dovecot] Dovecot Authentication Problem (REVISED) - update

2007-05-31 Thread Odhiambo WASHINGTON
| When I test to connect to the pop3 daemon, this is what happens now: | | [EMAIL PROTECTED] 0 7173 | Trying 0.0.0.0... | Connected to 0. | Escape character is '^]'. | +OK Welcome. Dovecot is Ready to serve your emails. | user [EMAIL PROTECTED] | +OK | pass boeing8 | -ERR [IN-USE] Internal login

[Dovecot] Dovecot Authentication Problem (REVISED)

2007-05-30 Thread Odhiambo WASHINGTON
Hello List, I am back again and I think I am edging closer to getting a solution. I have done some modifications and now dovecot gives me a different error message than before Here is what I have for the password_query and user_query password_query = SELECT popbox.cleartext AS password FR