Re: [Mailman-Users] is it possible to set up mailman on a host without a MTA?

2007-10-20 Thread Dennis Putnam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 02:32 PM 10/20/2007, you wrote: >All right, I forgot about fetchmail. > >Was something non-standard needed to make mailman work with fetchmail/cron? > > >-- >Tomasz Chmielewski >http://wpkg.org No. It was a little tricky to set things up so my I

Re: [Mailman-Users] is it possible to set up mailman on a host without a MTA?

2007-10-20 Thread Tomasz Chmielewski
Dennis Putnam schrieb: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > At 06:36 AM 10/20/2007, you wrote: >> Is it possible to set up mailman on a host without a MTA? >> >> I imagine mailman could easily send emails through an external MTA, and >> receive email using externam pop3 or imap ac

Re: [Mailman-Users] is it possible to set up mailman on a hostwithout a MTA?

2007-10-20 Thread Mark Sapiro
Dennis Carr wrote: >On Sat, 20 Oct 2007 12:36:18 +0200 >Tomasz Chmielewski <[EMAIL PROTECTED]> wrote: > >> Is it possible to set up mailman on a host without a MTA? >> >> I imagine mailman could easily send emails through an external MTA, >> and receive email using externam pop3 or imap account -

Re: [Mailman-Users] is it possible to set up mailman on a host without a MTA?

2007-10-20 Thread Dennis Carr
On Sat, 20 Oct 2007 12:36:18 +0200 Tomasz Chmielewski <[EMAIL PROTECTED]> wrote: > Is it possible to set up mailman on a host without a MTA? > > I imagine mailman could easily send emails through an external MTA, > and receive email using externam pop3 or imap account - however, I > didn't find m

Re: [Mailman-Users] : Problem Running mailman

2007-10-20 Thread Mark Sapiro
QA Engg wrote: > > 2.2 Create the Installatio Directory > 1. > > You cannot install Mailman on a filesystem that is mounted with > the nosuid option not gettting the meaning of set to group > 2. > > cd $prefix > > 3. > > chgrp mailman . > > 4. > > chmod

Re: [Mailman-Users] is it possible to set up mailman on a host without a MTA?

2007-10-20 Thread Dennis Putnam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 06:36 AM 10/20/2007, you wrote: >Is it possible to set up mailman on a host without a MTA? > >I imagine mailman could easily send emails through an external MTA, and >receive email using externam pop3 or imap account - however, I didn't >find many

[Mailman-Users] is it possible to set up mailman on a host without a MTA?

2007-10-20 Thread Tomasz Chmielewski
Is it possible to set up mailman on a host without a MTA? I imagine mailman could easily send emails through an external MTA, and receive email using externam pop3 or imap account - however, I didn't find many hints about such setup in the fine documentation. Any clues? -- Tomasz Chmielewski

[Mailman-Users] Fwd: : Problem Running mailman

2007-10-20 Thread QA Engg
-- Forwarded message -- From: QA Engg <[EMAIL PROTECTED]> Date: Oct 20, 2007 2:57 PM Subject: [Mailman-Users] : Problem Running mailman To: Mailman-Users@python.org Cc: [EMAIL PROTECTED] Hi, 2.1 Set up your system 1. Add the group and User *groupadd mailman :-* gr

[Mailman-Users] : Problem Running mailman

2007-10-20 Thread QA Engg
Hi, 2.1 Set up your system 1. Add the group and User *groupadd mailman :-* groupadd: group mailman exists *useradd -c''GNU Mailman'' -s /no/shell -d /no/home -g mailman mailman :- * no error but shows details about the command Useradd 2. Create the istallation Directory