• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

postfix detailed log

Deepak M

Basic Pleskian
I have sent mail to two recipients when searched log using below command it shows only one recipient

grep "from=<[email protected]>" /var/log/maillog.processed

Mar 15 13:33:30 plesk postfix/cleanup[26446]: B15B01E0E4B: warning: header Subject: hot gmail from unknown[10.10.10.5]; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<[10.10.5.57]>
Mar 15 13:33:30 plesk postfix/qmgr[26430]: B15B01E0E4B: from=<[email protected]>, size=1163, nrcpt=2 (queue active)

Aim behind this search is to see what mails sender "[email protected]" has send on particular day

is there any way that it will show all recipient of email ?

It is difficult to search by message id as sender might have sent many emails
 
Back
Top