1

I'm using Windows XP on my development machine (IIS 5.1). I installed hmailserver on my machine and now want to configure IIS to relay all outgoing messages to hmailserver, what should I do in IIS to do this?

Many thanks

Mee
  • 845
  • 5
  • 15
  • 24

1 Answers1

2

You're looking for the Smart Host setting. It's in the "Advanced" settings on the "Delivery" tab of the SMTP server's properties. Set that to the name of the desired destination mail server.

You'll also want to allow relaying from whatever address(es) will be generating the email. That setting is under "Relay" on the "Access" tab of the SMTP server properties.

Set those two items and you should be in business.

Evan Anderson
  • 141,881
  • 20
  • 196
  • 331
  • Actually I already found it, but thanks for taking the time to answer my question. – Mee Aug 01 '09 at 06:04