I have sent mail to two recipients when searched log using below command it shows only one recipient
grep "from=<test@abc.com>" /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=<test@abc.com> to=<xyz@hotmail.com> proto=ESMTP helo=<[10.10.5.57]>
Mar 15 13:33:30 plesk postfix/qmgr[26430]: B15B01E0E4B: from=<test@abc.com>, size=1163, nrcpt=2 (queue active)
Aim behind this search is to see what mails sender "test@abc.com" 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
grep "from=<test@abc.com>" /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=<test@abc.com> to=<xyz@hotmail.com> proto=ESMTP helo=<[10.10.5.57]>
Mar 15 13:33:30 plesk postfix/qmgr[26430]: B15B01E0E4B: from=<test@abc.com>, size=1163, nrcpt=2 (queue active)
Aim behind this search is to see what mails sender "test@abc.com" 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