Displaying 20 results from an estimated 9000 matches similar to: "Renames across namespaces"
2008 Jul 11
0
Subject: Re: nfs_flush errors
dovecot-request at dovecot.org wrote:
> From: Dean Brooks <dean at iglou.com>
> Subject: Re: [Dovecot] nfs_flush errors
> To: dovecot at dovecot.org
> Message-ID: <20080711050942.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
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:
2006 Apr 10
1
[patch] MD5 variable modifier
Hello,
I've taken a different (better) approach to getting tpop3d-compatible
UIDLs: the first attached patch (...md5_modifier.diff) adds a variable
expansion modifier (%M) to return the md5sum of the expanded variable in
hex. With the patch, you can get tpop3d-compatible UIDLs by setting
pop3_uidl_format to %Mf.
While testing interactions with other modifiers (e.g. %MUf to get the
md5sum in
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:
2006 Mar 20
0
[patch] support tpop3d-style UIDLs
Hello,
I've attached a patch that adds an additional expando to
pop3_uidl_format. The additional expando (%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
2007 Jun 29
0
wiki.dovecot.org double-escapes capcha info
The "capcha" on wiki.dovecot.org seems to be double-escaping HTML
entities in the informational message, such that the wiki displays
"Captcha to prevent wiki spam, write <strong>Dovecot</strong>
here:" [sic.] When I dutifully entered "<strong>Dovecot</strong>," it
didn't work, saying "<span class="error">You didn't
2006 Aug 23
5
Preliminary 3.0.23c patch for testing and review
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Folks,
I've upload the preliminary patch against 3.0.23b that will
become 3.0.23c so people can do full testing against what
we hope to be the release code. Note that the reported version
in the patch is 3.0.23c-gwc-1 to prevent confusion from the
final 3.0.23c release.
You can download the gzipped patch file from
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.
#
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 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 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 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
2006 Apr 12
3
1.0.beta6 released
Fixes, mostly:
* The login and master usernames were reversed when using
master_user_separator (now the order is UW-IMAP compatible).
* Killing dovecot master process now kills all IMAP and POP3
processes also.
+ -a parameter to dovecot prints now all settings that Dovecot uses.
-n prints all settings that are different from defaults.
+ Added pop3_lock_session setting
+ %M modifier
2006 Apr 12
3
1.0.beta6 released
Fixes, mostly:
* The login and master usernames were reversed when using
master_user_separator (now the order is UW-IMAP compatible).
* Killing dovecot master process now kills all IMAP and POP3
processes also.
+ -a parameter to dovecot prints now all settings that Dovecot uses.
-n prints all settings that are different from defaults.
+ Added pop3_lock_session setting
+ %M modifier
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
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
2011 May 20
1
Multiple count if style "queries"
Dear List,
I am looking to calculate two things from my data frame and was after some advice. For the example below i want to know.
1. How many unique Orders/Families and Genera there are per eco-name
2. How many incidences are there for each Order/Family and Genus there are per eco-region
I have 650 econame.
I.e for Biak-Numfoor rain forests there are 2 orders, 2 families and two genera.
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