Re: Problem logging in during testing

2015-06-15 Thread Steve Matzura
On Mon, 15 Jun 2015 21:11:39 +0200, you wrote: >Am 15.06.2015 um 20:26 schrieb Felix Zielcke: >> Am Montag, den 15.06.2015, 13:33 -0400 schrieb Steve Matzura: >>> I think I have it now! Found info about *correctly* defining >>> namespaces. I now get the following when telnetting in, and it all >>>

Re: Problem logging in during testing

2015-06-15 Thread Steve Matzura
On Mon, 15 Jun 2015 20:26:28 +0200, I wrote: >> Trying 127.0.0.1... >> Connected to 127.0.0.1. >> Escape character is '^]'. >> * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE >> IDLE STARTTLS AUTH=PLAIN] Dovecot ready. >> a login >> a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-

Re: Problem logging in during testing

2015-06-15 Thread Alex JOST
Am 15.06.2015 um 20:26 schrieb Felix Zielcke: Am Montag, den 15.06.2015, 13:33 -0400 schrieb Steve Matzura: I think I have it now! Found info about *correctly* defining namespaces. I now get the following when telnetting in, and it all looks valid. Trying 127.0.0.1... Connected to 127.0.0.1. Es

Re: Problem logging in during testing

2015-06-15 Thread Felix Zielcke
Am Montag, den 15.06.2015, 13:33 -0400 schrieb Steve Matzura: > I think I have it now! Found info about *correctly* defining > namespaces. I now get the following when telnetting in, and it all > looks valid. > > Trying 127.0.0.1... > Connected to 127.0.0.1. > Escape character is '^]'. > * OK [CAP

Re: Problem logging in during testing

2015-06-15 Thread Alex JOST
Am 15.06.2015 um 18:59 schrieb Steve Matzura: On Mon, 15 Jun 2015 17:22:13 +0200, you wrote: Now, when I telnet 127.0.0.1 143 and attempt to log in with the string: a login whether it's one in my users file or not, I get: a NO [AUTHENTICATIONFAILED] Authentication failed. Logs might giv

Re: Problem logging in during testing

2015-06-15 Thread Steve Matzura
I think I have it now! Found info about *correctly* defining namespaces. I now get the following when telnetting in, and it all looks valid. Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUT

Re: Problem logging in during testing

2015-06-15 Thread Steve Matzura
On Mon, 15 Jun 2015 17:42:47 +0200, you wrote: > > > >>> passdb { >>>driver = passwd-file >>>args = scheme=CRYPT username_format=%u /etc/dovecot/users >>> } > >have you created/generated a password to be used with the crypt scheme? > >you can use doveadm pw for this. No. I should try that

Re: Problem logging in during testing

2015-06-15 Thread Steve Matzura
On Mon, 15 Jun 2015 17:22:13 +0200, you wrote: >> Now, when I telnet 127.0.0.1 143 and attempt to log in with the >> string: >> >> a login >> >> whether it's one in my users file or not, I get: >> >> a NO [AUTHENTICATIONFAILED] Authentication failed. >> > >Logs might give you a clue what exactly

Re: Problem logging in during testing

2015-06-15 Thread Felix Zielcke
Am Montag, den 15.06.2015, 17:42 +0200 schrieb Christian Kivalo: > > > > > passdb { > > >driver = passwd-file > > >args = scheme=CRYPT username_format=%u /etc/dovecot/users > > > } > > have you created/generated a password to be used with the crypt > scheme? > > you can use doveadm pw

Re: Problem logging in during testing

2015-06-15 Thread Christian Kivalo
>> passdb { >>driver = passwd-file >>args = scheme=CRYPT username_format=%u /etc/dovecot/users >> } have you created/generated a password to be used with the crypt scheme? you can use doveadm pw for this. - christian

Re: Problem logging in during testing

2015-06-15 Thread Alex JOST
Am 15.06.2015 um 15:19 schrieb Steve Matzura: Instructions at http://wiki2.dovecot.org/BasicConfiguration say the next thing to test after getting IMAP and Telnet working is to create a dummy user file with the following command: echo "$USER:{PLAIN}password:$UID:$GID::$HOME" > users And place i

Problem logging in during testing

2015-06-15 Thread Steve Matzura
Instructions at http://wiki2.dovecot.org/BasicConfiguration say the next thing to test after getting IMAP and Telnet working is to create a dummy user file with the following command: echo "$USER:{PLAIN}password:$UID:$GID::$HOME" > users And place it in /etc/dovecot and protect it appropriately.