Martin Cameron | 1 Apr 2003 04:54
Picon

Mailman/Exim/MailScanner


I have installed 2.1 on a system with Exim and Mailscanner.

The email is getting to /mailscanner/qfiles/in/ but not being delivered
on to the list members.

--

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Matthew Davis | 1 Apr 2003 02:30

Re: List size

* Sullivan, John (jsullivan <at> mlsnet.com) wrote:
> I have list set up that I want to send a newsletter out to. The Iist is
> about 50000 addresses. 
> 
> Will Mailman and sendmail be able to handle that? 

It all depends on the system setup.  With a good portion of RAM, a clear
connection, and quick access to a DNS server, it should be fairly smooth.

A local DNS server will speed things up.

> Also how are the emails sent out when I click send? Is the entire list
> spooled and then sent out or does it do it in chunks - 

This process is handled by the MTA.  mailman hands off the mail to sendmail
and then sendmail processes the queue, usually host at a time.  Which means
if one host isnt' resolving, the rest of the queue will have to wait til
that host timesout.

--
Matthew Davis
http://dogpound.vnet.net/

The best way to accelerate a Mac is at 9.8 m / sec^2.

Matthew Davis | 1 Apr 2003 02:31

Re: Lists not showing up in listinfo

* Listmom (listmom <at> travellercentral.com) wrote:
> Greetings all.
> 
> I'm having a small problem after moving a list to a new server.
> 
> After importing all the files located under mailman/lists, I can no longer
> see the public lists when I go to http://lists.doman.com/mailman/listinfo

Did you run the $prefix/bin/fix_url.py script?

--
Matthew Davis
http://dogpound.vnet.net/

An algorithm must be seen to be believed.  - D. E. Knuth

Will Yardley | 1 Apr 2003 03:04

Re: Do I need an MX Record

On Mon, Mar 31, 2003 at 03:57:47PM -0500, Sullivan, John wrote:

> OK - But how do I get lists.mlsnet.com to relay mail to the mlsnet.com
> mail server. Subcribers from the mlsnet.com domain are not receiving
> any news letters sent out from the lists.mlsnet.com server. I am
> getting a connection timed out when it tries to contact the external
> MX records.
> 
> I have added an entry in my hosts file that looks like this: 
> 
> 10.10.10.1 mlsnet.com 
> 
> 
> which is the internal ip of the mlsnet.com mail server.

This isn't a mailman question, but rather a MTA configuration question.

What's the result of (from lists.mlsnet.com):

 % dig mlsnet.com mx
 % cat /etc/resolv.conf

Can you send normal mail from that machine to users at mlsnet.com? In
other words, does something like this:

 % echo 'blah' | mail -s "test" luser <at> mlsnet.com

(where luser <at> mlsnet.com is a valid address at this domain) work?

What is in your logs?
(Continue reading)

Will Yardley | 1 Apr 2003 03:06

Re: Internal Domain Resolution

On Mon, Mar 31, 2003 at 12:10:59PM -0500, Sullivan, John wrote:

> Here is a chunk of the maillog file. 
> 
> 
> Mar 31 12:01:57 localhost sendmail[780]: h2SKs2Rg011995: 
> to=<jsullivan <at> mlsnet.com>, delay=2+20:07:55, xdelay=00:00:00, mailer=esmtp, 
> pri=6439538, relay=mail.majorleaguesoccer.com., dsn=4.0.0, stat=Deferred: 
> Connection timed out with mail.majorleaguesoccer.com.
> 
> Mar 31 12:01:57 localhost sendmail[780]: h2R14iRf002505: 
> to=<90minutes <at> mlsnet.com>, delay=4+15:57:12, xdelay=00:00:00, mailer=esmtp, 
> pri=10488802, relay=mail.majorleaguesoccer.com., dsn=4.0.0, stat=Deferred: 
> Connection timed out with mail.majorleaguesoccer.com.

Can you reach port 25 on mail.majorleaguesoccer.com from the lists
machine?

