search for: uofw

Displaying 4 results from an estimated 4 matches for "uofw".

Did you mean: ufw
2006 Mar 01
1
Patch to src/auth/mech-gssapi.c
This bug causes a segfault when compiled against heimdal, but not MIT krb5. Either way, I think this code is correct. HTH. ---------------------------------------------------------------------- | Jim Hranicky, Senior SysAdmin UF/CISE Department | | E314D CSE Building Phone (352) 392-1499 | | jfh at cise.ufl.edu
2006 Aug 24
2
Messages not expunged
...server (which we currently run) and Dovecot on a IBM AIX system. I created a 50M mailbox, made up of 262 msgs. I'm using a Perl Script with the imap::client module to fetch each message and then flag it for deletion. At the end of the test, I run an expunge to delete all the messages. UofW imap server ran fine, messages gone. With dovecot I found the messages were not being expunged. The log indicated they were, but then said 262 messages existed at the end. After more checking, I found the file system I was using was low on disk space (<50M). As soon as I added more disk spac...
2003 Apr 17
1
Corrupt mbox handling
I've found that if an mbox file has two consecutive 'From' delimiters, I get the error: pop3(user): Error indexing mbox file /var/spool/mail/user: LF not found where expected UofW apparently ignores the second 'From' silently. I've been trying to run dovecot in gdb to get more details on exactly what is happening, but I haven't quite mastered the art of attaching to the pop3 process between the login process completing and it exiting. Is there some trick to...
2006 Feb 27
2
Error "make install" of dovecot 1.0b3
...t lee dovecot-1.0.beta3]# uname -a Linux lee.calldei.com 2.6.11-1.27_FC3 #1 Tue May 17 20:27:37 EDT 2005 i686 athlon i386 GNU/Linux CPU: x86 Filesystem: standard linux fs. FYI: the "other problem" is I had to modify main.c to listen on alternate ports because I cant shut down my current UofW IMAP server to test this one ... ------- mkdir -p -- /usr/local/lib/dovecot/imap /usr/local/lib/dovecot/pop3 /usr/local/lib/dovecot/lda for d in imap pop3 lda; do \ rm -f /usr/local/lib/dovecot/$d/lib02_trash_plugin.so; \ ln -s ../lib01_convert_plugin.so /usr/local/lib/dovecot/$d; \ done l...