6 msgDSN relay host
1 msgRestrict sender and from to one domain on outbo...
10 msgOutbound postfix routing issue
25 msgProblem with Black List
3 msgLooking at new mail server layout
26 msgwhy every minute: 'reload configuration /etc/po...
2 msgmyhostname parameter
17 msgRBL problems with smarthost on private address ...
34 msgBackscatting filter?
3 msghow to setup postfix in 'deliver-only' mode?
7 msgSlow queue configuration
17 msgSome Windows SMTP Server have problems with STA...
5 msgFor each check_ns or each check_mx, the value i...
4 msgpostfix and spf
2 msgPassword Validation in postfix
4 msgcatching some spam with warn_if_reject and reje...
9 msgRFC: Check mail quota at a mail relay (backscat...
31 msgGPS vs GLD (greylisting)
3 msgUnmeant update from 2.2.10 to 2.5.1

mailq lockups
\ Joey (5 May 2008)
. \ Victor Duchovni (5 May 2008)
. \ Jan P. Kessler (5 May 2008)
. \ Noel Jones (5 May 2008)
. \ Ralf Hildebrandt (5 May 2008)
. . \ Joey (5 May 2008)
. . . \ Ralf Hildebrandt (5 May 2008)
. . . \ Victor Duchovni (5 May 2008)
. . . \ Noel Jones (5 May 2008)
. . . . \ Joey (6 May 2008)
. . . . . \ Victor Duchovni (6 May 2008)
. . . . . . \ Joey (6 May 2008)
. . . . . . . \ Victor Duchovni (6 May 2008)
. \ Joey (7 May 2008)
. . \ Victor Duchovni (7 May 2008)
. . . \ Joey (8 May 2008)
. . . . \ Victor Duchovni (8 May 2008)
. . . . . \ MacShane, Tracy (9 May 2008)
. . . . . \ Joey (9 May 2008)
. . . . . . \ (Wietse Venema) (9 May 2008)
. . . . . . . \ Joey (9 May 2008)
. . . . . . . . \ (Wietse Venema) (9 May 2008)
. . . . . . . . . \ Joey (13 May 2008)
. . . . . . . . . . \ Victor Duchovni (13 May 2008)
. . . . . . . . . . \ Victor Duchovni (13 May 2008)
. . . . . . . . . . . \ (Wietse Venema) (13 May 2008)
. . . . . . \ Victor Duchovni (9 May 2008)

Subject:Re: mailq lockups
Group:Postfix-users
From:Victor Duchovni
Date:7 May 2008


 
On Wed, May 07, 2008 at 02:27:11PM -0400, Joey wrote:

> > Exchange really should NOT be allowing client connections to sit idle
>
> > for 12 hours tying up resources. What prehistoric version of the
>
> > software are these sites running?
>
>
>
> Running server 2003 & exchange 2003 nothing outdated there...
>

The double-spacing really makes it hard to read and reply to your mail
properly, can you try to turn that off?

> > - Disable PIPELINING to Exchange (smtp_discard_ehlo_keywords)
> > if Exchange PIPELINING is buggy.
>
> Will try this now...
>
> So create smtp_discard_ehlo_keyword_address_maps = hash:/etc/postfix/mapname

Easier to turn it off globally for a dedicated transport:

main.cf:
# Use "cdb" if available
default_database_type = hash
indexed = ${default_database_type}:${config_directory}/

disable_pipelining = PIPELINING, silent-discard
transport_maps = ${indexed}transport

master.cf:
smtplite unix - - n - - smtp
-o smtp_discard_ehlo_keywords=$disable_pipelining

transport:
example.com smtplite


> And in the mapname file put:
>
> Client-domain.com pipelining

No, this only works for IP addresses, but the transport based approach
above works for domains.

> I only see the 3 options of: pipelining, starttls, auth in the doc I see,
> should it bee nopipelining?

No it should be "pipelining", because this is a *discard* keywords list.

--
Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:majordomo?body=unsubscribe%20postfix-users>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.


© 2004-2008 readlist.com