Displaying 5 results from an estimated 5 matches for "segosha".
2008 Jul 23
3
openbsd macppc
i run my server (web, email, calendar, etc.) off a mac mini ppc.
it's a beautiful thing for our modest needs (quiet, low power,
stable), but i'm looking at switching it to a vanilla bsd. has
anyone tried dovecot on an openbsd (or similar) install for macppc?
-SM-
2007 Nov 08
1
IDLE with Leopard Mail
imap IDLE is now built into the apple mail client in Leopard
(finally!!). anyone looked at compatibility issues with dovecot?
-SM-
2006 Aug 24
0
getting dovecot unwedged
I'm having a problem with the dovecot server. I've upgraded to 1.0rc7
to no avail. My naive view is that a cache file is corrupt, or a lock
file cannot be unset.
Certain mailboxes cannot be accessed to read or write. Checking the
process, the server looks stuck in an infinite poll/wait loop.
telnetting directly to the
server shows that things are definately amiss, though the original
2006 Sep 27
2
LDA directly to Maildir/cur
i'm tired of dealing with buggy clients so i'm moving more processing
into the server-side. i configured procmail as LDA with maildir-style
mailboxes. i would like to simulate an automatic "mark as read" feature
during procmail processing. simplest way looks to be forcing delivery
directly to Maildir/cur instead of Maildir/new, but i suspect this may
screw up dovecot. will
2009 Oct 06
3
backup using rsync
i'm trying to backup the dovecot Maildir files over a cifs share.
source is a debian build, share is a readynas. i've been getting
rsync: mkstemp 'filename goes here' failed: Not a directory (20)
errors. rsync is v3.0. i believe this is related to the dovecot
file naming convention that includes characters such as ':' in the
filename. anyone else seeing