kaung
Jan 31st 2008, 3:48 pm
i have been reading up and found that to see
the messages sent the message body, I can run the command below in SSH
1. Execute exim -bp | awk {'print $3'}
That will give you message id
2. Execute exim -Mvb message-id to get message body
however my server do not have exim
how may I do so? any other way?
Thanks.
the messages sent the message body, I can run the command below in SSH
1. Execute exim -bp | awk {'print $3'}
That will give you message id
2. Execute exim -Mvb message-id to get message body
however my server do not have exim
how may I do so? any other way?
Thanks.