Re: [Dovecot] Authentication issue

2012-06-12 Thread Emiliano Rago
On 06/09/2012 09:19 PM, Daniel Parthey wrote: > Hi Emiliano, > > Emiliano Rago wrote: >> I need to set up a weird dovecot configuration: >> >> 1) outside a ssl tunnel I'd like to authenticate only with cram-md5 scheme >> 2) inside a ssl tunnel I'd like to authenticate only with plain auth > > Y

Re: [Dovecot] Authentication issue

2012-06-09 Thread Daniel Parthey
Hi Emiliano, Emiliano Rago wrote: > I need to set up a weird dovecot configuration: > > 1) outside a ssl tunnel I'd like to authenticate only with cram-md5 scheme > 2) inside a ssl tunnel I'd like to authenticate only with plain auth You might try to set up two instances of dovecot, one for pla

[Dovecot] Authentication issue

2012-06-07 Thread Emiliano Rago
Hi, I need to set up a weird dovecot configuration: 1) outside a ssl tunnel I'd like to authenticate only with cram-md5 scheme 2) inside a ssl tunnel I'd like to authenticate only with plain auth The first is easily satisfied with auth_mechanisms = plain cram-md5 disable_plaintext_auth = yes

Re: [Dovecot] Authentication issue.

2010-12-18 Thread Pascal Volk
On 12/18/2010 02:19 AM dmitri tchernov wrote: > Thank you very much for your patience, Pascal. It appeared that imaptest > wanted a fixed password ("pass"), regardless of test1's one. Thus, I > set "pass" as the password in userlist.passwd for test1, so that > imaptest eventually stop com

Re: [Dovecot] Authentication issue.

2010-12-17 Thread dmitri tchernov
On Fri, Dec 17, 2010 at 7:57 PM, Pascal Volk < user+dove...@localhost.localdomain.org > wrote: > On 12/17/2010 07:27 PM dmitri tchernov wrote: > > > > # /usr/bin/doveconf userdb > > userdb { > > args = /mnt/dovecot/userlist.passwd > > driver = passwd-file > > } > > > > Well spotted, an UTF-8 c

Re: [Dovecot] Authentication issue.

2010-12-17 Thread Pascal Volk
On 12/17/2010 07:27 PM dmitri tchernov wrote: > > # /usr/bin/doveconf userdb > userdb { > args = /mnt/dovecot/userlist.passwd > driver = passwd-file > } > > Well spotted, an UTF-8 character was in the file at the wrong place. I had: > # doveadm user test1 > userdb lookup: user test1

Re: [Dovecot] Authentication issue.

2010-12-17 Thread dmitri tchernov
On Fri, Dec 17, 2010 at 7:15 PM, Pascal Volk < user+dove...@localhost.localdomain.org > wrote: > On 12/17/2010 07:07 PM dmitri tchernov wrote: > > > > # 2.0.2: /etc/dovecot/dovecot.conf > > # OS: Linux 2.6.34.6--grs-ipv6-64 x86_64 Ubuntu 10.10 ext4 > > auth_debug = yes > > auth_mechanisms = pl

Re: [Dovecot] Authentication issue.

2010-12-17 Thread Pascal Volk
On 12/17/2010 07:07 PM dmitri tchernov wrote: > > I gave it in the very first e-mail :-) Sorry, my fault > > # 2.0.2: /etc/dovecot/dovecot.conf > # OS: Linux 2.6.34.6--grs-ipv6-64 x86_64 Ubuntu 10.10 ext4 > auth_debug = yes > auth_mechanisms = plain login > disable_plaintext_auth = no > log_

Re: [Dovecot] Authentication issue.

2010-12-17 Thread dmitri tchernov
On Fri, Dec 17, 2010 at 7:05 PM, Pascal Volk < user+dove...@localhost.localdomain.org > wrote: > On 12/17/2010 07:02 PM dmitri tchernov wrote: > > > > When I check /mnt/dovecot/userlist.passwd, everything looks ok. > > Please show your configuration: doveconf -n > I gave it in the very first e-ma

