[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SSL SMTP Relay in DMZ



On Saturday 07 February 2004 03:10 pm, Curtis Vaughan wrote:
> I would like to set up a mail server in a DMZ that would accept mail
> only from those clients who have authenticated using SSL.

Do you mean authenticate using username/password over SSL, or authenticate 
using an SSL certificate?

If the former, setup SMTP AUTH to handle the authentication, and if your 
MTA supports TLS, use that to wrap the authentication in SSL. If not, use 
Stunnel.

If the latter, have the MTA only listen on localhost. Setup Stunnel to 
only accept certain certificates, then forward those connection over 
localhost to the listening MTA.

> Given that they have successfully passed that criteria, then this DMZ
> mail server would pass the mail off to an internal mail server for
> further delivery.

Most MTAs support forwarding all mail to another server - just set this up 
for your MTA of choice.

Adam



Reply to: