[Mailman-Users] Loop with spoof

2003-08-19 Thread Simon L. Jackson
Dear Mailmaners,

I recently found a loop when (I think) someone sent an email with a spoofed 
from/reply-to address.

This appeared to be achieved by sending email to [EMAIL PROTECTED] from 
[EMAIL PROTECTED]

We are using Postfix, and have the following Mailman aliases and virtual 
addresses set up:

Aliases:
somelist-bounces: |/usr/local/mailman/mail/mailman bounces somelist
Virtual:
[EMAIL PROTECTED] somelist-bounces
In the end I turned off 'Send mail to poster when their posting is held for 
approval' and deleted the offending files from the 
/usr/local/mailman/qfiles/out directory.

My questions are:

1. Is this loop an error in my configuration or a bug or oversight in mailman?

2. Is there a way of getting a list of messages in transit and if necessary 
deleting them. This mail had not yet arrived at the pending requests stage.

Cheers

Simon L. Jackson
Corpita Pty Ltd
Level 1
112 Sackville St
Collingwood VIC 3066
Australia
phone: +61 3 9411 4470
direct: +61 3 9411 4419
fax: +61 3 9411 4499
email: [EMAIL PROTECTED]


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] install docs w/ mandrake RPM

2003-08-19 Thread Josep L. Guallar-Esteve
On Monday 18 August 2003 04:25 pm, Richard Barrett wrote:
 It may be worth downloading and unpacking the MM 2.0.13 source
 distribution and reading the INSTALL and README files and such in the
 resulting directory. You do not have to install from source but it
 might be worth seeing what the RPM packager should have been trying to
 achieve.

And you can create a RPM from a source-code (tar.gz / tar.bz2...) with the 
tool chackinstall, available on Mandrake (and others).

./configure --with --options
make
su 
checkinstall
(answer checkinstall questions)



Regards,
Josep
-- 
Josep L. Guallar-Esteve Eastern Radiologists, Inc.
Systems and Network Administration  http://www.easternrad.com


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] mailman sleeps

2003-08-19 Thread Balu Stefan
I have a Mandrake Linux with mailman installed...
A fiew weeks ago, my mailman simply wouldn't log me in via it's web 
interface...after killing python and rebooting it came back...
Now, it does the same thing...I cannot login to my 
http://IP/mailman/admin/list ...I enter the admin passwd and it 
sleeps...
after a while it says connection timeout...what's wrong with it?
-- 
Stefan, a simple Gentoo user.
Linux registered user: #272012
[Linux is Friendly. It's just selective about who his friends are.]


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Two mailservers on the same machine?

2003-08-19 Thread Angel Gabriel
Is it possible to run more than one copy of postfix on the same machine?
I run mailman, and whenever there is a post to the machine, for a while
people sending mail inside my subnet, can't connect to it, because all
the processes are taken up. Adding more won't help because mailman will
just use them up. Any ideas people?
-- 
*
Not everyone is touched by an Angel
 Those that are, never forget the experience
*


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Can I extract the list of members from any of mymailing lists using web interface?

2003-08-19 Thread Victor Tsaran
Hello, listers!
Can I extract the list of members for any of my lists via Web admin
interface?
Regards,
Vic
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] disguising e-mail addresses in archive

2003-08-19 Thread Eric S. Johansson
I started getting requests from users that want their addresses in the bodies of 
messages and headers disguised in mailman/pipermail archives.  has anyone come 
up with a patch for this yet?

---eric



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] disguising e-mail addresses in archive

2003-08-19 Thread Jon Carnes
There are a couple, but none of them work great.  I have used a small 4
line script to hide the addresses in some archives.

IMO, the best method is to allow concerned users to sign up on a private
list to have their email addresses expunged from the archives (and
provide the alternative they want). Then you simply grep through the
archives directory for their exact email address and replace that with
the alternative. The sed command will do the job nicely

On Tue, 2003-08-19 at 11:30, Eric S. Johansson wrote:
 I started getting requests from users that want their addresses in the bodies of 
 messages and headers disguised in mailman/pipermail archives.  has anyone come 
 up with a patch for this yet?
 
 ---eric



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Two mailservers on the same machine?

2003-08-19 Thread Jon Carnes
On Tue, 2003-08-19 at 11:03, Angel Gabriel wrote:
 Is it possible to run more than one copy of postfix on the same machine?
 I run mailman, and whenever there is a post to the machine, for a while
 people sending mail inside my subnet, can't connect to it, because all
 the processes are taken up. Adding more won't help because mailman will
 just use them up. Any ideas people?

Yes, you can run multiple Postfix instances on one server (with
different chroots).

