cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1660
Views
0
Helpful
1
Replies

how do i search logs for deleted mail from spam quarantine

How do I how do i search logs on ESA or SMA for deleted mail by a user or the system from spam quarantine? 

1 Accepted Solution

Accepted Solutions

Libin Varghese
Cisco Employee
Cisco Employee

You should be able to locate logs for the spam quarantine under euq_logs.

 

So possibly grep:

grep delete euq_logs -i

grep release euq_logs -i

 

This should return MID's deleted and released from the spam quarantine respectively.

 

Regards

Libin Varghese

View solution in original post

1 Reply 1

Libin Varghese
Cisco Employee
Cisco Employee

You should be able to locate logs for the spam quarantine under euq_logs.

 

So possibly grep:

grep delete euq_logs -i

grep release euq_logs -i

 

This should return MID's deleted and released from the spam quarantine respectively.

 

Regards

Libin Varghese