• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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