How to retrieve sent email from the log
How to retrieve sent email from the log
Hi,
I sent an email 3 days ago, but the email never got delivered to it's destination. I keep getting messages from the mail server (every 24 hours) that the server is trying to send the email, which means that there is a copy of the message somewhere on the mail server.
Can anyone tell me how can I access the email log, and retrieve that email? I'm asking because I deleted my copy from the sent folder, and I need to get the contents of the email back so that I can resent it again.
Thanks!
I sent an email 3 days ago, but the email never got delivered to it's destination. I keep getting messages from the mail server (every 24 hours) that the server is trying to send the email, which means that there is a copy of the message somewhere on the mail server.
Can anyone tell me how can I access the email log, and retrieve that email? I'm asking because I deleted my copy from the sent folder, and I need to get the contents of the email back so that I can resent it again.
Thanks!
Re: How to retrieve sent email from the log
See with command mailq
Logs in /var/log/exim4/mainlog
Logs in /var/log/exim4/mainlog
Re: How to retrieve sent email from the log
Alright thanks, that helped!