summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSergey Lukin <sergej.lukin@gmail.com>2015-09-14 15:32:39 +0300
committerSergey Lukin <sergej.lukin@gmail.com>2015-09-14 16:17:22 +0300
commitebf801ed672b13c2081288e0d54ff067ba386af2 (patch)
treedffbbe9b7e829b54e5f22c773fe2264a4fe08fe8 /README
downloadlists.alpinelinux.org-master.tar.bz2
lists.alpinelinux.org-master.tar.xz
initial commitHEADmaster
Diffstat (limited to 'README')
-rwxr-xr-xREADME31
1 files changed, 31 insertions, 0 deletions
diff --git a/README b/README
new file mode 100755
index 0000000..ccabca2
--- /dev/null
+++ b/README
@@ -0,0 +1,31 @@
+
+/etc/periodic/15min/hyperarchives
+ cron job that periodically recreate the mail archive
+ packages needed:
+ hypermail lua lua-posix
+
+/etc/hypermail/hmrc
+ hypermail config
+
+/etc/hypermail/mdir2mbox.lua
+ lua script to convert maildir to mbox format
+
+/var/spool/mlmmj/*/archive/
+ the mlmmj archives in maildir format
+ postfix sends mails to pipe, mlmmj
+ mail files are saved into
+ /var/spool/mlmmj
+
+/var/www/domains/lists.alpinelinux.org/www
+ mail archive in html (created by /etc/periodic/15min/hyperarchives)
+ running webserver:
+ busybox httpd -p 80 -h /var/www/domains/lists.alpinelinux.org/www/
+
+
+
+
+
+
+
+
+