Mortgage - Mortgage Calculator - Debt Help - Refinance - 0 Credit Cards

PDA

View Full Version : apache mail log enquiry


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.

boltok
Feb 2nd 2008, 1:54 am
That depends on what MTA (mail transfer agent) is installed on this server. Exim is just one of many and if you don't have it, you may instead have Sendmail, Postfix or Qmail. These are just the more popular ones and there are others.

You'll have to check the documentation of the one that is installed on your system. If there isn't any, I'd recommend installing Exim. It's really powerful and flexible and it's what I use with my servers.

kaung
Feb 2nd 2008, 2:01 am
this server I am enquirying about has Courier Mail system.
Any idea how to check sent messages on it?
I've tried googling but still cant find yet on how to check.