Hi,
I need to have an application sending emails so I tried to set up a smtp server relay. I am facing a "Queued mail for delivery" issue.
I followed the procedure here http://support.microsoft.com/kb/2600912/en-us
Once I got the relay configured I tested it through a telnet connection :
> telnet myhost myport
Then I tried to send a test mail manually:
250 myhost Hello [IP]
mail from:me@mycompany.com
250 2.1.0 me@mycompany.com....Sender OK
rcpt to:me@mycompany.com
250 2.1.5 me@mycompany.com
data
354 Start mail input; end with <CRLF>.<CRLF>
subject:test
hi,
this is a test.
.
250 2.6.0 <myhostSA1X00000006@myhost> Queued mail for delivery
Any advice ?
Thanks,
Sébastien