Mark Heer wrote:
>
>mm_cfg.py:
>PUBLIC_EXTERNAL_ARCHIVER = 'ssh -e none -i $HOME/.ssh/archkey [EMAIL
>PROTECTED] %(listname)s'
>PRIVATE_EXTERNAL_ARCHIVER = 'ssh -e none -i $HOME/.ssh/archkey [EMAIL
>PROTECTED] %(listname)s'
>
>
>error log:
>return Mailbox.Mailbox(open(afn, 'a+'))
>IOError: [Err
Hello,
I can run the following ssh from the command line and it works, yet when I set
the config for external archive mailman is ignoring the config option and
attempts to archive on the local machine. After I updated mm_cfg.py I did a
mailmanctl restart
and restarted mailman from rc3.d dir