.NET Mailserver smtp/relay problem
- by Quandary
Question, I'm trying to setup my own mailserver:
This is the server (latest version):
http://www.codeproject.com/KB/vista/SMTP_POP3_IMAP_server.aspx
Now I've the following problem:
I can add user accounts, and receive mails from the internet in that account.
I can also setup a mailinglist. This works fine (for local users).
But I can't send any emails out... Why ?
I've forwarded port 25 + 110, and it works fine for receiving mails from the internet.
Do I need to configure SMTP under SMTP, or under relay, or both ?
Or do I miss anything ?