diff options
author | Sergey Lukin <sergej.lukin@gmail.com> | 2015-09-14 15:32:39 +0300 |
---|---|---|
committer | Sergey Lukin <sergej.lukin@gmail.com> | 2015-09-14 16:17:22 +0300 |
commit | ebf801ed672b13c2081288e0d54ff067ba386af2 (patch) | |
tree | dffbbe9b7e829b54e5f22c773fe2264a4fe08fe8 /README | |
download | lists.alpinelinux.org-master.tar.bz2 lists.alpinelinux.org-master.tar.xz |
Diffstat (limited to 'README')
-rwxr-xr-x | README | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -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/ + + + + + + + + + |