On Friday, June 29, 2001 12:39 PM, [EMAIL PROTECTED] spake: > I neet to know if I can find on Debian any imap server that alows me to > use secure conections, and also if I can ask for a password on any smtp > server, exim, smail, ... My problem is that I have to accept mail from > anywere, but it's too dangerous, so I want some way to solve it.
To the second: yes, exim allows you to require authentication for relay operations. Look at the "host_auth_accept_relay" config param. For the first, do you mean that you want to prevent eavesdropping on your imap connections, or do you wish to secure your imap server from unauthorized use? -g