Page 1 of 1
Live Log View
Posted: Fri Jun 30, 2006 4:31 pm
by davidz
Is there the equivelent of tail -f /var/log/maillog for scalix internal messages?
Posted: Tue Jul 04, 2006 6:08 am
by ScalixSupport
tail /var/opt/scalix/logs/audit -f
comes close to what you want.
Cheers,
Sascha.
Posted: Wed Jul 05, 2006 10:03 am
by davidz
Works great!! (Of course you have to turn auditing on first). Thank you!!