[Mailman-Users] failed to send out message when posting to a list

2006-12-03 Thread Jana Nguyen
Hi, I'm using postfix with mailman and I can't post mail to the mailing list. I can subscribe to a list, both I and the owner of the mailing list get an email notifications. But I do not receive email when posting to any of the mailing list that I created. I've checked the duplication email opt

[Mailman-Users] how to make a list private?

2006-11-29 Thread Jana Nguyen
Hi, I want to make my mailing list private for admin to view only. But my list keep on displaying publically at mailman/lisinfo. Although, I've selected the "Private options" of the configuration admin page to set "Who can view subscription list?" to "List Admin Only". But when I got back to

[Mailman-Users] mailman: how to display subject and date for archives when listing of archives?

2006-10-31 Thread Jana Nguyen
Hi, How do I get the archive list to display the subject, author and date when I go to list archives? For example: Archive View by:Downloadable version 11 May 2006: [ Next Meeting for Workshop] [Jana Nguyen] [11 May 2006] [ Text 1 KB ] <http://birn-holly.ucsd.

Re: [Mailman-Users] cgi-bin permissions problems

2006-08-22 Thread Jana Nguyen
-x 1 gridsphere mailman 15654 Aug 21 12:14 listinfo > -rwxr-sr-x 1 gridsphere mailman 15650 Aug 21 12:14 options > -rwxr-sr-x 1 gridsphere mailman 15650 Aug 21 12:14 private > -rwxr-sr-x 1 gridsphere mailman 15650 Aug 21 12:14 rmlist > -rwxr-sr-x 1 gridsphere mailman 15650 Aug 21 12

[Mailman-Users] How to generate same passwords for all list per user

2006-08-07 Thread Jana Nguyen
Hi there, How do I generate the same password for the same member on multiple list? Since, I'm migrating existing member of a list over to mailman, existing member from majordomo doesn't have a password, passwords are being generated by mailman when I add the member to the list. A user belongs t

[Mailman-Users] archives has bad group of list, how to fix?

2006-07-28 Thread Jana Nguyen
Hi there, I ran the "bin/check_perms script" and got the following output to be fix, I'm not sure what is the problem, and how to fix it: /usr/local/mailman/archives/public/birntest bad group (has: jnguyen, expected mailman) (fixing) p.s. 'jnguyen' is my username. Thanks! -

[Mailman-Users] locate user passwd or resend passwd to user?

2006-06-06 Thread Jana Nguyen
Hi, I enable the archive file source for private archive; only current list members can view the archives. The problem is I migrated the list of members via the command line /bin/add_members in "quite" mode so the user doesn't have the password to authenticate to view the archive. How or wh

[Mailman-Users] migrating mailman to a new box

2006-05-31 Thread Jana Nguyen
I'm moving our current mailman to a new box. We want to migrate all the data (lists, archives, and configuration files), except for the hostname and web_url will be change on the new box. Below are the steps, not sure if this is a good way of migrating mailman from current to new box? 1) Move

Re: [Mailman-Users] how to run mailman scripts beside being root?

2006-05-30 Thread Jana Nguyen
Dragon wrote: > Jana Nguyen sent the message below at 10:39 5/30/2006: > >> I am running other applications that needs to invoke mailman to create a >> new list and add a member to the list >> by calling "newlist" and "add_memebers" as user "t

[Mailman-Users] how to run mailman scripts beside being root?

2006-05-30 Thread Jana Nguyen
I am running other applications that needs to invoke mailman to create a new list and add a member to the list by calling "newlist" and "add_memebers" as user "tomcat". I have mailman setup with ownership "root" and group "mailman". So how do I make mailman scripts "newlist" and "add_members" s

Re: [Mailman-Users] How to test SpamAssassin with mailman?

2006-05-26 Thread Jana Nguyen
1 # Enable or disable network checks skip_rbl_checks 0 #use_razor2 0 #use_dcc 0 use_pyzor 1 Thanks! Brad Knowles wrote: > At 1:27 PM -0700 2006-05-23, Jana Nguyen wrote: > >> I've integrated SpamAssassin with Mailman followi

[Mailman-Users] How to test SpamAssassin with mailman?

