I have set up exim + courier-imap + mysql.
I am able to verify that I can send/recieve mail by telnetting to my
localhost.
% telnet localhost smtp
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 localhost ESMTP Exim 4.30 Sat, 24 Jan 2004 23:38:24 -0800
mail from: prince..@yahoo.com
250 OK
rcpt to: prince@???
250 Accepted
data
354 Enter message, ending with "." on a line by itself
Subject: This is just a test mail!
This is the test mail from Exim. Bye!
.
250 OK id=1Akerr-0004cY-Ts
quit
221 localhost closing connection
Connection closed by foreign host.
I logged in to the webmail (horde) and am able to see the mail. I have
the "From" as " " though.
Now, I am trying to send a mail from my "yahoo" account
to "prince@???". But I could not verify where the mails are going. I
used "horde"/squirrelmail and I don't see the mail. I did not get any bounced
mail on my "yahoo" account as well.
How do I identify, whether my server "mydomain.com" is recieving the mail or
not?
Thanks,
Prince.