Re: [Mailman-Users] Bounced Messages

2004-07-27 Thread Yogesh Subhash Talekar
find out what user and group your mail server MTA is running with. If its nobody then you should give command: ./configure --prefix=/Users/mailman --with-mail-gid=nobody --with-cgi-gid=www If its postfix use this: ./configure --prefix=/Users/mailman --with-mail-gid=postfix --with-cgi-gid=www that

Re: [Mailman-Users] New mailman admin questions

2004-07-26 Thread Yogesh Subhash Talekar
> 1. Is it possible to cause 'config_list -i' to take input from >stdin instead of a file? ** I don't think its possible. > 2. I can force a list to be associated with a particular virtual >host by using 'config_list' to modify "web_page_url" (but it >complains when doing so). Is th

[Mailman-Users] How to remove List info from posts

2004-07-22 Thread Yogesh Subhash Talekar
Hello, When my Mailman sends a post to all members it attaches few lines to the message which lookup these: List-Id: eurlist.listman.mydomain.com List-Unsubscribe: , List-Post: List

Re: [Mailman-Users] Mailman Setup

2004-07-17 Thread Yogesh Subhash Talekar
Can you paste some logs for more info ? 1. What does your MTA (postfix/sendmai) logs say? 2. What does Mailman log in smtp or smtp-failure logs say? 3. You said you can see the posts in archive ... have you configured your test list to have moderation? If yes then logon to the list's website as Ad

Re: [Mailman-Users] "Server not connected" error...

2004-07-13 Thread Yogesh Subhash Talekar
Write this line in your mm_cfg.py MTA = 'Postfix' SMTPHOST = 'aa.bb.cc.dd' where aa.bb.cc.dd is the IP address you get successful port 25 TELNET. I guess, this may have happened because default SMTPHOST in Defaults.py is 'localhost' and previously your Postfix would have been listening on all int

Re: [Mailman-Users] 3000 new members of my e-mail list not receivingmessages

2004-07-12 Thread Yogesh Subhash Talekar
Answer these: 1. Make sure that Mailman is injecting mails to your Mailserver. What does your mail server logs say? Does it show anything? 2. If your mailserver logs do not indicate any symptoms of mails then the problem is with Mailman configuration? 2a. What does Mailman log files smtp and smtp-

[Mailman-Users] replicating lists

2004-07-08 Thread Yogesh Subhash Talekar
hi, I have configured Mailman on two servers. Should one fail I will route my traffic towards the secondary server. But my problem is how do I keep the lists on both the servers in synchronisation? I can use transparent ssh to copy file from one server to other on regular intervals. So can I just

Re: [Mailman-Users] None of my Admin's are Recevicing "Waiting forModerator Aproval E-mails"

2004-07-07 Thread Yogesh Subhash Talekar
I think your MTA does not know the user-id/name using which it should run the Mailman alias commands. I mean, suppose your Mailman is ocnfigured with uid "mailman" and your MTA is postfix, then postfix should know that it should execute all the mailman related alias commands as user "mailman" -

Re: [Mailman-Users] Admin commands via email

2004-07-06 Thread Yogesh Subhash Talekar
Yes, I think its very much useful to have a document/howto on using commands via E-mail. for example, I am just running a mail server and I don't want a web-server on it. Rather, I haven't installed a webserver on my mail server and I want all the fuctionalisty via shell access or by running comm

[Mailman-Users] Bouncing mails to sender?

2004-07-05 Thread Yogesh Subhash Talekar
hi, I have seen that if a mail is sent to Mailman list and if some of the recipients are invalid then those mails bounce back to a address which is like "[EMAIL PROTECTED]"? Now this keeps the sender in the dark about who received the mail and who didn't! So is there anyway so that the sender ca

Re: [Mailman-Users] translate email commands

2004-07-02 Thread Yogesh Subhash Talekar
May be you should go to /MailmanBaseDir/Mailman/Command directory and modify the source of "cmd_help.py" and "cmd_password.py" I am not a python expert. But all you need to do is to find the decision statement where it checks for string "password" and add a || to the same with other string .. say

Re: [Mailman-Users] bounced messages and VERP ??

