OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: hotmail.com woes

From: Adam Young (adamvbfx.com)
Date: Fri May 14 2004 - 09:54:13 CDT


On Fri, 14 May 2004 09:23:55 -0400 (EDT)
Victor.DuchovniMorganStanley.com wrote:

> Show a (high volume) time slice (say 1 hour) from the output of:
>
> maillog=/var/log/maillog; : use the right path for your system
> perl -lne '
> BEGIN {
> $pat = q{^(... .. ..:..):.. \S+ postfix/(smtp|n?qmgr)\S+:}
> . q{(?: \[[^]]+\])?} # SunOS [ID ...]
> . q{ \w+: to=<\S+\hotmail\.com>,}
> . q{ .*, status=(sent|deferred|bounced)};
> }
> next unless /$pat/io;
> if ($1 ne $t) {
> while (($k, $v) = each %c) {
> printf "%s %5d %s\n", $t, $v, $k;
> }
> %c = ();
> $t = $1;
> }
> ++$c{"$2 $3"};
> ' $maillog

See I've been seeing about 85% of all my email to hotmail is deferred (the above
script confirms this). It usually takes 1 day (24hrs) to deliver mail to
hotmail. I've got settings pretty much identical to the original poster, minus
the seperate transport for hotmail.

Do you guys have any suggestions?

--
    Adam Young <adam_at_vbfx_dot_com>
    http://www.vbfx.com/
    GPG Key - 5B3375F8