mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -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)
24 lines
627 B
INI
24 lines
627 B
INI
--- src/mailman/config/mailman.cfg.orig 2018-01-22 20:19:40 UTC
|
|
+++ src/mailman/config/mailman.cfg
|
|
@@ -34,14 +34,17 @@ var_dir: $cwd/var
|
|
[paths.fhs]
|
|
# Filesystem Hiearchy Standard 2.3
|
|
# http://www.pathname.com/fhs/pub/fhs-2.3.html
|
|
-bin_dir: /sbin
|
|
+bin_dir: /usr/local/bin
|
|
var_dir: /var/lib/mailman
|
|
queue_dir: /var/spool/mailman
|
|
log_dir: /var/log/mailman
|
|
-lock_dir: /var/lock/mailman
|
|
-etc_dir: /etc
|
|
-ext_dir: /etc/mailman.d
|
|
+lock_dir: /var/spool/lock/mailman
|
|
+etc_dir: /usr/local/etc
|
|
+ext_dir: /usr/local/etc/mailman.d
|
|
pid_file: /var/run/mailman/master.pid
|
|
+
|
|
+[paths.home]
|
|
+var_dir: /usr/local/mailman
|
|
|
|
[language.en]
|
|
|