2004-07-01 Thread Yogesh Subhash Talekar
t; > Is this happening because few message to that ID had bounced and mailman > wants to be careful while sending mail to that ID so that in case it > bounces it will be easy to find the recipient address and increase his > bounce score ?? > > --yogesh > > >> >

Re: [Mailman-Users] From Address and non-member posts

2004-07-01 Thread Yogesh Subhash Talekar
But suppose I really want to make sure that all recepients get the mail. Then how can I detect that mail delivery has failed for some users? It will simply keep me in dark and I may never know that someone is not getting any announcement! any advice?? --yogesh > * Yogesh Subhash Tale

[Mailman-Users] bounced messages and VERP ??

2004-07-01 Thread Yogesh Subhash Talekar
hi, I am using mailman with postfix. While testing mailman I created a list with two address. Both had same domain say "mydomain.com". When all was working fine, mailman/postfix used to copy a single mail to both the users. I had a problem with one of the IDs and the mail destined to it bounced f

[Mailman-Users] From Address and non-member posts

2004-06-30 Thread Yogesh Subhash Talekar
hi two questions: 1. When I post to my mailming list the From address comes like "[EMAIL PROTECTED]". Why can't I have the from address as the address of the sender? 2. I want the posts from non-members to go through successfully and without moderation? How to do it from command line? Also, I w

Re: [Mailman-Users] qrunner

2004-06-30 Thread Yogesh Subhash Talekar
This will typically happen when you run "mailmanctl" command as a non-mailman user. Make sure that the /etc/rc.d/mailman script runs the "maimanctl stop/start/restart" command as "su -c mailmanctl mailman start/stop/restart" Or add a script to /etc/rc.d/rc.local which runs mailmanctl start comman

Re: [Mailman-Users] List without moderation

2004-06-29 Thread Yogesh Subhash Talekar
member_moderation = 0 But still its not working? Is there anyway to make sure that member moderation is turned off?? --yogesh > On Tue, Jun 29, 2004 at 06:39:38PM +0530, Yogesh Subhash Talekar wrote the > following: >> >From command line how do i configure a list so that if its mem

[Mailman-Users] List without moderation

2004-06-29 Thread Yogesh Subhash Talekar
>From command line how do i configure a list so that if its members can send a post and it will be sent without any moderation. i.e. the admin is not required to approve it. TIA --yogesh -- Mailman-Users mailing list [EMAIL PROTECTED] http://

[Mailman-Users] mailman not working on virtual host ???

2004-06-28 Thread Yogesh Subhash Talekar
hi I am trying to configure mailman on my postfix server (postfix-1.1.11-114) using virtual domain. So I added a virtual domain "list.mydomain.com" on my postfix which is alreasy configured for "mydomain.com" Then I added /var/mailman/data/aliases file to alias_maps in main.cf Also added /var/m

[Mailman-Users] Mailman control on message rate ??

2004-06-23 Thread Yogesh Subhash Talekar
hi, I am trying to configure Mailman with postfix server. All my users currently reside on a mainframe while the main mail relays runs on postfix (Linux). We are about to migrate Mainframe to some other system. So we wish to move the mailing list on Mainframe to the postfix server first. Since th

[Mailman-Users] mailman wihout web interface

2004-06-23 Thread Yogesh Subhash Talekar
hello, I am new to mailman. I am about to install and test it. Can anyone tell me if following is possible. 1. I want all administration from command line. Becoz due to some restrictions I cannot have apache or web access to the server. 2. I want to manage list users on my own. I don't want user

Re: [Mailman-Users] Mailman Admin URLs wrong

2004-05-07 Thread Yogesh Subhash Talekar
you can change that mydomain.com to linuxbox.mydomain.com like this: Login as user mailman (or use "su - mailman"): % python -i bin/withlist -l mylist Loading list mylist (locked) >>> m.web_page_url 'http://mydomain.com/broken-path/' >>> m.web_page_url = 'http://linuxbox.mydomain.com/mailman/' >

Re: [Mailman-Users] Mailman Admin URLs wrong

2004-05-07 Thread Yogesh Subhash Talekar
you can change that mydomain.com to linuxbox.mydomain.com like this: Login as user mailman (or use "su - mailman"): % python -i bin/withlist -l mylist Loading list mylist (locked) >>> m.web_page_url 'http://mydomain.com/broken-path/' >>> m.web_page_url = 'http://linuxbox.mydomain.com/mailman/' >

[Mailman-Users] Re: Mailman and Postfix question

2004-05-07 Thread Yogesh Subhash Talekar
Original Message Subject: Re: Mailman and Postfix question From: "Yogesh Subhash Talekar" <[EMAIL PROTECTED]> Date: Thu, May 6, 2004 2:11 pm To: <[EMAIL PROTECTED]> Mailman Installation and Configuration Howto: 1. Make sure that all software requ

[Mailman-Users] mailman, postfix and number of emails ???

2004-04-19 Thread Yogesh Subhash Talekar
Hi, I am using postfix + mailman to hold my internal mailing lists. The hierarchy is like this: Internet <-> Postfix/Mailman Server <-> Mainframe <-> IntraNet All users have accounts on Mainframe. I have added few lists on the postfix/mailman. All lists have addresses like this: [EMAIL PROTECTED

Re: [Mailman-Users] postfix+mailman, part 2

2004-04-19 Thread Yogesh Subhash Talekar
gi-gid=nogroup --with-mail-gid=nogroup $ make $ make install This should work. May be you installed mailman when logged in as root! --yogesh -- > On Fri, 16 Apr 2004 07:01:09 +0530 (IST) > Yogesh Subhash Talekar wrote: > >> okie .. i think you should: >&g

[Mailman-Users] Arppove from command line

2004-04-15 Thread Yogesh Subhash Talekar
Hi, I don't want to use my Mailman's web base admin interface. 1. There are few messages waiting for approval. How do i approve them from command line?? 2. How do I stop moderation for a particular list? I don't want the messages to wait till approval. Also, I want only members to have permissio

Re: [Mailman-Users] postfix+mailman, part 2

2004-04-15 Thread Yogesh Subhash Talekar
okie .. i think you should: Add the line /var/lib/mailman/data/aliases to alias_maps and *remove* it from virtual_alias_maps. Just make sure that you run: /usr/bin/postmap on var/lib/mailman/data/virtual-mailman And /usr/sbin/postaliases on /var/lib/mailman/data/aliases The problem is the user "

[Mailman-Users] postfix + mailman virtual host??

2004-04-14 Thread Yogesh Subhash Talekar
hi I have a domain say -- mydomain.com I added lists.mydomain.com to my ougoing instance of postfix Also added /var/mailman/data/alias to alias_maps (ran postaliases) then I added /var/mailman/data/virtual-mailman to virtual_maps (ran postmap) Then I added a mailman list called: [EMAIL PROTECTED]

[Mailman-Users] Strage Mails in /var/spool/postfix/maildrop

2004-04-11 Thread Yogesh Subhash Talekar
I have configured mailman. Just added one list. Its *not* working fine! I have two instances of postfix called postfix-in and postfix-out. They use /var/spool/postfix-in and /var/spool/postfix-out. The default one /var/spool/postfix is unused. After installing postfix I find lot of mails (one mai

[Mailman-Users] postfix says mailman list "test" user unknown

2004-04-11 Thread Yogesh Subhash Talekar
hi, I have two instances of Postfix (in + out) on my mail server. I also use LDAP extensilvely through its Mail and Maildrop fields. I installed and configured Mailman today. Since its for my internal users, I added one more aliases file to my outgoing instance configuration like this: alias_maps

[Mailman-Users] Adding new list fails!

2004-04-10 Thread Yogesh Subhash Talekar
Hi, I am trying to add a new test list to my Mailman, but it doesn't seem to be working. I have installed mailman in "/var/lib/mailman" and I am using following command: $/var/lib/mailman/bin/newlist test [EMAIL PROTECTED] test123 But it failed saying "Illegal list name: [EMAIL PROTECTED]" Sinc

[Mailman-Users] newbie: no auto subscription + control on number

2004-04-01 Thread Yogesh Subhash Talekar
hi I have not yet used Mailman, but is it possible to have following two features: 1. I do not want user to subsribe automatically. I want to add them to the lists on my own. (i.e. administrator's interface) 2. Since I have large number of users in each list, I do not want them to flood my postf