Re: [Dovecot] Dovecot-1.1.9 fails to work with Thunderbird

2009-02-02 Thread Timo Sirainen
On Mon, 2009-02-02 at 14:45 +0300, Lev Serebryakov wrote:
 Hello, Timo.
 You wrote 26 января 2009 г., 04:12:23:
 
  On Sat, 2009-01-24 at 08:47 -0600, David Favor wrote:
  Jan 24 06:34:29 net1 dovecot: uid specified multiple times for 
  david-x...@coolsurf.com
  Fixed: http://hg.dovecot.org/dovecot-1.1/rev/943339025578
  And a related fix: http://hg.dovecot.org/dovecot-1.1/rev/69901064e657
  I guess I'll have to get v1.1.10 out.
   1.1.10 from FreeBSD ports, old (1.1.8) config, nothing works with
 virtual users, with uid specified multiple times for login in log
 files.

Non-plaintext authentication didn't work, fixed:
http://hg.dovecot.org/dovecot-1.1/rev/7ef5e6c32443



signature.asc
Description: This is a digitally signed message part


Re: [Dovecot] Dovecot-1.1.9 fails to work with Thunderbird

2009-02-02 Thread Timo Sirainen
1.1.9 and 1.1.10. 1.1.8 and older didn't have the bug.

On Mon, 2009-02-02 at 11:00 -0700, CJ Keist wrote:
 I have quick question related to patches.  When you say this patch fixes 
 something, is it related to just 1.1.9 or is it for any 1.1.x version of 
 dovecot?
 
 
 Timo Sirainen wrote:
  On Mon, 2009-02-02 at 14:45 +0300, Lev Serebryakov wrote:
  Hello, Timo.
  You wrote 26 января 2009 г., 04:12:23:
 
  On Sat, 2009-01-24 at 08:47 -0600, David Favor wrote:
  Jan 24 06:34:29 net1 dovecot: uid specified multiple times for 
  david-x...@coolsurf.com
  Fixed: http://hg.dovecot.org/dovecot-1.1/rev/943339025578
  And a related fix: http://hg.dovecot.org/dovecot-1.1/rev/69901064e657
  I guess I'll have to get v1.1.10 out.
1.1.10 from FreeBSD ports, old (1.1.8) config, nothing works with
  virtual users, with uid specified multiple times for login in log
  files.
  
  Non-plaintext authentication didn't work, fixed:
  http://hg.dovecot.org/dovecot-1.1/rev/7ef5e6c32443
  
 


signature.asc
Description: This is a digitally signed message part


Re: [Dovecot] Dovecot-1.1.9 fails to work with Thunderbird

2009-02-02 Thread CJ Keist
I have quick question related to patches.  When you say this patch fixes 
something, is it related to just 1.1.9 or is it for any 1.1.x version of 
dovecot?



Timo Sirainen wrote:

On Mon, 2009-02-02 at 14:45 +0300, Lev Serebryakov wrote:

Hello, Timo.
You wrote 26 января 2009 г., 04:12:23:


On Sat, 2009-01-24 at 08:47 -0600, David Favor wrote:

Jan 24 06:34:29 net1 dovecot: uid specified multiple times for 
david-x...@coolsurf.com

Fixed: http://hg.dovecot.org/dovecot-1.1/rev/943339025578
And a related fix: http://hg.dovecot.org/dovecot-1.1/rev/69901064e657
I guess I'll have to get v1.1.10 out.

  1.1.10 from FreeBSD ports, old (1.1.8) config, nothing works with
virtual users, with uid specified multiple times for login in log
files.


Non-plaintext authentication didn't work, fixed:
http://hg.dovecot.org/dovecot-1.1/rev/7ef5e6c32443



--
C. J. Keist Email: cj.ke...@colostate.edu
UNIX/Network ManagerPhone: 970-491-0630
Engineering Network ServicesFax:   970-491-5569
College of Engineering, CSU
Ft. Collins, CO 80523-1301

All I want is a chance to prove 'Money can't buy happiness'



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [Dovecot] Dovecot-1.1.9 fails to work with Thunderbird

2009-02-02 Thread Lev Serebryakov
Hello, Timo.
You wrote 26 января 2009 г., 04:12:23:

 On Sat, 2009-01-24 at 08:47 -0600, David Favor wrote:
 Jan 24 06:34:29 net1 dovecot: uid specified multiple times for 
 david-x...@coolsurf.com
 Fixed: http://hg.dovecot.org/dovecot-1.1/rev/943339025578
 And a related fix: http://hg.dovecot.org/dovecot-1.1/rev/69901064e657
 I guess I'll have to get v1.1.10 out.
  1.1.10 from FreeBSD ports, old (1.1.8) config, nothing works with
