> Hi,
>
> I'm wondering how to configure courier to accept esmtp "relaying"
> connections ONLY from those clients that login via SSL using their user id
> and password. I've been studying the documentation in depth and can't find
> any clear directions on how to do this.

If you know your clients' IP address, you can use the smtpaccess file to set
the following variables to '1':

AUTH_REQUIRED
ESMTPD_TLS_REQUIRED

This causes those clients to use TLS *and* authenticate before they can
relay. These 2 settings can also be enabled globally in the esmtpd config
file, but keep in mind that it will force TLS and AUTH for *all* incoming
connections, which you don't want, otherwise you will not receive any email
form the outside world. You could run 2 separate instances of smtpd, a
normal one with any TLS and AUTH requirements, and another solely for your
clients, with stricter requirements.

> An example application is a client who has a laptop computer running w2k
who
> wants to set their SMTP Outbound Mail Server to "mail.somedomain.com" and
> set the SSL setting for the server.



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to