![](https://secure.gravatar.com/avatar/cac11c49299fdfd4e8c7b28dbd268e86.jpg?s=120&d=mm&r=g)
i have created a list with the following command in the command line
/etc/newlist mtech-cs-2010 anil_moogala@dcis.uohyd.ernet.in password
and then i have added the aliases to the /etc/aliases file...
then i got a mail in my mail box saying
The mailing list `mtech-cs-2010' has just been created for you. The following is some basic information about your mailing list.
Your mailing list password is:
*****
You need this password to configure your mailing list. You also need it to handle administrative requests, such as approving mail if you choose to run a moderated list.
You can configure your mailing list at the following web page:
http://dcis.uohyd.ernet.in/mailman/admin/mtech-cs-2010
The web page for users of your mailing list is:
http://dcis.uohyd.ernet.in/mailman/listinfo/mtech-cs-2010
You can even customize these web pages from the list configuration page. However, you do need to know HTML to be able to do this.
There is also an email-based interface for users (not administrators) of your list; you can get info about using it by sending a message with just the word `help' as subject or in the body, to:
mtech-cs-2010-request@dcis.uohyd.ernet.in
To unsubscribe a user: from the mailing list 'listinfo' web page, click on or enter the user's email address as if you were that user. Where that user would put in their password to unsubscribe, put in your admin password. You can also use your password to change member's options, including digestification, delivery disabling, etc.
Please address all questions to mailman-admin@dcis.uohyd.ernet.in.
when i try to view my list in the interface, it is giving a message
No such list mtech-cs-2010
i then added few members to the list using /bin/add_members -r s mtech-cs-2010
s is the file containing list of mail ids
it gave the following
dcis:/var/mailman/bin # ./add_members -r s mtech-cs-2010 /var/mailman/Mailman/Utils.py:469: DeprecationWarning: raising a string exception is deprecated raise quickexit Subscribed: sandeep@dcis.uohyd.ernet.in Subscribed: anil_moogala@dcis.uohyd.ernet.in
a welcome message is sent to the members subscribed.
when i try to post a message to the list i have created, it gave me a
Returned mail: see transcript for details The original message was received at Thu, 29 Jul 2010 12:23:34 +0530 from localhost [127.0.0.1]
----- The following addresses had permanent fatal errors ----- "|/usr/lib/mailman/mail/mailman post mtech-cs-2010" (reason: 1) (expanded from: <mtech-cs-2010@dcis.uohyd.ernet.in>)
----- Transcript of session follows ----- post script, list not found: mtech-cs-2010
554 5.3.0 unknown mailer error 1
![](https://secure.gravatar.com/avatar/56f108518d7ee2544412cc80978e3182.jpg?s=120&d=mm&r=g)
On 7/28/2010 11:55 PM, sandeep kumar wrote:
See my reply to your off list message.
Everything points to two Mailman installations. All the command line stuff you are doing is with a Mailman installation that is not the same as the one accessed via the web.
Check the ScriptAlias for mailman in the web server and see where it points.
See the FAQ at <http://wiki.list.org/x/pYA9> for information about which Mailman versions are compatible with which Python versions.
Your Mailman instalation in /usr/lib/mailman is not the same Mailman installation as the one in /var/mailman. These appear to be two different installations. You are creating lists with /var/mailman/bin/newlist, etc. and your web server and your aliases point to the installation in /usr/lib/mailman which is not the same Mailman instance.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
![](https://secure.gravatar.com/avatar/56f108518d7ee2544412cc80978e3182.jpg?s=120&d=mm&r=g)
On 7/28/2010 11:55 PM, sandeep kumar wrote:
See my reply to your off list message.
Everything points to two Mailman installations. All the command line stuff you are doing is with a Mailman installation that is not the same as the one accessed via the web.
Check the ScriptAlias for mailman in the web server and see where it points.
See the FAQ at <http://wiki.list.org/x/pYA9> for information about which Mailman versions are compatible with which Python versions.
Your Mailman instalation in /usr/lib/mailman is not the same Mailman installation as the one in /var/mailman. These appear to be two different installations. You are creating lists with /var/mailman/bin/newlist, etc. and your web server and your aliases point to the installation in /usr/lib/mailman which is not the same Mailman instance.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
sandeep kumar