Re: [users] Re: I need secure mail!

2001-06-30 Thread Martin F. Krafft
> > The question is about where can I found some IMAP > > server that accept secure connections. the way i have it is an imap/pop3 server running, the daemons binding to 127.0.0.1 only, and then stunnel on top, which provides ssl-encrypted access only to the mail ports. it's the best setup i foun

Re: I need secure mail!

2001-06-30 Thread User zos
I think what you need to do is figure out what your needs are first. What you are suggestiong is that you want an unknown (anonymous) box to connect to your mail server via port 25 (sendmail) and somehow login first? Without some way to secure the connection you would be sending a user name and pas

Re: I need secure mail!

2001-06-29 Thread aparra
aparra wrote: Greg Wiley wrote: 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

Re: I need secure mail!

2001-06-29 Thread Greg Wiley Test
On Friday, June 29, 2001 2:36 PM [EMAIL PROTECTED] writed: > Greg Wiley wrote: > > On Friday, June 29, 2001 12:39 PM, [EMAIL PROTECTED] spake: > > > > > [...]and also if I can ask for a password on any smtp > > >server, exim, smail, > > yes, exim allows you to require > > authentication for r

Re: I need secure mail!

2001-06-29 Thread aparra
Greg Wiley wrote: 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 fro

Re: I need secure mail!

2001-06-29 Thread Alvin Oga
hi ya aparra run imaps ( secure imap )... or use stunnel tooo ... lots of options... and if you're a little nutty... ive seen some dsl routers that support PPTP and allows anybody from any ip# to login and get internal access to the corp lan...( with a valid login/pwd ) http://www.Linux-Sec.n

Re: I need secure mail!

2001-06-29 Thread Greg Wiley
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

I need secure mail!

2001-06-29 Thread aparra
Hello, 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. Than