RE: [Mailman-Users] How to kill the evil that is sendmail

2002-09-25 Thread Jim Popovitch

Hi Angel,

What you need to do is configure sendmail to not be persistent with flaky
mail servers (this assumes it is not your mail server that is flaky).  I do
this on my lists because I don't want every thing backing up when someone's
home based linux mailserver is down while they are fsking with it.  Besides,
if they really want the missed email, they can go look in the archives.
Here are my relevant sendmail.cf settings that pertain to this, basically
they cause sendmail to not waste much time:

# timeouts (many of these)
O Timeout.initial=1m
O Timeout.connect=0
O Timeout.iconnect=30s
O Timeout.helo=2m
O Timeout.rcpt=2m
O Timeout.ident=0
O Timeout.queuereturn=1h
O Timeout.queuewarn=4h

-Jim P.

>  -Original Message-
> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 25, 2002 6:39 AM
> To:   Mailman
> Subject:      [Mailman-Users] How to kill the evil that is sendmail
>
> Yes you guessed it, sendmail is pissing me off!! What I would like to do,
is to get rid of all the email that sendmail is STILL strying to send. You
know when it tries to deliver mail for up to five days or whatever. I
stopped short of uninstalling it, and re-installing it in case it picks up
where it left off. I look in the mail queue, and I can't see any messages,
but I look in the logs, and it's trying addresses every hour or so. It's
making me wonder if, mailman is the culprit. Because I can't see what
mailman is about to do, I can only see the end results. It's not slowing
down my machine, or anything like that, it's just plain ANNOYING. Any ideas
anyone?
>
> ***
> Not everyone is touched by an Angel..and those that are, never forget
the experience.
> ***
> If you want guest list for bare club
nights.http://raw-talent.bounceme.net/mailman/ravers
> ***
> Can you sing, dance, MC, DJ, do you have talent?Send an email to
[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/



Re: [Mailman-Users] How to kill the evil that is sendmail

2002-09-25 Thread Ashley M. Kirchner

Angel Gabriel wrote:

> How do I check mailmans queue?

Look in ~mailman/qfiles/

Sendmail is only evil when not properly configured.

--
W | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner    .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.




--
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/



RE: [Mailman-Users] How to kill the evil that is sendmail

2002-09-25 Thread Angel Gabriel

Okay, I'm feeling the volcano part, and also the brutal killing of sendmails
queue. Lucky for the sendmail queue, it's empty, but I will cut and paste
that solution, and file it away in case of emergencies! How do I check
mailmans queue? I checked running proccesses to see if there where any
python related threads running over 0.1 percent, and there was none.
(begining to like the volcano idea). The thing is, NO ONE else uses the box
to send mail... they use a DIFFRENT box, and I've configured sendmail to
ONLY accept connections on the same subnet as me, so I doubt that anyone is
hacking my box from outside, and using it as an open relay. **thinks a bit,
wonders if this is REALLY secure, any comments?** The ONLY job of this box
is mailman. **Now I'm real confused**

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 25, 2002 6:29 PM
To: Angel Gabriel
Cc: Mailman
Subject: Re: [Mailman-Users] How to kill the evil that is sendmail


On Wed, 25 Sep 2002, Angel Gabriel wrote:

> What I would like to do, is to get rid of all the email that sendmail
> is STILL strying to send. You know when it tries to deliver mail for
> up to five days or whatever. I stopped short of uninstalling it, and
> re-installing it in case it picks up where it left off. I look in the
> mail queue, and I can't see any messages, but I look in the logs, and
> it's trying addresses every hour or so.  It's making me wonder if,
> mailman is the culprit. Because I can't see what mailman is about to
> do, I can only see the end results. It's not slowing down my machine,
> or anything like that, it's just plain ANNOYING. Any ideas anyone?

Don't forget that with Mailman and sendmail (and, likely, any MTA)
you are talking about -two- queues: Mailman's and the MTA's.  I have
never heard of sendmail attempting to send out messages that are not
in -its- queue.  Use 'mailq' to list sendmail's queue.  Or, the
direct approach is to look in /var/spool/mqueue (or whatever you
may have configured as sendmail's queue directory).  Also, no need
to reinstall sendmail: just clean out its queue (there are nice
ways to do so, and brutal ways, too; go ahead and use the brutal
way (rm -f /var/spool/mqueue/*), since I think it'll help provide
some stress relief, too :-)

(And besides, if you do reinstall sendmail without cleaning out its
queue, yes: it will just pick up from where it left off.)

If both Mailman's and sendmail's queues are empty and the machine
-still- retries sending old messages, you have a gremlin in the
box, and you need to throw it into a volcano.  (That should also
provide a certain amount of stress relief.)  Since real gremlins
are quite rare, if in fact both Mailman's and sendmail's queues are
empty and the machine is sending out messages every hour or so,
something -else- is sending -in- new messages every hour or so.

- Andrew

  
  Mailman Administrator   -   http://www.tux.org/mailman/listinfo/





--
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/



Re: [Mailman-Users] How to kill the evil that is sendmail

2002-09-25 Thread mailman

On Wed, 25 Sep 2002, Angel Gabriel wrote:

> What I would like to do, is to get rid of all the email that sendmail
> is STILL strying to send. You know when it tries to deliver mail for
> up to five days or whatever. I stopped short of uninstalling it, and
> re-installing it in case it picks up where it left off. I look in the
> mail queue, and I can't see any messages, but I look in the logs, and
> it's trying addresses every hour or so.  It's making me wonder if,
> mailman is the culprit. Because I can't see what mailman is about to
> do, I can only see the end results. It's not slowing down my machine,
> or anything like that, it's just plain ANNOYING. Any ideas anyone?

Don't forget that with Mailman and sendmail (and, likely, any MTA)
you are talking about -two- queues: Mailman's and the MTA's.  I have
never heard of sendmail attempting to send out messages that are not
in -its- queue.  Use 'mailq' to list sendmail's queue.  Or, the
direct approach is to look in /var/spool/mqueue (or whatever you
may have configured as sendmail's queue directory).  Also, no need
to reinstall sendmail: just clean out its queue (there are nice
ways to do so, and brutal ways, too; go ahead and use the brutal
way (rm -f /var/spool/mqueue/*), since I think it'll help provide
some stress relief, too :-)

(And besides, if you do reinstall sendmail without cleaning out its
queue, yes: it will just pick up from where it left off.)

If both Mailman's and sendmail's queues are empty and the machine
-still- retries sending old messages, you have a gremlin in the
box, and you need to throw it into a volcano.  (That should also
provide a certain amount of stress relief.)  Since real gremlins
are quite rare, if in fact both Mailman's and sendmail's queues are
empty and the machine is sending out messages every hour or so,
something -else- is sending -in- new messages every hour or so.

- Andrew

  
  Mailman Administrator   -   http://www.tux.org/mailman/listinfo/


--
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/



[Mailman-Users] How to kill the evil that is sendmail

2002-09-25 Thread Angel Gabriel

Yes you guessed it, sendmail is pissing me off!! What I would like to do, is
to get rid of all the email that sendmail is STILL strying to send. You know
when it tries to deliver mail for up to five days or whatever. I stopped
short of uninstalling it, and re-installing it in case it picks up where it
left off. I look in the mail queue, and I can't see any messages, but I look
in the logs, and it's trying addresses every hour or so. It's making me
wonder if, mailman is the culprit. Because I can't see what mailman is about
to do, I can only see the end results. It's not slowing down my machine, or
anything like that, it's just plain ANNOYING. Any ideas anyone?

***
Not everyone is touched by an Angel..and those that are, never forget
the experience.
***
If you want guest list for bare club
nights.http://raw-talent.bounceme.net/mailman/ravers
***
Can you sing, dance, MC, DJ, do you have talent?Send an email to
[EMAIL PROTECTED]
***


<>