summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2003-07-26add fml/etc/default_config.cf.en as a variable expansion targetfukachan
2003-05-06search spamassassin, spamd and spamc, and set path_${it} for furtherfukachan
extension.
2003-03-23cosmetic changesfukachan
2003-03-16remove fmlthread.fukachan
"fmlthread ..." -> "fml $ml thread ..."
2003-03-15remove fmlspoolfukachan
2003-03-14fmlerror is obsolete.fukachan
2003-03-14fmlsummary is obsolete.fukachan
2003-03-14fmlsuper is obsolete.fukachan
use "makefml mailq $ml" instead of fmlsuper to show outgoing mail queue.
2003-01-28substitute and generate install.pl and fml/etc/install.cf.fukachan
in addition, chmod 755 install.pl.
2003-01-05prepare "fml" command for convenience.fukachan
It is same as makefml except for the argument order. 1. fml $ml $command options 2. makefml $command $ml options
2003-01-05add fmlerrorfukachan
2003-01-02add fmlsuperfukachan
2002-12-31+AC_PATH_PROG(SUM, sum)fukachan
+AC_PATH_PROG(DIGEST, digest) +AC_PATH_PROG(GZCAT, gzcat) +AC_PATH_PROG(MAKEMAP, makemap)
2002-11-26enable fmlsummaryfukachan
2002-11-07implement fmladdr command, which shows all users and aliases.fukachan
2002-10-31configure --with/without-mime-component-filterfukachan
2002-09-09fix typofukachan
2002-06-30search path for less, more, w3mfukachan
2002-05-28search postmapfukachan
2002-04-25new utility: fmlalias e.g. shows not only fml but all alias entriesfukachan
2002-04-24search postconffukachan
2002-04-23search path for newaliases, postfix, postaliasfukachan
2002-04-21enable perl -w by defaultfukachan
2002-04-20--with-warning if you use perl -w. disabled -w by defaultfukachan
2002-04-15add a new utility: fmlspool to handle spool directoryfukachan
2002-04-01generate and install site_default_config.cffukachan
2002-04-01speculate default domainfukachan
2002-04-01show info: datadir: $datadirfukachan
2002-03-24search ls commandfukachan
2001-12-18fix help messagefukachan
2001-12-11clean up informational messagefukachan
2001-12-11enable --with-fmlconfdir=$prefix/etc/fmlfukachan
2001-12-11enable group specified by ./configure --with-fml-group=$GROUPfukachan
2001-11-27create fml/etc/default_config.cf.ja, so paths.cf is depcrecatedfukachan
2001-11-18speculate useful program paths, which includes not mandatory programsfukachan
2001-11-17 --with-mlspooldir=DIR use DIR instead of /var/spool/mlfukachan
--with-fml-owner=USER use USER instead of fml
2001-11-17AC_REVISION($FML$) - ($Revision$)fukachan
2001-11-12apply configure for fml/bin/fukachan
2001-11-12configure creates fml/etc/main.cffukachan
chmod +x loader
2001-11-12we use autoconf now. define prototypefukachan