Re: Recommended way to (quickly) get total mail queue size?

2009-07-07 Thread Trey Briggs
-l | awk '{print $1}'` printf "active: %d\ndeferred: %d\nincoming: %d\nactiveonly: %d\nmaildrop: %d\n" $active $deferred $incoming $activeonly $maildrop -- Trey Briggs Advanced Systems Engineer API Digital

Re: dns issue - slow SMTP connection

2009-05-20 Thread Trey Briggs
> > I suspect it is doing some DNS lookup on the client? - can it be > disabled for IPs? > > Thanks > Felix > -- Trey Briggs Advanced Systems Engineer API Digital

Re: Is it possible to not bounce after smtp?

2009-05-08 Thread Trey Briggs
estination d_pipe { pipe("/usr/local/bin/invldrcptpipe"); }; filter f_user_unk { program("postfix\/smtp") and match("User unknown"); }; log { source(src); filter(f_mail); filter(f_info); filter(f_user_unk); destination(d_pipe);