Hi Team,I want to know when the user side adds the whitelist, where can I see when the user added it, for example, whether there is a log to record this operation, or other records can be found. thanks!
If a user adds a mail-address to their user-lists - it should show up as POST request to /quarantine/blacklist or /quarantine/whitelist respectively
in '/var/log/pmgproxy/pmgproxy.log' (and the user in the logline will be the e-mail-address with @quar as suffix)
If a user adds a mail-address to their user-lists - it should show up as POST request to /quarantine/blacklist or /quarantine/whitelist respectively
in '/var/log/pmgproxy/pmgproxy.log' (and the user in the logline will be the e-mail-address with @quar as suffix)
Yes, I saw the related operation records, thank you very much, but what I didn’t see was that I added an account and the log was not recorded. Do you know why?
Yes, the user adds a whitelist or blacklist on the GUI interface. Will the log record the action added, or the log shows what whitelist address is added?