virtual users, with uid specified multiple times for login in log
files.
  When I've commented out `prefetch' userdb, everything works Ok with
 1.1.10

= dovecot -n WHICH WORKS
auth default:
  mechanisms: plain login digest-md5 cram-md5 ntlm rpa apop
  user: dovecot-auth
  username_chars: 
abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz01234567890...@+
  verbose: yes
  debug: yes
  passdb:
driver: sql
args: /usr/local/etc/dovecot-sql.conf
  userdb:
driver: sql
args: /usr/local/etc/dovecot-sql.conf
  socket:
type: listen
client:
  path: /var/spool/postfix/private/auth
  mode: 432
  user: postfix
  group: postfix
master:
  path: /var/run/dovecot/auth-master
  mode: 384
= dovecot -n WHICH WORKS

= dovecot -n WHICH DOESN'T WORK
auth default:
  mechanisms: plain login digest-md5 cram-md5 ntlm rpa apop
  user: dovecot-auth
  username_chars: 
abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz01234567890...@+
  verbose: yes
  debug: yes
  passdb:
driver: sql
args: /usr/local/etc/dovecot-sql.conf
  userdb:
driver: prefetch
  userdb:
driver: sql
args: /usr/local/etc/dovecot-sql.conf
  socket:
type: listen
client:
  path: /var/spool/postfix/private/auth
  mode: 432
  user: postfix
  group: postfix
master:
  path: /var/run/dovecot/auth-master
  mode: 384
= dovecot -n WHICH DOESN'T WORK


-- 
// Black Lion AKA Lev Serebryakov l...@serebryakov.spb.ru



Re: [Dovecot] Dovecot-1.1.9 fails to work with Thunderbird

2009-01-26 Thread David Favor

Timo Sirainen wrote:

On Sat, 2009-01-24 at 08:47 -0600, David Favor wrote:

Jan 24 06:34:29 net1 dovecot: uid specified multiple times for 
david-x...@coolsurf.com


Fixed: http://hg.dovecot.org/dovecot-1.1/rev/943339025578 


And a related fix: http://hg.dovecot.org/dovecot-1.1/rev/69901064e657

I guess I'll have to get v1.1.10 out.



Many thanks. As soon as 1.1.10 publishes I'll be notified and will
test out the fix.

--
Love feeling your best ever, all day, every day?
Click http://RadicalHealth.com/join for the easy way.


Re: [Dovecot] Dovecot-1.1.9 fails to work with Thunderbird

2009-01-25 Thread David Favor

Charles Marcus wrote:

On 1/24/2009, David Favor (da...@davidfavor.com) wrote:

Jan 24 06:34:29 net1 dovecot: uid specified multiple times


dovecot -n output?



# 1.1.9-2009-01-24: /common/services/dovecot/dovecot-net1.conf
# OS: Linux 2.6.27.9-159.fc10.i686 i686 Fedora release 10 (Cambridge)
base_dir: /var/run/dovecot
protocols: imaps
ssl_listen: 69.94.137.124:10943
ssl_cert_file: /common/services/dovecot/sslcerts-coolsurf.com/certs/dovecot.pem
ssl_key_file: /common/services/dovecot/sslcerts-coolsurf.com/private/dovecot.pem
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable: /runtime/dovecot-1.1.9-2009-01-24/libexec/dovecot/imap-login
mail_location: maildir:~/Maildir
auth default:
  cache_size: 100
  passdb:
driver: sql
args: /common/services/dovecot/dovecot-sql.conf
  userdb:
driver: prefetch
  userdb:
driver: sql
args: /common/services/dovecot/dovecot-sql.conf


--
Love feeling your best ever, all day, every day?
Click http://RadicalHealth.com/join for the easy way.


Re: [Dovecot] Dovecot-1.1.9 fails to work with Thunderbird

2009-01-25 Thread Timo Sirainen
On Sat, 2009-01-24 at 08:47 -0600, David Favor wrote:
 Jan 24 06:34:29 net1 dovecot: uid specified multiple times for 
 david-x...@coolsurf.com

Fixed: http://hg.dovecot.org/dovecot-1.1/rev/943339025578 

And a related fix: http://hg.dovecot.org/dovecot-1.1/rev/69901064e657

I guess I'll have to get v1.1.10 out.



signature.asc
Description: This is a digitally signed message part


[Dovecot] Dovecot-1.1.9 fails to work with Thunderbird

2009-01-24 Thread David Favor

When Thunderbird starts up 1.1.8 log entries reflect:

