Displaying 3 results from an estimated 3 matches for "schmonz".
2008 Jan 31
2
viewing a subset of folders in dumb IMAP clients
I have several dozen IMAP folders (stored as Maildir++). When I'm on
the go with my iPhone, I only want to see a few of them.
My naive solution that didn't work:
1) create an alternate login that yields my existing permissions and
mail folder, but stores its own version of metadata
2) configure the iPhone to use that login
3) subscribe to the folders I want
I test-drove the
2008 Jun 24
4
1.0.14 -> 1.1.1: dovecot-uidlist errors
...ew format. The old format is automatically converted to new one."
When I try to delete a message (which moves it to the IMAP Trash
folder), I get the following looping sequence of errors until I cancel
the delete operation in the mail client:
-----
Jun 24 12:22:13 chicken-ac dovecot: IMAP(schmonz):
fdatasync_path(/home/schmonz/Maildir/.Trash/cur) failed: Bad file descriptor
Jun 24 12:22:13 chicken-ac dovecot: Panic: IMAP(schmonz): file
maildir-uidlist.c: line 1217 (maildir_uidlist_sync_update): assertion
failed: (ctx->first_unwritten_pos != (unsigned int)-1)
Jun 24 12:22:13 chicken-ac...
2007 Feb 28
1
relay-ctrl works
In case anyone still cares, relay-ctrl works with Dovecot. Dovecot's
end of the bargain requires a dirty little script to set TCPREMOTEIP
based on the arguments passed from imap-login:
#!/bin/sh
TCPREMOTEIP=`echo "$@" | sed -e 's|.* ||' -e 's|]$||'`
export TCPREMOTEIP
exec "$@"
And this (long) line in dovecot.conf:
mail_executable: envdir