D
Deleted member 1020609
Guest
Hi.
i was wondering if you could help me out analyze the cpanel log (/usr/local/cpanel/logs/access_log) by using a perl pattern.
The purpose is to group by user and ip and check only webmail access .
I wonder if that is possible with a grep command along with some perl pattern.
For example the output could be:
user / IP
[email protected] / XXX.XXX.XXX.XXX
[email protected] / XXX.XXX.XXX.XXX
is that possible?
Thanks
i was wondering if you could help me out analyze the cpanel log (/usr/local/cpanel/logs/access_log) by using a perl pattern.
The purpose is to group by user and ip and check only webmail access .
I wonder if that is possible with a grep command along with some perl pattern.
For example the output could be:
user / IP
[email protected] / XXX.XXX.XXX.XXX
[email protected] / XXX.XXX.XXX.XXX
is that possible?
Thanks