Jan 24 06:44:56 net1 dovecot: imap-login: Login: user=yem...@coolsurf.com, method=PLAIN, 
rip=71.155.185.14, lip=69.94.137.124, TLS
Jan 24 06:44:56 net1 dovecot: imap-login: Login: user=david-x...@coolsurf.com, method=PLAIN, 
rip=71.155.185.14, lip=69.94.137.124, TLS
Jan 24 06:44:56 net1 dovecot: imap-login: Login: user=david...@coolsurf.com, method=PLAIN, 
rip=71.155.185.14, lip=69.94.137.124, TLS
Jan 24 06:44:56 net1 dovecot: imap-login: Login: user=t...@coolsurf.com, method=PLAIN, 
rip=71.155.185.14, lip=69.94.137.124, TLS


When Thunderbird starts up with 1.1.9 server begins logging
errors forever for every user of the form:

Jan 24 06:34:29 net1 dovecot: uid specified multiple times for 
david-x...@coolsurf.com
Jan 24 06:34:29 net1 dovecot: imap-login: Internal login failure (auth failed, 1 attempts): 
user=david-x...@coolsurf.com, method=PLAIN, rip=71.155.185.14, lip=69.94.137.124, TLS

Jan 24 06:34:29 net1 dovecot: uid specified multiple times for 
da...@coolsurf.com
Jan 24 06:34:29 net1 dovecot: imap-login: Internal login failure (auth failed, 1 attempts): 
user=da...@coolsurf.com, method=PLAIN, rip=71.155.185.14, lip=69.94.137.124, TLS

Jan 24 06:34:29 net1 dovecot: uid specified multiple times for 
aa...@coolsurf.com
Jan 24 06:34:29 net1 dovecot: imap-login: Internal login failure (auth failed, 1 attempts): 
user=aa...@coolsurf.com, method=PLAIN, rip=71.155.185.14, lip=69.94.137.124, TLS

Jan 24 06:34:29 net1 dovecot: uid specified multiple times for 
yem...@coolsurf.com
Jan 24 06:34:29 net1 dovecot: imap-login: Internal login failure (auth failed, 1 attempts): 
user=yem...@coolsurf.com, method=PLAIN, rip=71.155.185.14, lip=69.94.137.124, TLS

Jan 24 06:34:29 net1 dovecot: uid specified multiple times for 
david...@coolsurf.com
Jan 24 06:34:29 net1 dovecot: imap-login: Internal login failure (auth failed, 1 attempts): 
user=david...@coolsurf.com, method=PLAIN, rip=71.155.185.14, lip=69.94.137.124, TLS


--
Love feeling your best ever, all day, every day?
Click http://RadicalHealth.com/join for the easy way.


Re: [Dovecot] Dovecot-1.1.9 fails to work with Thunderbird

2009-01-24 Thread Brad
On Saturday 24 January 2009 09:47:36 David Favor wrote:
 When Thunderbird starts up 1.1.8 log entries reflect:

 Jan 24 06:44:56 net1 dovecot: imap-login: Login:
 user=yem...@coolsurf.com, method=PLAIN, rip=71.155.185.14,
 lip=69.94.137.124, TLS
 Jan 24 06:44:56 net1 dovecot: imap-login: Login:
 user=david-x...@coolsurf.com, method=PLAIN, rip=71.155.185.14,
 lip=69.94.137.124, TLS
 Jan 24 06:44:56 net1 dovecot: imap-login: Login:
 user=david...@coolsurf.com, method=PLAIN, rip=71.155.185.14,
 lip=69.94.137.124, TLS
 Jan 24 06:44:56 net1 dovecot: imap-login: Login: user=t...@coolsurf.com,
 method=PLAIN, rip=71.155.185.14, lip=69.94.137.124, TLS

 When Thunderbird starts up with 1.1.9 server begins logging
 errors forever for every user of the form:

 Jan 24 06:34:29 net1 dovecot: uid specified multiple times for
 david-x...@coolsurf.com Jan 24 06:34:29 net1 dovecot: imap-login: Internal
 login failure (auth failed, 1 attempts): user=david-x...@coolsurf.com,
 method=PLAIN, rip=71.155.185.14, lip=69.94.137.124, TLS Jan 24 06:34:29
 net1 dovecot: uid specified multiple times for da...@coolsurf.com Jan 24
 06:34:29 net1 dovecot: imap-login: Internal login failure (auth failed, 1
 attempts): user=da...@coolsurf.com, method=PLAIN, rip=71.155.185.14,
 lip=69.94.137.124, TLS Jan 24 06:34:29 net1 dovecot: uid specified multiple
 times for aa...@coolsurf.com Jan 24 06:34:29 net1 dovecot: imap-login:
 Internal login failure (auth failed, 1 attempts):
 user=aa...@coolsurf.com, method=PLAIN, rip=71.155.185.14,
 lip=69.94.137.124, TLS Jan 24 06:34:29 net1 dovecot: uid specified multiple
 times for yem...@coolsurf.com Jan 24 06:34:29 net1 dovecot: imap-login:
 Internal login failure (auth failed, 1 attempts):
 user=yem...@coolsurf.com, method=PLAIN, rip=71.155.185.14,
 lip=69.94.137.124, TLS Jan 24 06:34:29 net1 dovecot: uid specified multiple
 times for david...@coolsurf.com Jan 24 06:34:29 net1 dovecot: imap-login:
 Internal login failure (auth failed, 1 attempts):
 user=david...@coolsurf.com, method=PLAIN, rip=71.155.185.14,
 lip=69.94.137.124, TLS

 --
 Love feeling your best ever, all day, every day?
 Click http://RadicalHealth.com/join for the easy way.

