Displaying 3 results from an estimated 3 matches for "casar".
Did you mean:
casa
2015 Apr 05
2
Using dovecot to serve an email archive
I have a collection of old email messages,
archived as follows:
1) One file per message.
2) Messages (=files) distributed in
a hierarchy of dirs under mailarch.
3) Each file (=message) uses the name
<seconds>.R<sha1>.mail
Here
<seconds> is the date of the message,
expressed as the number of seconds
from 1-1-1970 00:00 in 10 digits, and
<sha1>
2015 Apr 05
0
Using dovecot to serve an email archive
Am 2015-04-05 um 19:12 schrieb Ram?n Casares:
> Now I am looking for an IMAP server
> that can serve this collection
> in a read-only (ro) manner. That is,
> the server should not write
> the mailarch dir at all.
Dovecot ACL might be what you want?
http://wiki2.dovecot.org/ACL
Probably still writes indices?
--
peter
2008 Dec 06
0
syslinux 3.72 fails where 3.71 didn't
I have written a bash script (see below) to generate bootable SD-USB
images using syslinux as booter. The script works OK with versions
3.63 and 3.71, but I get a null pointer error executing
/tmp/$SYSLINUX/linux/syslinux -sf -o 16384 SD.img
in 3.72.
If you execute
$ sudo sh SDformat.sh sys
then you can test the image easily with qemu
$ qemu -hda SD.img
++++++ SDformat.sh