mirror of
https://git.proxmox.com/git/pmg-log-tracker
synced 2025-04-28 15:30:54 +00:00
include local relayed mails (mail to root)
This commit is contained in:
parent
087c7e7b56
commit
34b471435e
@ -2168,6 +2168,7 @@ main (int argc, char * const argv[])
|
||||
|
||||
} else if ((csum_prog == 0x736D7470) || //postfix/smtp
|
||||
(csum_prog == 0x6C6D7470) || //postfix/lmtp
|
||||
(csum_prog == 0x6F63616C) || //postfix/local
|
||||
(csum_prog == 0x72726F72)) { //postfix/error
|
||||
|
||||
int lmtp = (csum_prog == 0x6C6D7470);
|
||||
|
Loading…
Reference in New Issue
Block a user