mikehermary
New Pleskian
Hello,
I am trying to grep the mail log in Plesk using Terminal on my Mac to find the issue with an email being sent from an external email to my client's email addresses. The issue is an email message not being received by my client's email address from one sender, but they can receive messages from other senders with no problems. This issue started about two weeks ago and has remained consistent since that time. What grep command should I be using to track down the sender's email address and a date that a certain message was sent on? How does grepping an email address and sending it to a temporary file work in Plesk 10?
Here are the grep commands I am currently using:
Any assistance is greatly appreciated.
Thank you.
Mike
I am trying to grep the mail log in Plesk using Terminal on my Mac to find the issue with an email being sent from an external email to my client's email addresses. The issue is an email message not being received by my client's email address from one sender, but they can receive messages from other senders with no problems. This issue started about two weeks ago and has remained consistent since that time. What grep command should I be using to track down the sender's email address and a date that a certain message was sent on? How does grepping an email address and sending it to a temporary file work in Plesk 10?
Here are the grep commands I am currently using:
Code:
grep '[email protected]' /usr/local/psa/var/log/maillog |more
Code:
grep '[email protected]' /usr/local/psa/var/log/maillog.* > tempresult.txt
Any assistance is greatly appreciated.
Thank you.
Mike