Does this work?

 % telnet mail.majorleaguesoccer.com smtp

Sounds like a networking (or maybe DNS resolution) problem.

--

-- 
The Pope has said this war is wrong, that it is a Sin. The Pope! But
even worse, the Dixie Chicks have now come out against you! How bad does
it have to get before you realize that you are an army of one on this
war? - Michael Moore

(Continue reading)

John A. Martin | 1 Apr 2003 15:00

Re: Re: Do I need an MX Record


>>>>> "Will" == Will Yardley
>>>>> "[Mailman-Users] Re: Do I need an MX Record"
>>>>>  Mon, 31 Mar 2003 17:04:35 -0800

    Will> This isn't a mailman question, but rather a MTA
    Will> configuration question.

Often useful are the tools at <http://www.dnsreport.com/>.  For one
thing, investigating from outside the local environs will sometimes
reveal stuff different than what is seen from within strangely
configured surroundings.

        jam

George Matyjewicz | 1 Apr 2003 15:09
Favicon

Subject disappeared

Hi:

I've been successfully using Mailman for E-Tailer's Digest which is a 
moderated discussion list digest.  Today the digest went out without a 
subject, even though there was one there when sent to the list.  Nothing 
has changed in the admin section.

Where do I look?

TIA

George

_______________________________________________________

Dr. George Matyjewicz, Chief Global Strategist
GAP Enterprises, Ltd.   http://www.gapent.com/
Moderator of E-Tailer's Digest http://www.etailersdigest.com/
Automated Press Releases http://www.automatedpr.com/
E-Gold Account # 193274

Jan Banan | 1 Apr 2003 15:35
Picon

Re: msg_footer personal admin page reference

> > I like to adjust the msg_footer so that it instead of refereing to the 
> > general admin page for all users
> >     %(web_page_url)slistinfo%(cgiext)s/%(list_name)s
> > would refer to the personal admin page, maybe something like
> >     %(web_page_url)slistinfo%(cgiext)s/%(list_name)s/%(email_of_subscriber)s
> 
> I mean I like to use the same footer as this mailinglist are using:
>    http://mail.python.org/mailman/options/mailman-users/b%40grabbarna.nu
> What is the variable name to produce the email address on the end of that 
> line?

I search google and find a hint about "%(user_delivered_to)s" but it 
didn't work :-(

/Jan

Matt Minahan | 1 Apr 2003 16:07

Content Filter Puzzle

Dear Mailfolk, we're running a text-only list using Mm 2.1.1 on Red Hat Linux.

I have the content filter set up to reject all of the following:
content-type: .*octet
content-type: .*oda
content-type: .*audio
content-type: .*image
content-type: .*alternative
content-type: .*digest
content-type: .*mixed
content-type: .*related
content-type: .*rich
content-type: .*html
content-type: .*video

The pass mime types is set up for text/plain, and the action is "reject."

My problem: Mm seems to be sending out two different messages to the sender 
when an incoming message gets filtered.  Sometimes -- and I can't figure 
out when -- it's sending out: "The message's content type was not 
explicitly allowed"

And other times, it's sending out:
"Your mail to 'Odnet-test2' with the subject
     test
Is being held until the list moderator can review it for approval.
The reason it is being held:
     Message has a suspicious header"

The content/type of the incoming message in both cases is text/html, so I 
(Continue reading)

Rupa Schomaker | 1 Apr 2003 17:55

error in passwd reminder

Thoughts?

Traceback (most recent call last):
  File "/usr/lib/mailman/cron/mailpasswds", line 216, in ?
    main()
  File "/usr/lib/mailman/cron/mailpasswds", line 143, in main
    password = mlist.getMemberPassword(member)
  File "/var/lib/mailman/Mailman/OldStyleMemberships.py", line 102, in getMemberPassword
    raise Errors.NotAMemberError, member
Mailman.Errors.NotAMemberError: FOO <at> hotmail.com

--

-- 
-rupa


Gmane