Displaying 3 results from an estimated 3 matches for "salz".
Did you mean:
salt
2005 Aug 04
2
postfix+dovecot+sieve?
Quick newbie question... is anybody using postfix+dovecot+sieve?
Postfix doesn't natively support Sieve, and neither does Dovecot, so I'm
not quite sure how to simply add Sieve to my configuration. Thanks in
advance...
- Jon
2002 May 07
0
Fixing exclude/exclude wildcard handling
Here's a first cut at replacing the fnmatch() call with some code that
knows how to distinguish "**" from "*" and also knows how to match at
the tail-end of the path (at any point following a slash). The new
function is based on Rich Salz's wildmat() code, which means that it
doesn't currently handle "[::alpha::]" style character classes. If we
want that added, we could probably merge some of the lib/fnmatch.c code
into this.
See if you like this. I tested the new function with a simple wildmat
test suite that I...
2002 Jan 15
9
Ext3 vs. Reiser?
Hi!
I was just wondering how Ext3 and Reiserfs compare. When I reinstalled my
server (because of a stupid hacker) I took the opportunity to change to
ReiserFS. And I have to say it's really much faster than Ext3.
I don't have benchmarks, but for example, stuff like "make dep" on the linux
kernel is much faster (even though I had enabled write cache when I was
using ext3).
So