2006-05-23 Thread Jana Nguyen
Hi there, I've integrated SpamAssassin with Mailman following the instructions at http://www.jamesh.id.au/articles/mailman-spamassassin/ How do I test SpamAssassin with mail so that I know that mail is being filter? Below is the spamassassin config I've added to mm_cfg.py: # Adding the SpamA

Re: [Mailman-Users] Not receive email when posting to list

2006-03-23 Thread Jana Nguyen
Bogen wrote: >On 3/23/06, Jana Nguyen <[EMAIL PROTECTED]> wrote: > > >>I can locate smrsh now, but it is not integrated with Mailman? : >> >>[birn-holly ~]# locate smrsh >>warning: locate: warning: database /var/lib/slocate/slocate.db' is more >>t

Re: [Mailman-Users] Not receive email when posting to list

2006-03-23 Thread Jana Nguyen
Jana Nguyen wrote: >Mark Sapiro wrote: > > > >>Jana Nguyen wrote: >> >> >> >> >>>It seems that mailman can send out mail. I get an email of confirmation >>>when subscribing to the list, but the owner of the list doesn't g

Re: [Mailman-Users] Not receive email when posting to list

2006-03-23 Thread Jana Nguyen
Mark Sapiro wrote: >Jana Nguyen wrote: > > >>It seems that mailman can send out mail. I get an email of confirmation >>when subscribing to the list, but the owner of the list doesn't get an >>email to approve the rquest nor do I received a copy of an email for

Re: [Mailman-Users] Not receive email when posting to list

2006-03-17 Thread Jana Nguyen
Mark Sapiro wrote: >Jana Nguyen wrote: > > >>I can subscribe to a list, both I and the owner of the mailing list get >>an email notifications. But I do not receive email when >>posting to any of the mailing list that I created. >> >> > >Do

[Mailman-Users] Not receive email when posting to list

2006-03-17 Thread Jana Nguyen
Hi there, I can subscribe to a list, both I and the owner of the mailing list get an email notifications. But I do not receive email when posting to any of the mailing list that I created. Thank you. -- Mailman-Users mailing list Mailman-Users

[Mailman-Users] can't send out mail using postfix with mailman

2006-03-02 Thread Jana Nguyen
I'm having problem sending out mail using postfix with mailman, error below: Mar 02 13:29:40 2006 (6457) delivery to [EMAIL PROTECTED] failed with code -1: (110, 'Connection timed out') When I do a telnet localhost 25 it just stalled forever: [EMAIL PROTECTED] ~]# telnet localhost 25 Trying 127.

Re: [Mailman-Users] subscribe policy for admin and user approval notworking

2006-02-24 Thread Jana Nguyen
Mark Sapiro wrote: >Jana Nguyen wrote: > > >>I want both confirmation from admin and user prior to subscribing to a >>list. I modified the 'mm_cfg.py' file with the >>entry below, but it only ask for user confirmation and not admin? Do I >>need to

[Mailman-Users] subscribe policy for admin and user approval not working

2006-02-24 Thread Jana Nguyen
Hi there, I want both confirmation from admin and user prior to subscribing to a list. I modified the 'mm_cfg.py' file with the entry below, but it only ask for user confirmation and not admin? Do I need to comment out the DEFAULT_SUBSCRIBE_POLICY=1 in the Defaults.py file (I believe you don't

Re: [Mailman-Users] majordomo mailinglist migration to mailman

2006-02-07 Thread Jana Nguyen
Mark Sapiro wrote: >Jana Nguyen wrote: > > >>I need to migrate mailing list from majordomo to mailman. I didn't see >>any instructions to do this, what >>are the steps? >> >> > > >There is an old perl script, majordomo2mailman.pl, in th

[Mailman-Users] majordomo mailinglist migration to mailman

2006-02-06 Thread Jana Nguyen
Hi there, I need to migrate mailing list from majordomo to mailman. I didn't see any instructions to do this, what are the steps? If I copy the mailing list from majordomo to mailman at the following location: /usr/local/mailman/archives/private/ This does not work. Any feedback would be muc

[Mailman-Users] migration of mailing list to mailman?

2006-01-12 Thread Jana Nguyen
Hi there, I have .archive files of mailing lists that I need to migrate over to mailman. Where do I copy these .archive files on to mailman, where does it locate? I need to test out if our existing mailing list work on mailman. Thanks, Jana