Spammassassin time outs debugging
Ghetti, Ron
Ron.Ghetti at town.barnstable.ma.us
Wed Jan 28 15:35:26 GMT 2009
Thank you Guys, I knew it was something fairly simple.
I do most of my admin on %windir% as you probably figured...
:-)
-Ron
-----Original Message-----
From: mailscanner-bounces at lists.mailscanner.info
[mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of Glenn
Steen
Sent: Wednesday, January 28, 2009 9:55 AM
To: MailScanner discussion
Subject: Re: Spammassassin time outs debugging
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
--
MailScanner mailing list
mailscanner at lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
More information about the MailScanner
mailing list