# mailman-bundler/deployment/mailman.cfg # changes are site_owner, [database] and [shell] # This is the absolute bare minimum base configuration file. User supplied # configurations are pushed onto this. [mailman] # This address is the "site owner" address. Certain messages which must be # delivered to a human, but which can't be delivered to a list owner (e.g. a # bounce from a list owner), will be sent to this address. It should point to # a human. site_owner: mailman@mailman3.org layout: here [paths.here] # Everything in the same directory var_dir: /opt/mailman/mailman-bundler/var [database] class: mailman.database.postgresql.PostgreSQLDatabase #url: postgres://mailman:mailman-db-password@localhost/mailman url: postgres://mailman:db_passwd@localhost/mailmanweb [archiver.hyperkitty] class: mailman_hyperkitty.Archiver enable: yes configuration: /opt/mailman/mailman-bundler/deployment/mailman-hyperkitty.cfg [archiver.prototype] enable: yes [shell] history_file: $var_dir/history.py #[logging.database] #level: debug