Re: [Mailman-Users] PUBLIC_EXTERNAL_ARCHIVER directive ignored

2008-04-02 Thread Mark Sapiro
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

[Mailman-Users] PUBLIC_EXTERNAL_ARCHIVER directive ignored

2008-04-02 Thread Mark Heer
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

Re: [Mailman-Users] PUBLIC_EXTERNAL_ARCHIVER

2005-06-27 Thread Mark Sapiro
Jean-Philippe GIOLA wrote: > >I try to use the option PUBLIC_EXTERNAL_ARCHIVER but it doesn't work. > >I have add this line in mm_cfg.py : PUBLIC_EXTERNAL_ARCHIVER = 'cat > >/home/users/jean-philippe_giola/mailman-archive' >so I want to store a mail that is sent in a the >"/home/users/jean-philip

[Mailman-Users] PUBLIC_EXTERNAL_ARCHIVER

2005-06-23 Thread Jean-Philippe GIOLA
Hi all! I try to use the option PUBLIC_EXTERNAL_ARCHIVER but it doesn't work. I have add this line in mm_cfg.py : PUBLIC_EXTERNAL_ARCHIVER = 'cat > /home/users/jean-philippe_giola/mailman-archive' so I want to store a mail that is sent in a the "/home/users/jean-philippe_giola/mailman-archive"