HighDots Forums  

Re: Messages Being Delayed

Python Python programming language mailing list


Discuss Re: Messages Being Delayed in the Python forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mark Sapiro
 
Posts: n/a

Default Re: Messages Being Delayed - 10-01-2009 , 11:41 AM






Troy Knabe wrote:
Quote:
I use sendmail and mailman and sophos puremessage for unix. When
email is received to a user it is delivered essentially instantly.
When an email is sent to a mailman list the message is ending up in
the sendmail mailq and not being sent until the queue is re-
processed. Please direct me as to what log information would be
helpful in troubleshooting this.

I think the cause of your problem was identified at
<http://mail.python.org/pipermail/mailman-users/2008-August/062943.html>.

--
Mark Sapiro <mark (AT) msapiro (DOT) net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users (AT) python (DOT) org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: http://mail.python.org/mailman/options/mailman-users/python%40highdots.com

Security Policy: http://wiki.list.org/x/QIA9

Reply With Quote
  #2  
Old   
Troy Knabe
 
Posts: n/a

Default Re: Messages Being Delayed - 10-01-2009 , 11:55 AM






No, I tried that and it still places it in the queue.

define(`confDELIVERY_MODE',`background')dnl

-Troy

On Oct 1, 2009, at 8:41 AM, Mark Sapiro wrote:

Quote:
Troy Knabe wrote:

I use sendmail and mailman and sophos puremessage for unix. When
email is received to a user it is delivered essentially instantly.
When an email is sent to a mailman list the message is ending up in
the sendmail mailq and not being sent until the queue is re-
processed. Please direct me as to what log information would be
helpful in troubleshooting this.


I think the cause of your problem was identified at
http://mail.python.org/pipermail/mailman-users/2008-August/062943.html
.

--
Mark Sapiro <mark (AT) msapiro (DOT) net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users (AT) python (DOT) org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: http://mail.python.org/mailman/options/mailman-users/python%40highdots.com

Security Policy: http://wiki.list.org/x/QIA9

Reply With Quote
  #3  
Old   
Troy Knabe
 
Posts: n/a

Default Re: Messages Being Delayed - 10-23-2009 , 12:06 AM



In case anyone ever runs into this, I finally figured it out. Mail
programs are considered expensive and by default sendmail has
HoldExpensive set to true. So I added this to my sendmail.mc file and
re-compiled. Messages are now delivered instantly.

define(`confCON_EXPENSIVE',false)

-Troy



On Oct 1, 2009, at 8:55 AM, Troy Knabe wrote:

Quote:
No, I tried that and it still places it in the queue.

define(`confDELIVERY_MODE',`background')dnl

-Troy

On Oct 1, 2009, at 8:41 AM, Mark Sapiro wrote:

Troy Knabe wrote:

I use sendmail and mailman and sophos puremessage for unix. When
email is received to a user it is delivered essentially instantly.
When an email is sent to a mailman list the message is ending up in
the sendmail mailq and not being sent until the queue is re-
processed. Please direct me as to what log information would be
helpful in troubleshooting this.


I think the cause of your problem was identified at
http://mail.python.org/pipermail/mailman-users/2008-August/062943.html
.

--
Mark Sapiro <mark (AT) msapiro (DOT) net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B.
Dylan


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users (AT) python (DOT) org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: http://mail.python.org/mailman/options/mailman-users/knabe%404j.lane.edu

Security Policy: http://wiki.list.org/x/QIA9
------------------------------------------------------
Mailman-Users mailing list Mailman-Users (AT) python (DOT) org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: http://mail.python.org/mailman/options/mailman-users/python%40highdots.com

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.