[plug] majordomo
Anthony J. Breeds-Taurima
tony at cantech.net.au
Tue Dec 22 15:08:30 WST 1998
On Tue, 22 Dec 1998, David Campbell wrote:
> > > 2. How easy is it for basic administration duties to be handled by the
> > > client? I've heard of something called majorcool, web-based interface...
> > > any comments?
> >
> > .... I've found that majordomo comes with all the admin tools you need excpet
> > vi. I havn't heard of nor seen majorcool
>
> Side question Tony, how did you set up your web searchable mail archive?
I created a new alias called plug-mail-archive and then subscribed that to
plug. The alias consists of:
plug-mail-archive: "|/home/tony/PLUG/bin/archive"
"archive" consists of:
#!/bin/sh
My_DATE=`/bin/date +"%m-%Y"`
cat - >> ~tony/Plug/Mail/mail.text.${My_DATE}
I know this isn't the best way BUT it works and is maintenance free.
The search script is just a very basic perl script.
The other stuff such as apache config etc etc was very simple.
Yours Tony.
More information about the plug
mailing list