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)
11 lines
537 B
INI
11 lines
537 B
INI
--- src/mailman/config/postfix.cfg.orig 2017-08-10 03:04:28 UTC
|
|
+++ src/mailman/config/postfix.cfg
|
|
@@ -5,7 +5,7 @@
|
|
# db file, from the associated plain text files. The file being updated will
|
|
# be appended to this string (with a separating space), so it must be
|
|
# appropriate for os.system().
|
|
-postmap_command: /usr/sbin/postmap
|
|
+postmap_command: /usr/local/sbin/postmap
|
|
|
|
# This variable describes the type of transport maps that will be generated by
|
|
# mailman to be used with postfix for LMTP transport. By default, it is set to
|