I think you'll be happier though if you move Mailman off to a separate
server and run it from there. For bigger corporations I like to run
three mailservers:
  external mail server - spam filtering and initial virus scanning,
  internal mail server - users, distributions, imap, pop, etc 
  Mailman/mail server - (either internal or external) for dynamic lists
and archiving

Good Luck!

Jon Carnes


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Upgrading

2003-08-19 Thread O Mikhail
hi,
I am admin using mailman 2.0.13
how can i upgrade to mailman 2.1.*
I tried using the command update in the /bin/ but nothing happens.
help.
Thanks,
O. Mikhail
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Line wrap in archives

2003-08-19 Thread Paul H Byerly
Hi all,

 I have found references 
(http://www.mail-archive.com/[EMAIL PROTECTED]/msg16335.html) to a 
patch that change the PRE to a P in the archives.  But after almost an 
hour of searching I can't find the patch.

 I have been able to get rid of the long lines by putting the message 
into a form textarea, and it looks great - except for the PRE and /PRE 
tags.

 Any help appreciated.

 Paul

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Can I extract the list of members from any ofmy mailing lists using web interface?

2003-08-19 Thread Jon Carnes
On Tue, 2003-08-19 at 11:08, Victor Tsaran wrote:
 Hello, listers!
 Can I extract the list of members for any of my lists via Web admin
 interface?
 Regards,
 Vic

Yes, from the membership management pages (via cut/paste). Most admins
use the who command sent via email (or use the command line tools).


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] editing the mailman.po file

2003-08-19 Thread Christian Schoepplein
Hi!

I'd like to change some of the content in the

$PREFIX/messages/de/LC_MESSAGES/mailman.po

file. What do I have to do, to get mailman with the changes working? A 
reinstallation with a changed maiman.po file showed no changes :-(. Do I 
really need to reinstall mailman after editing the .po file?

Thanks and best regards,
Schoeppi

-- 
Christian Schoepplein | Beste Rockband der Welt: http://www.lily-rockt.de
[EMAIL PROTECTED] | Linux fuer Blinde: http://www.blinux.suse.de

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Upgrading

2003-08-19 Thread Jon Carnes
On Tue, 2003-08-19 at 15:05, O Mikhail wrote:
 hi,
 I am admin using mailman 2.0.13
 how can i upgrade to mailman 2.1.*
 
 I tried using the command update in the /bin/ but nothing happens.
 help.
 
 Thanks,
 O. Mikhail
 
The upgrade command lets you upgrade earlier lists to your current
version.

You need to backup your current install of Mailman 2.0.13 then install
the latest version of 2.1. If you install over your current install (as
opposed to installing in some other root location), your lists will be
upgraded automagically, and some of the default settings will not be
especially to your liking.  
PLEASE READ THE UPGRADE DOCUMENT THROUGHLY!

Most folks do not read the upgrade document that comes with 2.1 and
consequently have many problems - all of which are avoided by reading
the upgrade doc.

You will need flush your queues before upgrading.  Also, you will need
to kill the cron commands so that qrunner is stopped from launching
every minute.

After the upgrade, you will need to make sure that you are using the new
crontab settings for mailman (which no longer have a qrunner being
kicked off via cron). You should edit the mm_cfg.py file after reviewing
the Defaults.py file, and setup your new defaults. There are some very
different things in 2.1 so this is a very important step!

Next create a group called mailman which you should subscribe to
(become a list member, and restrict membership to this list), as all the
errors, warnings, and bounces go here. Then you will have to start the
Mailman service (mailmanctl). If you haven't created the mailman list,
mailmanctl will NOT start.

If you did a parallel install, you can now simply copy the old lists
subdirectories over to the new ~mailman/lists/ directory (and don't
forget about the archives!).  On the fist access of each list, Mailman
will automagically upgrade them.

That covers the highlights. If you do the upgrade by the numbers, then
all will go well and you will be done very fast!

Good Luck - Jon Carnes


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Problem leaving page

2003-08-19 Thread GABRIEL364
I cannot seem to find a way to exit once I am done doing administrative work 
on our page.  Is there someplace that I should be clicking on?

Thanks,

sandra bennett
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] editing the mailman.po file

2003-08-19 Thread Jens Gutzeit
On Tuesday 19 August 2003 19:41, Christian Schoepplein wrote:
 Hi!

 I'd like to change some of the content in the

 $PREFIX/messages/de/LC_MESSAGES/mailman.po

 file. What do I have to do, to get mailman with the changes working? A
 reinstallation with a changed maiman.po file showed no changes :-(. Do I
 really need to reinstall mailman after editing the .po file?

No, you need to compile the .po file in a binary message catalog (.mo file) 
with msgfmt.

You should edit your po file, then read man msgfmt and copy your created .mo 
file in place of the existing one in messages/de/LC_MESSAGES/


 Thanks and best regards,
 Schoeppi

Jens


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org