Thanks for the pointer Mark.
I've edited mailman.cfg as follows and all is well.
[paths.local] var_dir: /var/tmp/mailman bin_dir: /usr/local/bin log_dir: $var_dir/logs lock_dir: $var_dir/locks data_dir: $var_dir/data cache_dir: $var_dir/cache etc_dir: $var_dir/etc messages_dir: $var_dir/messages archive_dir: $var_dir/archives template_dir: $var_dir/templates pid_file: $var_dir/master.pid lock_file: $lock_dir/master.lck
[mailman] layout: local
Best, Mark
On 8/2/19 2:03 am, Mark Sapiro wrote:
On 2/6/19 9:58 PM, Mark Dale wrote:
Hi All,
On a new installation (pip), when starting Mailman it seems it cannot find the "master" file. Have I missed a configuration somewhere that tells it to look in "/usr/local/bin" rather than "/usr/bin"?
See <http://docs.mailman3.org/en/latest/config-core.html#configuring-filesystem-paths>.