mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Mailman is free software for managing electronic mail discussion and e-newsletter lists. Mailman is integrated with the web, making it easy for users to manage their accounts and for list owners to administer their lists. Mailman supports built-in archiving, automatic bounce processing, content filtering, digest delivery, spam filters, and more. WWW: http://www.list.org/ PR: 225543 Submitted by: Charlie Li <ml+freebsd@vishwin.info> (with changes from pi)
8 lines
410 B
INI
8 lines
410 B
INI
--- src/mailman/config/mhonarc.cfg.orig 2017-03-28 19:07:28 UTC
|
|
+++ src/mailman/config/mhonarc.cfg
|
|
@@ -24,4 +24,4 @@ base_url: http://$hostname/archives/$fqdn_listname
|
|
|
|
# If the archiver works by calling a command on the local machine, this is the
|
|
# command to call.
|
|
-command: /usr/bin/mhonarc -outdir /path/to/archive/$listname -add
|
|
+command: /usr/local/bin/mhonarc -outdir /path/to/archive/$listname -add
|