Possible Duplicate:
Implementing a SMTP server on a personal computer (windows)
I'm thinking of a case where I can use a SMTP Server on my own system to actually send email from thunderbird to whoever it's being sent to, this could be a way just to I can manage how I want my mails sent and also if I want to scan them with an antivirus etc.
Is there any way that emails can be routed through by just installing an SMTP Server and changing my settings to reflect them. (e.g. server 127.0.0.1 port 25)
I have installed hMailServer, and looked at the configuration but I feel that I am missing something.
Thanks