Postfix
Use the JSA Custom Properties for Postfix to closely monitor your Custom Properties for Postfix deployment. The Postfix custom event properties expand your JSA searches and reports by normalizing specific event data from a log source.
JSA Custom Properties for Postfix
JSA Custom Properties for Postfix V1.0.1
The following table shows the new and updated custom properties in JSA Custom Properties for Postfix V1.0.1.
Table 1: New and Updated Custom Properties in JSA Custom Properties for Postfix V1.0.1
Name | Optimized | Capture Group | Regex |
---|---|---|---|
Number of Recipients | Yes | 1 | nrcpt=(\d+) |
Originating Host | Yes | 1 | from=[^>@\s]*@([^>\s]*) from=<[^>@\s]*@([^>\s]*)> |
Originating_User | Yes | 1 | from=<([^>\s]*)> from=<(\S+)> |
JSA Custom Properties for Postfix V1.0.0
The following table shows the custom properties in JSA Custom Properties for Postfix V1.0.0.
Table 2: Custom Properties in JSA Custom Properties for Postfix V1.0.0
Name | Optimized | Capture Group | Regex |
---|---|---|---|
File Extension | Yes | 1 | filename="[^"]*\.([^"]*) |
Filename | Yes | 1 | filename="([^"]*) |
Message Size | Yes | 1 | size=(\d*) |
MessageID | Yes | 1 | \[\d*]:\s([^:\s]*) |
Originating Host | Yes | 1 | from=<[^>@\s]*@([^>\s]*)> |
Originating_User | Yes | 1 | from=<([^>\s]*)> |
Recipient Host | Yes | 1 | to=<[^>@\s]*@([^>\s]*)> |
Recipient_User | Yes | 1 | to=<([^>\s]*)> |
Subject | Yes | 1 | Subject:\s(.*)\sfrom\s |