on 12/17/04 10:13 PM, Computer King at [EMAIL PROTECTED] wrote: > I need to know how to turn the verbosity up on my IMAP logs how is it > done also the time would be more usefully than the long string of > numbers before each log.
That long string of numbers encodes the timestamp. To read it, I put this
little script in ~/bin/ and call it "bilog":
## Decode and display the bincimap log:
sudo cat /var/log/bincimap/current | /command/tai64nlocal | less
## Terminate sudo privileges:
sudo -k
-B...