hrmmm. Dovecot 1.1.9 + Thunderbird is working fine for myself.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Re: [Dovecot] Dovecot-1.1.9 fails to work with Thunderbird

2009-01-24 Thread David Favor

Falling back to 1.1.8 clears the problem.

Turning on debugging surfaces no obvious problems.

Brad wrote:

On Saturday 24 January 2009 09:47:36 David Favor wrote:

When Thunderbird starts up 1.1.8 log entries reflect:

Jan 24 06:44:56 net1 dovecot: imap-login: Login:
user=yem...@coolsurf.com, method=PLAIN, rip=71.155.185.14,
lip=69.94.137.124, TLS
Jan 24 06:44:56 net1 dovecot: imap-login: Login:
user=david-x...@coolsurf.com, method=PLAIN, rip=71.155.185.14,
lip=69.94.137.124, TLS
Jan 24 06:44:56 net1 dovecot: imap-login: Login:
user=david...@coolsurf.com, method=PLAIN, rip=71.155.185.14,
lip=69.94.137.124, TLS
Jan 24 06:44:56 net1 dovecot: imap-login: Login: user=t...@coolsurf.com,
method=PLAIN, rip=71.155.185.14, lip=69.94.137.124, TLS

When Thunderbird starts up with 1.1.9 server begins logging
errors forever for every user of the form:

Jan 24 06:34:29 net1 dovecot: uid specified multiple times for
david-x...@coolsurf.com Jan 24 06:34:29 net1 dovecot: imap-login: Internal
login failure (auth failed, 1 attempts): user=david-x...@coolsurf.com,
method=PLAIN, rip=71.155.185.14, lip=69.94.137.124, TLS Jan 24 06:34:29
net1 dovecot: uid specified multiple times for da...@coolsurf.com Jan 24
06:34:29 net1 dovecot: imap-login: Internal login failure (auth failed, 1
attempts): user=da...@coolsurf.com, method=PLAIN, rip=71.155.185.14,
lip=69.94.137.124, TLS Jan 24 06:34:29 net1 dovecot: uid specified multiple
times for aa...@coolsurf.com Jan 24 06:34:29 net1 dovecot: imap-login:
Internal login failure (auth failed, 1 attempts):
user=aa...@coolsurf.com, method=PLAIN, rip=71.155.185.14,
lip=69.94.137.124, TLS Jan 24 06:34:29 net1 dovecot: uid specified multiple
times for yem...@coolsurf.com Jan 24 06:34:29 net1 dovecot: imap-login:
Internal login failure (auth failed, 1 attempts):
user=yem...@coolsurf.com, method=PLAIN, rip=71.155.185.14,
lip=69.94.137.124, TLS Jan 24 06:34:29 net1 dovecot: uid specified multiple
times for david...@coolsurf.com Jan 24 06:34:29 net1 dovecot: imap-login:
Internal login failure (auth failed, 1 attempts):
user=david...@coolsurf.com, method=PLAIN, rip=71.155.185.14,
lip=69.94.137.124, TLS

--
Love feeling your best ever, all day, every day?
Click http://RadicalHealth.com/join for the easy way.


hrmmm. Dovecot 1.1.9 + Thunderbird is working fine for myself.




--
Love feeling your best ever, all day, every day?
Click http://RadicalHealth.com/join for the easy way.


Re: [Dovecot] Dovecot-1.1.9 fails to work with Thunderbird

2009-01-24 Thread Charles Marcus
On 1/24/2009, David Favor (da...@davidfavor.com) wrote:
 Jan 24 06:34:29 net1 dovecot: uid specified multiple times

dovecot -n output?

-- 

Best regards,

Charles