Filter Activity Log File

gustavmuenster

New Member
Dec 27, 2006
25
0
1
Hello

In Proxmox, is there the possibility to have the logs with more details.
For troubleshooting, it will be easier, if it shows, which rules is applied to a mail, like the deletion of an attachment.

Thank you.

Regards

Gustav
 
Hello

In Proxmox, is there the possibility to have the logs with more details.
For troubleshooting, it will be easier,

Hi,

for troubleshooting you can use the console via ssh and query the syslogs with unix standard toolset.

eg, see the actual syslog (last 100 lines):

> tail -100f /var/log/syslog

Proxmox stores syslog 7 days, one file for each day. you can find these logs in /var/log/

We also support remote syslog servers, where Proxmox can send these logs.

..if it shows, which rules is applied to a mail, like the deletion of an attachment.

Thank you.

Regards

Gustav

rule details are not logged in the syslog. If an attachment is removed, we replace it with a fully customizable textfile, so the user have all information. Additionally you can add a notification object to these rules, see this example:
_______________________________________
Proxmox Notification:

Sender: xxxxxxx@gmail.com
Receiver: t.huber@proxmox.com
Targets: t.huber@proxmox.com

Subject: test image


Matching Rule: Block Image Attachments (Tom Test)

Rule: Block Image Attachments (Tom Test)
Receiver: t.huber@proxmox.com
Action: remove all attachments

_______________________________________

In one of the next Proxmox releases, we will implement a mail tracking center on the web interface.