Spammassassin time outs debugging

Glenn Steen glenn.steen at gmail.com
Wed Jan 28 14:55:01 GMT 2009


2009/1/28 Ghetti, Ron <Ron.Ghetti at town.barnstable.ma.us>:
>
>
> Hi,
>  ok so in trying to troubleshoot my timeouts I've run into
>  an issue trying to capture the output.
>  Can someone give me an idea on how to capture the
>  output from this to a text file so I can go over it ?
>
>  MailScanner --debug --debug -sa
>
>  I would normallly do a > some.file
>  but that isn't yielding anything in the file.
>
>  Thanks
>
> -Ron
>

MailScanner --debug --debug-sa 2>&1 | tee filename
or
MailScanner --debug --debug-sa > filename 2>&1
should be accepted by almost all shells (apart from csh-derivatives,
which would use ">&" for the same effect... And bash can grok that
too:-).
Recommended reading:
man bash
or your preferred shell... Look at the REDIRECTION section.

Cheers
-- 
-- Glenn
email: glenn < dot > steen < at > gmail < dot > com
work: glenn < dot > steen < at > ap1 < dot > se


More information about the MailScanner mailing list