search for: 1.0alpha

Displaying 20 results from an estimated 24 matches for "1.0alpha".

Did you mean: 1.0alpha4
2005 Dec 19
1
Dovecot 1.0alpha imap uid store command response
Hi, Dovecot 1.0alpha (tested 0.99.14, 1.0alpha1, 1.0alpha4 and 1.0alpha5) does not return UID number in 'UID STORE uid-number +FLAGS (\Seen)' command response. Issue is not present in 0.99.14. >From IMAP RFC http://www.isi.edu/in-notes/rfc3501.txt 6.4.8. UID Command ... However, server implementations MUST implicitly include the UID message data item as part of any FETCH response
2005 Aug 26
1
Success: MySQL Works on 0.99 But Not 1.0alpha
Great news! yay! I downshifted to dovecot 0.99-14 and pop server is working! Finally a pop-server and postfix and all! And no Courier! or Qmail! Whatever changed in the 1.0 release regarding MySQL is broken, and is working in the .99-14 release. I can finally use my mail server! :-) I'll keep an eye out for the 1.x stable release, hopefully it will have MySQL support working. Maybe
2005 Nov 10
1
dovecot 1.0alpha 4 error
I tried to research this but could not find anything. Apologies if someone already reported this issue. I was running alpha 3 on Solaris 9, and having some timeout issues on lasge mailboxes. Decided to upgrade to rc4 before tweaking anything else. On rc4, when I try to start dovecot, I am getting: dovecot: Nov 10 14:04:56 Info: Dovecot v1.0.alpha4 starting up dovecot: Nov 10 14:04:57 Error:
2005 Nov 18
1
Upgrading from 0.99 to 1.0alpha
Since FreeBSD has decided to drop Dovecot 0.99 and only provide a port for 1.0alpha4, what are the considerations for upgrading from 0.99.14 to 1.0a4? Thanks, Jim -- Jim Trigg, Lord High Everything Else O- /"\ Hostmaster, Huie Kin family website \ / ASCII RIBBON CAMPAIGN Verger and System Administrator, X HELP CURE HTML MAIL All Saints Church - Sharon Chapel
2005 Aug 18
1
Dovecot 1.0 and ldap; does this combination works?
Hi! After upgrading from dovecot 0.9.14 to 1.0 crashes immediately after starting when using ldap as userdb and passdb. You can find more information here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=320388 I'm confused with two users: login_user and auth_user. Witch of them has to be in ldap? If anyone here has a working dovecot+ldap configuration, could he show me his configuration?
2005 Sep 18
1
Can't connect to auth server at default: Connection refused
We've being running with Dovecot 1.0-stable since Tuesday, and on the whole it's gone very well (meaning nobody's noticed!). My best estimate is we're using half the disk accesses and 2/3 the CPU of UW-IMAP/Qpopper. We've quite a mixture of error messages in the logs, the most worrying of which is that several times we've had a few seconds of "xxx-login: Can't
2005 Sep 22
1
Debian packages of alpha2?
Is anyone maintaining Debian packages of alpha2? The official packages aren't even up to -stable yet. -Ben
2006 Nov 19
0
Security hole #2: Off-by-one buffer overflow with mmap_disable=yes
Version: 1.0test53 .. 1.0.rc14 (ie. all 1.0alpha, 1.0beta and 1.0rc versions so far). 0.99.x versions are safe (they don't even have mmap_disable setting). Problem: When mmap_disable=yes setting is used, dovecot.index.cache file is read to memory using "file cache" code. It contains a "mapped pages" bitmask buffer. In some conditions when updating the buffer it allocates
2005 Aug 14
0
1.0-test80
http://dovecot.org/test/ If nothing new comes up in a few days, this will become the first release in 1.0alpha series. Authentication code got some larger changes, so something might be broken in it. - inotify patch by Johannes Berg - Send untagged FLAGS / PERMANENTFLAGS replies if keywords list changed. - Don't even open mbox file when changing flags and mbox_lazy_writes=yes - Fixed
2005 Sep 07
1
More verbose logging of POP transactions?
Hi all - I'm brand new to dovecot (0.99.14 on freebsd 5) and am just playing with it a bit. POP works just fine, but the only thing that shows up in my logs is this: Sep 7 11:46:25 freebsd5 pop3-login: Login: philip [10.28.61.200] Thought maybe syslog was quietly eating things, but told dovecot to use it's own log file and it didn't improve. Is there a way to turn on more
2005 Sep 18
1
Can't donwload mails with some attacchments
Hi. Does anyone find the same problem with attachments bigger than few Ks? The client (thunderbird) waits for the file to be downloaded. It can be waiting for several minuts and tryies before having it from dovecot. Can it be something against the lock of the file, the processes or something else? Any workaround or bugfix in the stable/alpha rel? thanks. L.
2005 Oct 13
1
after updating to dovecot 1.0a series, nokia 9500 communicator crashes while checking imap mailboxes?
After updating from Dovecot 0.99.x series to Dovecot 1.0A, Nokia 9500 communicator crashes frequently while checking imap mailboxes over wlan? Any ideas? Any people with same problem? Looks like it dovecot relates since, it works with 0.99.x series. -- Eero
2005 Nov 22
2
After restart dovecot do not serves IMAPS anymore
I had to restart computer yesterday and now Dovecot has strange behaviour. Dovecot is running and should serve IMAPS, but client Mozilla Thunderbird cannot connect. I tried openssl s_client -connect localhost:993 and it said only CONNECTED(00000003). A time ago when everything was OK, the listing after connection was "a bit" longer than it is now. I remember there was "OK,
2005 Dec 06
1
Segfault when using multiple servers
Should it be possible to run multiple dovecot servers on the same mailboxes (Maildir in my case)? I've a setup where 2 dovecot 0.99.13 servers write to the same mailboxes, which dovecot apparently does not like too much. Example (using imap): - Login with mail client on server1 - Login with webmail on server2 - Delete a mail using webmail on server2 - Hit send/receive in the mail client
2006 Jan 06
1
Passwd file location
Hi, I am trying to access my passwd file like this: passdb passwd-file { args = /usr/local/etc/vmail/%d/passwd } Is that not possible. I keep getting an error when trying to login. I do not get much in my log files to help me debug it. Thanks, Tracy
2006 Jan 16
1
Imap working, but not Pop3
I'm running Redhat Linux 4.1 and I have dovecot loaded and imap is working. Users can get their mail via squirrelmail. But everytime I try to 'chkconfig ipop3 on' I get the error 'error reading information on service pop3: no such file or directory'. Any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Nov 19
0
Security hole #2: Off-by-one buffer overflow with mmap_disable=yes
Version: 1.0test53 .. 1.0.rc14 (ie. all 1.0alpha, 1.0beta and 1.0rc versions so far). 0.99.x versions are safe (they don't even have mmap_disable setting). Problem: When mmap_disable=yes setting is used, dovecot.index.cache file is read to memory using "file cache" code. It contains a "mapped pages" bitmask buffer. In some conditions when updating the buffer it allocates
2005 Sep 07
1
LF not found and other errors
Hi I have installed dovecot 0.99.14-r1 + postfix 2.1.5-r2 in a gentoo OS Looking into the mail.err log I see the following errors: Sep 6 12:26:23 mail pop3(u0185): Error indexing mbox file /var/spool/mail/u0185: LF not found where expected Sep 6 12:26:23 mail pop3(u0185): Error indexing mbox file /var/spool/mail/u0185: LF not found where expected Sep 6 12:26:23 mail pop3(u0185):
2005 Sep 05
2
Problem in dovecot 0.99 - login username case sensitive create fake maildirs
Hello, I have noticed a weird behaviour in dovecot 0.99 which, I hope, is not replicated in 1.0-alpha. First I have to say that it works very well. So if I login with user foo at bar.com, the maildir is created. But when I log in with User FOO at BAR.COM, or FOO at BAR.com, then two other maildirs are created. Authentication is ok (I'm using mysql backend) but no mails are obviously
2005 Aug 23
2
Wiki of dovecot.conf file
I made yet another new wiki page documenting the mail configuration file. Looks really nice. We can all start working on improving the docs in this file and eventually merge the docs here back into the example config file. http://wiki.dovecot.org/moin.cgi/MainConfig -- Marc Perkel - marc at perkel.com Spam Filter: http://www.junkemailfilter.com My Blog: http://marc.perkel.com