search for: boebel

Displaying 20 results from an estimated 41 matches for "boebel".

2006 Apr 21
3
Bug: maidirsize double counting moved messages
The maildirsize file is double counting messages when moving them from folder to folder when "maildir_copy_with_hardlinks = no": 1024000000000S 99337571 19370 14010590 2 <--- moved from subfolder to subfolder -7005295 -1 14010590 2 <--- moved from subfolder to INBOX -7005295 -1 14010590 2 <--- moved from INBOX to subfolder -7005295 -1 14010590 2 <---
2006 Sep 29
5
SSL errors
I have a Dovecot server set up as a proxy and getting a ton of these errors, but I'm not sure where to begin troubleshooting it. I'm hearing frequently that Outlook users who use IMAP with SSL are getting disconnected often as a result. Any suggestions?... Sep 29 11:12:07 director4 dovecot: imap-login: SSL_accept() failed: error:1409C041:SSL routines:SSL3_SETUP_BUFFERS:malloc failure
2006 Aug 03
3
Dovecot proxy: Too many open files
It appears that when running Dovecot as a proxy-only box with "login_process_per_connection = no", it ignores the value of login_max_logging_users. And in Linux, since each socket requires a file descriptor, if you don't increase the maximum number of open files that each process is allowed to have open, imap-login will reach the 1024 open file limit and start logging the following
2006 Jul 05
1
LIST command ignores "hidden=yes" for default namespace
On Sun, June 11, 2006 1:51 pm, Timo Sirainen <tss at iki.fi> said: > On Mon, 2006-05-08 at 22:03 -0400, Bill Boebel wrote: >I'm not sure if this is a bug or just an undesirable feature, but when I >have our namespace configured to match Courier's "INBOX." functionality, >Dovecot forces me to also define a default namespace (with no prefix). >Without the default namespace defined I g...
2006 Sep 25
1
LIST command ignores "hidden=yes" for default namespace
On Sun, August 6, 2006 7:57 pm, Timo Sirainen <tss at iki.fi> said: > On Wed, 2006-07-05 at 12:04 -0400, Bill Boebel wrote: >> On Sun, June 11, 2006 1:51 pm, Timo Sirainen <tss at iki.fi> said: >> > On Mon, 2006-05-08 at 22:03 -0400, Bill Boebel wrote: >> >I'm not sure if this is a bug or just an undesirable feature, but when I >> >have our namespace configured to match...
2006 Jun 27
2
maildir quota not including INBOX
On Sun, June 11, 2006 1:52 pm, Timo Sirainen <tss at iki.fi> said: > On Thu, 2006-04-20 at 20:02 -0400, Bill Boebel wrote: >The maildir quota plugin doesn't appear to be including the INBOX in the quota > calculation that is reported by GETQUOTAROOT. > >I took a look at the code and it appears that in this file > "src/plugins/quota/quota-maildir.c", the function "maildirsize_re...
2006 Apr 18
3
mountpoint_get broke the quota plugin
Looks like the new mountpoint_get code broke the quota plugin. I am getting this error when trying to start dovecot, using last night's CVS on Red Hat ES3: # service dovecot start Starting Dovecot Imap: Edlopen(/usr/lib/dovecot/imap/lib01_quota_plugin.so) failed: /usr/lib/dovecot/imap/lib01_quota_plugin.so: undefined symbol: mountpoint_get Error: imap dump-capability process returned 22784
2006 Aug 10
4
imap-login (proxy) Connection queue full
When running Dovecot (rc6 CVS dovecot-20060808) as a proxy, why would it log the following when it has not yet maxed out the allowed number of imap-login processes? Aug 10 16:23:34 director5 dovecot: imap-login: Disconnected: Connection queue full: I am seeing this logged several times per minute. From netstat, the server has 650 proxied IMAP connections and 450 proxied IMAPS connections, there
2007 Apr 19
2
dovecot-auth %c variable is not working
In "doc/variables.txt" > For dovecot-auth there are also these variables: > > %c - "secured" string with SSL, TLS and localhost connections. > Otherwise empty. %c does not appear to be working. I am trying to use it in a MySQL query userdb and passdb query and it is always empty string. Timo, any chance you could post a patch that fixes this? Thanks,
2006 May 09
2
Bug: maildirsize not updated when deleting folders
When using maildir++ quotas, if you delete an IMAP folder, the maildirsize file should get updated so that it subtracts the size of the messages that were contained in the deleted IMAP folder. However Dovecot is not doing this, resulting in Dovecot showing an incorrect quota value until the next time the maildirsize file is rebuilt. Bill
2006 Oct 10
3
Out of memory errors
Do these errors indicate a memory leak? I see them in the logs a few times per day on each of our servers, running CVS dovecot-20060924... Oct 8 22:21:30 mail38b dovecot: auth(default): block_alloc(): Out of memory Oct 8 22:21:30 mail38b dovecot: child 6391 (auth) returned error 83 (Out of memory) Oct 9 20:05:05 mail38b dovecot: auth(default): pool_system_realloc(): Out of memory Oct 9
2006 May 30
2
Expunge is not expunging unless called twice--revisited
Hi, I'm running dovecot-1.0.beta8 from FreeBSD ports, using mbox mail store. My problem appears to have come up on the list about a month ago, "Expunge is not expunging unless it is called twice". I ran through Bill Boebel's telnet-IMAP session for myself, and I see that his test case is now fixed (as Timo said), but mutt, for whatever reason, uses +FLAGS.SILENT, and I'm still getting the behaviour in Bill's original problem when I telnet and use +FLAGS.SILENT: 1 OK Logged in. 2 select INBOX * FLAGS (\...
2006 Mar 09
3
Getting maildir++ quotas working
Can somebody post details for how to get maildir++ quotas working in the latest CVS? I have tried but can't get the CAPABILITY string to show "QUOTA"; and the GETQUOTAROOT command is recognized, but returns nothing... 2 GETQUOTAROOT INBOX * QUOTAROOT "INBOX" "" * QUOTA "" () 2 OK Getquotaroot completed. These are the settings I have... am I
2006 Sep 21
7
Big sites using Dovecot
Hi, Are there any big Dovecot sites (say 50,000-100,000) users on this list? What sort of hardware do you use. What sort of problems do you see? Many thanks, Jonathan.
2007 May 16
1
Sorting by Received vs Sent
Looks like in Cyrus, sorting by Received date is faster than sorting by the Sent header date because of the way they use the index and cache files... http://www.emaildiscussions.com/showpost.php?p=419246 Is this the case in Dovecot as well? Bill
2007 Mar 14
0
imap-login (proxy) Connection queue full
On Wed, March 14, 2007 1:57 pm, Timo Sirainen <tss at iki.fi> said: > On Thu, 2006-08-10 at 23:15 -0400, Bill Boebel wrote: >> On Thu, August 10, 2006 5:22 pm, Timo Sirainen <tss at iki.fi> said: >> >> >> Aug 10 16:23:34 director5 dovecot: imap-login: Disconnected: Connection queue >> >> full: >> >> >> >> I am seeing this logged several times per m...
2007 Mar 18
1
Login processes and a new performance/security compromise [was: Re: pre-1.0.rc27: Index and mbox fixes]
On Sat, March 17, 2007 10:51 pm, Timo Sirainen <tss at iki.fi> said: > Oh, and as for when the rewrite is in CVS, I'm not really sure. I'm > still wondering if I should put it there soon and make the release after > v1.0 be v2.0, or if I should first stabilize the current new CVS HEAD > features (which shouldn't take too long), do a v1.2 release and only > then
2007 Feb 27
1
Fwd: RE: pid stamp on log entries?
On Feb 26 2007, Bill Boebel wrote: >On Mon, February 26, 2007 2:40 pm, bhayden at umn.edu said: > >> Hi folks. Is there a way to modify the log stamp to include pid as well >> as time? > >Take a look at http://wiki.dovecot.org/Variables > >%p = pid > >I use: mail_log_prefix = "%Us(%...
2006 Feb 15
1
imap_capability setting
In src/master/master-settings.c, there is a config variable "imap_capability" that is read in from the conf file... but in the rest of the code it looks like that variable is never used. I assume this is there for future use, but just wanted to confirm that the code not using it was intentional. Since we are using Dovecot as an IMAP proxy for a Courier backend (for now), we need to
2006 Feb 16
1
rawlog for Dovecot proxies
...unning Dovecot as a front-end proxy for other IMAP servers? If so, how?... I couldn't figure it out. Or is there another debug setting that can give me this information? If not, what is the best method to sniff the IMAP session for debugging a proxy?... ethereal? Thanks, Bill -- http://billboebel.typepad.com/