Re: [Dovecot] Authentication issue.

2010-12-17 Thread Pascal Volk
On 12/17/2010 07:02 PM dmitri tchernov wrote: > > When I check /mnt/dovecot/userlist.passwd, everything looks ok. Please show your configuration: doveconf -n Regards, Pascal -- The trapper recommends today: f007ba11.1035...@localdomain.org

Re: [Dovecot] Authentication issue.

2010-12-17 Thread dmitri tchernov
On Fri, Dec 17, 2010 at 6:59 PM, dmitri tchernov wrote: > > > On Fri, Dec 17, 2010 at 6:49 PM, Pascal Volk < > user+dove...@localhost.localdomain.org > > wrote: > >> On 12/17/2010 06:44 PM dmitri tchernov wrote: >> > Same errors. >> >> Set auth_debug=yes, execute `dovecot realod` and check your lo

Re: [Dovecot] Authentication issue.

2010-12-17 Thread dmitri tchernov
On Fri, Dec 17, 2010 at 6:49 PM, Pascal Volk < user+dove...@localhost.localdomain.org > wrote: > On 12/17/2010 06:44 PM dmitri tchernov wrote: > > Same errors. > > Set auth_debug=yes, execute `dovecot realod` and check your logs > (`doveadm log find`). > > > /var/log/syslog: Dec 17 18:54:17 doveco

Re: [Dovecot] Authentication issue.

2010-12-17 Thread Pascal Volk
On 12/17/2010 06:44 PM dmitri tchernov wrote: > Same errors. Set auth_debug=yes, execute `dovecot realod` and check your logs (`doveadm log find`). Regards, Pascal -- The trapper recommends today: 5e1f1e55.1035...@localdomain.org

Re: [Dovecot] Authentication issue.

2010-12-17 Thread dmitri tchernov
On Fri, Dec 17, 2010 at 6:38 PM, Pascal Volk < user+dove...@localhost.localdomain.org > wrote: > On 12/17/2010 06:16 PM dmitri tchernov wrote:Dec 17 18:08:01 dovecot: last > message repeated 19 times > > > > # dovecot --version > > 2.0.2 > > Version 2.0.8 is available … > For some reasons, I can'

Re: [Dovecot] Authentication issue.

2010-12-17 Thread Pascal Volk
On 12/17/2010 06:16 PM dmitri tchernov wrote: > … > # ./imaptest copybox=Trash # or any other command in > … > Error: root[4]: LOGIN failed: 4.1 NO [AUTHENTICATIONFAILED] Authentication > failed. > … > ^C > > # tail /var/log/mail.log: > Dec 17 18:07:28 dovecot: imap-login: Disconnected (auth fail

[Dovecot] Authentication issue.

2010-12-17 Thread dmitri tchernov
Hi list, I try to run imaptest, but I get the following errors (as root): # ./imaptest copybox=Trash # or any other command in http://www.imapwiki.org/ImapTest/Examples Logi List Stat Sele Fetc Fet2 Copy Stor Dele Expu Appe Logo 100% 50% 50% 100% 100% 100% 33% 50% 100% 100% 100% 100%

Re: [Dovecot] authentication issue - dovecot + Mysql

2008-10-05 Thread Timo Sirainen
On Wed, 2008-09-24 at 19:08 +1200, Reinhard Sanjeet Lal wrote: > dovecot: Sep 24 18:51:49 Info: pop3-login: Aborted login (auth failed, 1 > attempts): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured This says the authentication failed. Setting auth_debug=yes will make it log more and sh

[Dovecot] authentication issue - dovecot + Mysql

2008-09-24 Thread Reinhard Sanjeet Lal
Hi, I have a FreeBSD 7.0 server with the following version of software's installed: postfix-2.5.4,1 postfixadmin-2.2.1.1 roundcube-0.2.a,1 php5 mysql-server-5.0.67 dovecot-1.1.3_1 Note that pre-reqs for all of the above also has been installed. I have used this guide to walk myself