search for: bluecherry

Displaying 20 results from an estimated 31 matches for "bluecherry".

2008 Jul 11
0
Subject: Re: nfs_flush errors
...050942.GA11555 at iglou.com> > Content-Type: text/plain; charset=us-ascii > > On Thu, Jul 10, 2008 at 05:20:21PM -0700, Hans Wunsch wrote: > > Date: Fri, 11 Jul 2008 01:09:42 -0400 >> Message: 7 Date: Wed, 09 Jul 2008 09:30:13 -0400 From: Ben Winslow >> <rain at bluecherry.net> Subject: Re: [Dovecot] nfs_flush errors To: >> dovecot at dovecot.org Message-ID: <4874BD65.1010905 at bluecherry.net> >> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hans Wunsch >> wrote: >> >> >>>> I'm looking for...
2008 Jul 08
4
nfs_flush errors
I'm looking for some help with an nfs error that is filling our logs. I get a constant stream of these messages: Jul 8 10:47:08 servername dovecot: [ID 107833 mail.error] IMAP(username): nfs_flush_file_handle_cache_dir: rmdir(/var/mail) failed: Device busy I have two dovecot IMAP servers. All mailboxes are NFS mounted. The INBOX is /var/mail and the rest are in
2008 Nov 07
0
Renames across namespaces
...looking at the code. Is there any chance cross-namespace (and even cross-storage _type_) wouldn't eventually be supported? (I guess that the big problem is making cross-type renames appear atomic to clients.) Is there a better way to do what I'm trying to do? -- Ben Winslow <rain at bluecherry.net>
2008 Nov 22
1
OT: Run Sieve On A Mailbox Manually
(Apologies for being offtopic.) The subject basically says it all...does anyone know of a tool to run a sieve script on a mailbox (in particular, Maildirs) manually? Ideally, I'd like to do it without adding a bunch of new headers to the mail. So, could I just do a find (or for-loop, if it was just one maildir) command and pipe all the mails into deliver..? Thanks, Neil.
2007 Jun 29
0
wiki.dovecot.org double-escapes capcha info
...;You didn't provide the correct captcha. Use the browser's Back button and try again, or register an account to avoid this.</span>" [sic] It took a few minutes for me to realize what was going on and simply enter "Dovecot" for the capcha... -- Ben Winslow <rain at bluecherry.net> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 827 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20070629/fce66100/attachment-0002.bin>
2007 Jun 29
0
Document variable modifiers in pop3_uidl_format
Attached is a trivial patch to document the fact one can use variable modifiers in pop3_uidl_format. -- Ben Winslow <rain at bluecherry.net> -------------- next part -------------- A non-text attachment was scrubbed... Name: uidl-modifiers.diff Type: text/x-patch Size: 810 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20070629/57f8e696/attachment-0004.bin> -------------- next part -------...
2007 Mar 09
4
mail archive
I'd like to download a complete mail archive so that I can browse for problems concerning Mulberry. Is this possible, or can I only get them in monthly gulps? Cheers, Terry. --
2006 Mar 20
0
[patch] support tpop3d-style UIDLs
...ndo (%M) expands to the md5sum of the filename (which is already available via %f.) This UIDL style is compatible with tpop3d when using Maildir. The patch is against dovecot 1.0 beta3, and I'd love to see it be merged into the official tree. Comments welcome. -- Ben Winslow <rain at bluecherry.net> -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-1.0.beta3-tpop3d_uidl.diff Type: text/x-diff Size: 4571 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20060320/672fd8a8/attachment.bin>
2006 Nov 13
1
my_strncasecmp ignores max_chars
my_strncasecmp ignores the length parameter, which breaks all sorts of things on platforms where the function actually gets used. Trivial patch attached. -- Ben Winslow <rain at bluecherry.net> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: compat.c.diff URL: <http://dovecot.org/pipermail/dovecot/attachments/20061113/65ea33ff/attachment.pl> -------------- next part -------------- A non-text attachment was scrubbed... Na...
2006 Mar 28
4
Setting a Default Domain
I'm working on migrating to Dovecot. At the moment, I have a mail path that includes the domain, so I'm using %d to get that. However, if users authenticate without specifying a domain (i.e. using "bob" instead of "bob at wiktel.com"), then %d expands to nothing. I'd like to have that expand to a default domain (wiktel.com) instead. Is that possible? Thanks,
2006 May 24
1
Client workaround?
I have a phone (LG CU320) with a built-in IMAP client. However, it has some issues. For one, the phone crashes if there are greater than some-as-of-yet-determined-number-of folders. That can't be worked around at the server, but this one can: After a long session of staring at tcpdump, it appears that when it logs in it does so like this: a001 LOGIN "username" myPassword
2008 Nov 11
2
Dovecot master process
We are running into a situation where Dovecot master is simply trying to do too much. It some situations, we are finding that there are times in which it cannot service requests. Restarting Dovecot seems to help in these situations, possibly due to the fact that it no longer has to manage its THOUSANDS of file descriptors for pipes to the many imap/proxy processes that it uses for logging. Is
2007 Jul 05
2
dovecot.conf pop3_uidl_format
From the Dovecot 1.0.1 sample dovecot.conf file: # If you want UIDL compatibility with other POP3 servers, use: # UW's ipop3d : %08Xv%08Xu ... # Note that Outlook 2003 seems to have problems with %v.%u format which was # Dovecot's default, so if you're building a new server it would be a good # idea to change this. %08Xu%08Xv should be pretty fail-safe. #
2006 Apr 10
1
[patch] MD5 variable modifier
...to add a space between the server greeting and the APOP challenge. I think it looks better when telnetting to the server to diagnose something, and since spaces are stripped from the end of the login_greeting, editing the code is the only way to add the space. Cheers, -- Ben Winslow <rain at bluecherry.net> -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-1.0.beta5-md5_modifier.diff Type: text/x-patch Size: 985 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20060410/52bada10/attachment.bin> -------------- next...
2007 Oct 27
2
Resource temporarily unavailable
Hello, Im using dovecot for ages and im happy.. but at now strange things happens: mutt returns: Error talking to localhost (Connection reset by peer) so i started telnet: alnagon ~ % telnet localhost 143 Trying 127.0.0.1... Connected to alnagon.localnet.cz. Escape character is '^]'. * OK Dovecot ready. 1 login karpi blablabla 1 OK Logged in. Connection closed by foreign host. Last
2006 May 01
2
Dovecot and NFS with file locking
Greetings all, I'm trying to get an understanding of a problem we are facing here. We're currently running dovecot 1.0-beta3 and have a long standing issue of system crashes on our mail server (Debian Linux 2.4.27-2-k7-smp). Here's what is happening: The machine hangs and the system load climbs as high as 80.0+. Yet, the system response is not effected. Command line is still
2009 Nov 10
3
UTF-8 mailbox names in filesystem
Currently mailbox names are stored in IMAP's modified-UTF-7 format in filesystem. I was wondering about changing this in v2.0. The default would still be to use mUTF-7 in filesystem, but just adding :UTF8 or something to mail_location could enable UTF-8. Any thoughts? Could this be dangerous somehow? UTF-8 enables a lot of weird characters, perhaps no one really wants to see them on
2007 Aug 02
2
how to "authenticate plain" ???
Hello list, my name is Steven and of course: I got a problem... we are using dovecot 0.99 because it?s the actual stable version for RedHat 4 Enterprise. I am trying to authenticate using "PLAIN" but I don?t know how. that?s what I am doing: telnet conny.MYDOMAIN.de 143 Trying IP.AD.RE.SS... Connected to conny.MYDOMAIN.de. Escape character is '^]'. * OK dovecot ready. a1
2009 Aug 09
4
More effective mailbox fetching over high RTT link
Could you offer some suggestion how to fetch mailbox content over high RTT link (with negligible packet loss)? Currently I use IMAP+IDLE *but* it fails to use full available bandwidth due to high RTT and "send command wait for response" nature of POP3 and IMAP4 protocols. -- [pl>en: Andrew] Andrzej Adam Filip : anfi at onet.eu Learning without thought is labor lost; thought
2006 May 05
4
Recommended FS for Dovecot Maildir
Hi, I've heard that for Dovecot/Mailir systems there are filesystems that are optimised for the situation of many small files in one folder. Could I possibly have some feedback on what the recommended filesystems are? I've heard of ReiserFS but was wondering what other options there are and how they compare. If I get a good comprehensive response I'll build a wiki summary page