Re: secure pop3

2001-08-02 Thread Michael Knoop
I have done this, and it is not hard. You have to connect SSH with local port forwarding on port 110. Then, set your mail client to use a pop3 server on localhost. SSH will forward the pop3 request to the connected machine and send your mail back along the same connection, as if the server were

Re: secure pop3

2001-08-02 Thread Alson van der Meulen
On Thu, Aug 02, 2001 at 10:49:53AM -0300, GARGIULO Eduardo INGDESI wrote: > Hi all. > > I have a smtp/pop3 server behind a firewall at work and I can login the > server using ssh. The problem is that the port 110 is closed for external > interface, so I can't get my emai

secure pop3

2001-08-02 Thread GARGIULO Eduardo INGDESI
Hi all. I have a smtp/pop3 server behind a firewall at work and I can login the server using ssh. The problem is that the port 110 is closed for external interface, so I can't get my email messages with pop3 clients. Is there any way to tunnel pop3 over ssh? How? I'm using that with

Re: pop3

2001-07-30 Thread Scott Bigham
On Jul 30, 2001, Christian Kurz wrote: > An easier way would be to use the autocmd feature of vim. I use it for > example this way: > > |autocmd BufNewFile,BufReadPost reportbug*,mutt-* set textwidth=72 Actually, since vim 5.4 or so, this is even easier: autocmd FileType mail set textwidth=

Re: pop3

2001-07-30 Thread Jim Breton
il server) Indeed, I have been doing exactly that and it works great. I run Solar Designer's 'popa3d' on port 110 for those users which do not have clients supporting TLS, but those who do are encouraged to use the POP3/TLS running on port 995 which is really just an stunnel to port

Re: pop3

2001-07-30 Thread Scott Bigham
On Jul 30, 2001, Christian Kurz wrote: > An easier way would be to use the autocmd feature of vim. I use it for > example this way: > > |autocmd BufNewFile,BufReadPost reportbug*,mutt-* set textwidth=72 Actually, since vim 5.4 or so, this is even easier: autocmd FileType mail set textwidth

Re: pop3

2001-07-30 Thread Rob Hudson
owever. But at least it is secure past my local system. > On 20010730.2244, Rafal Kupka said ... > > On Sun, Jul 29, 2001 at 04:44:57PM -0700, Rob Hudson wrote: > Hello, > > [cut - about secure pop3 daemon] > > > > I currently have fetchmail opening up a SSH tunnel,

Re: pop3

2001-07-30 Thread Adam Olsen
On Mon, Jul 30, 2001 at 10:44:01PM +0200, Rafal Kupka wrote: > On Sun, Jul 29, 2001 at 04:44:57PM -0700, Rob Hudson wrote: > Hello, > > [cut - about secure pop3 daemon] > > > > I currently have fetchmail opening up a SSH tunnel, and get my mail > > via popa3d.

Re: pop3

2001-07-30 Thread Stephen Hassard
Kupka" <[EMAIL PROTECTED]> To: Sent: Monday, July 30, 2001 1:44 PM Subject: Re: pop3 > On Sun, Jul 29, 2001 at 04:44:57PM -0700, Rob Hudson wrote: > Hello, > > [cut - about secure pop3 daemon] > > > > I currently have fetchmail opening up a SSH tunnel, and get my ma

Re: pop3

2001-07-30 Thread Rafal Kupka
On Sun, Jul 29, 2001 at 04:44:57PM -0700, Rob Hudson wrote: Hello, [cut - about secure pop3 daemon] > > I currently have fetchmail opening up a SSH tunnel, and get my mail > via popa3d. I'll attach relavent scripts... > > /home/user/.fetchmailrc: > --

Re: pop3

2001-07-30 Thread Jim Breton
il server) Indeed, I have been doing exactly that and it works great. I run Solar Designer's 'popa3d' on port 110 for those users which do not have clients supporting TLS, but those who do are encouraged to use the POP3/TLS running on port 995 which is really just an stunnel to port

Re: pop3

2001-07-30 Thread Jim Breton
On Mon, Jul 30, 2001 at 12:47:46PM -0600, Moe Harley wrote: > I'm more worried about people seeing > my pop3 service as a potential door into my network. See my first reply to you

Re: pop3

2001-07-30 Thread Moe Harley
Thank you everyone, I value all the comments ive been receiving on the subject. :) However when I was referring to secure, i meant more along the lines of "stable". I understand the pop3 protocol and know its limitations as far as plaintext passwords are concerned, and I fully inte

Re: pop3

2001-07-30 Thread Rob Hudson
owever. But at least it is secure past my local system. > On 20010730.2244, Rafal Kupka said ... > > On Sun, Jul 29, 2001 at 04:44:57PM -0700, Rob Hudson wrote: > Hello, > > [cut - about secure pop3 daemon] > > > > I currently have fetchmail opening up a SSH tunnel,

Re: pop3

2001-07-30 Thread Adam Olsen
On Mon, Jul 30, 2001 at 10:44:01PM +0200, Rafal Kupka wrote: > On Sun, Jul 29, 2001 at 04:44:57PM -0700, Rob Hudson wrote: > Hello, > > [cut - about secure pop3 daemon] > > > > I currently have fetchmail opening up a SSH tunnel, and get my mail > > via popa3d.

Re: pop3

2001-07-30 Thread Stephen Hassard
Kupka" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 30, 2001 1:44 PM Subject: Re: pop3 > On Sun, Jul 29, 2001 at 04:44:57PM -0700, Rob Hudson wrote: > Hello, > > [cut - about secure pop3 daemon] > > > > I currently have fetchmail opening u

Re: pop3

2001-07-30 Thread Rafal Kupka
On Sun, Jul 29, 2001 at 04:44:57PM -0700, Rob Hudson wrote: Hello, [cut - about secure pop3 daemon] > > I currently have fetchmail opening up a SSH tunnel, and get my mail > via popa3d. I'll attach relavent scripts... > > /home/user/.fetchmailrc: > --

Re: pop3

2001-07-30 Thread Jim Breton
On Mon, Jul 30, 2001 at 12:47:46PM -0600, Moe Harley wrote: > I'm more worried about people seeing > my pop3 service as a potential door into my network. See my first reply to you -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tr

Re: pop3

2001-07-30 Thread Moe Harley
Thank you everyone, I value all the comments ive been receiving on the subject. :) However when I was referring to secure, i meant more along the lines of "stable". I understand the pop3 protocol and know its limitations as far as plaintext passwords are concerned, and I fully inte

Re: pop3

2001-07-30 Thread Christian Kurz
On 01-07-30 Andrew Sione Taumoefolau wrote: > > I've you are using vim use: > > set textwidth=72 > > in your .vimrc to wrap te lines to a max of 72 char. > Probably better not to do it that way, unless you're okay with Vim > wrapping ALL documents you edit with it at 72 characters. I've got a li

Re: Pop3 proxy

2001-07-30 Thread Marek Habersack
** On Jul 30, Tamas TEVESZ scribbled: > On Mon, 30 Jul 2001, Emmanuel Lacour wrote: > > > Is there anyone who used some of them. What is the best from a security > view (I will not have a lot of connections on it). > > www.balabit.hu/products/Zorp/ http://www.balabit.hu/en/products/Zorp/ - that

Re: Pop3 proxy

2001-07-30 Thread Tamas TEVESZ
On Mon, 30 Jul 2001, Emmanuel Lacour wrote: > Is there anyone who used some of them. What is the best from a security view > (I will not have a lot of connections on it). www.balabit.hu/products/Zorp/ -- [-]

Pop3 proxy

2001-07-30 Thread Emmanuel Lacour
Hi, I need a pop3 proxy to protect a bad pop3server (Exc...ge). I founded: popular pop3proxy perdition Is there anyone who used some of them. What is the best from a security view (I will not have a lot of connections on it). Thanks. pgp0iDprHXzWh.pgp Description: PGP

Re: pop3

2001-07-30 Thread Christian Kurz
On 01-07-30 Andrew Sione Taumoefolau wrote: > > I've you are using vim use: > > set textwidth=72 > > in your .vimrc to wrap te lines to a max of 72 char. > Probably better not to do it that way, unless you're okay with Vim > wrapping ALL documents you edit with it at 72 characters. I've got a l

Re: Pop3 proxy

2001-07-30 Thread Marek Habersack
** On Jul 30, Tamas TEVESZ scribbled: > On Mon, 30 Jul 2001, Emmanuel Lacour wrote: > > > Is there anyone who used some of them. What is the best from a security view (I >will not have a lot of connections on it). > > www.balabit.hu/products/Zorp/ http://www.balabit.hu/en/products/Zorp/ - that

Re: Pop3 proxy

2001-07-30 Thread Tamas TEVESZ
On Mon, 30 Jul 2001, Emmanuel Lacour wrote: > Is there anyone who used some of them. What is the best from a security view (I will >not have a lot of connections on it). www.balabit.hu/products/Zorp/ -- [-] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". T

Pop3 proxy

2001-07-30 Thread Emmanuel Lacour
Hi, I need a pop3 proxy to protect a bad pop3server (Exc...ge). I founded: popular pop3proxy perdition Is there anyone who used some of them. What is the best from a security view (I will not have a lot of connections on it). Thanks. PGP signature

Re: pop3

2001-07-30 Thread Brett Parker
On Mon, Jul 30, 2001 at 06:10:29PM +1000, Andrew Sione Taumoefolau wrote: > > I've you are using vim use: > > > > set textwidth=72 > > > > in your .vimrc to wrap te lines to a max of 72 char. > > Probably better not to do it that way, unless you're okay with Vim > wrapping ALL documents you edit

Re: pop3

2001-07-30 Thread Andrew Sione Taumoefolau
> I've you are using vim use: > > set textwidth=72 > > in your .vimrc to wrap te lines to a max of 72 char. Probably better not to do it that way, unless you're okay with Vim wrapping ALL documents you edit with it at 72 characters. I've got a line in my .muttrc that goes something like this:

Re: pop3

2001-07-30 Thread Frédéric de Villamil
Hello, actually the most secure pop3 server we've tried at work was qpoper. The only problem is it's too slow for a massive use (hosting service) and we had to write our own one. But it's still quite good, and I'd advice you to use it fred On Sunday 29 July 2001 22:

Re: pop3

2001-07-30 Thread Wouter van Gils
[On 30 Jul, 2001, Andrew Sione Taumoefolau wrote in " Re: pop3 "] > > PS. Please wrap your lines at 72-ish characters. Hmm. I've seen a lot > > of mutt users with un-wrapped lines. I would've expected that from a > > GUI mail reader like Mozilla, but not

Re: pop3

2001-07-30 Thread Brett Parker
On Mon, Jul 30, 2001 at 06:10:29PM +1000, Andrew Sione Taumoefolau wrote: > > I've you are using vim use: > > > > set textwidth=72 > > > > in your .vimrc to wrap te lines to a max of 72 char. > > Probably better not to do it that way, unless you're okay with Vim > wrapping ALL documents you edi

Re: pop3

2001-07-30 Thread Andrew Sione Taumoefolau
> I've you are using vim use: > > set textwidth=72 > > in your .vimrc to wrap te lines to a max of 72 char. Probably better not to do it that way, unless you're okay with Vim wrapping ALL documents you edit with it at 72 characters. I've got a line in my .muttrc that goes something like this:

Re: pop3

2001-07-30 Thread Frédéric de Villamil
Hello, actually the most secure pop3 server we've tried at work was qpoper. The only problem is it's too slow for a massive use (hosting service) and we had to write our own one. But it's still quite good, and I'd advice you to use it fred On Sunday 29 July 2001 22:

Re: pop3

2001-07-29 Thread Wouter van Gils
[On 30 Jul, 2001, Andrew Sione Taumoefolau wrote in " Re: pop3 "] > > PS. Please wrap your lines at 72-ish characters. Hmm. I've seen a lot > > of mutt users with un-wrapped lines. I would've expected that from a > > GUI mail reader like Mozilla, but not

Re: pop3

2001-07-29 Thread Andrew Sione Taumoefolau
> PS. Please wrap your lines at 72-ish characters. Hmm. I've seen a lot > of mutt users with un-wrapped lines. I would've expected that from a > GUI mail reader like Mozilla, but not from a proper mailreader like > mutt. Anyone know why? You have to set it manually, and a lot of people probabl

Re: pop3

2001-07-29 Thread Ethan Benson
On Sun, Jul 29, 2001 at 06:14:49PM -0600, Hubert Chan wrote: > PS. Please wrap your lines at 72-ish characters. Hmm. I've seen a lot > of mutt users with un-wrapped lines. I would've expected that from a > GUI mail reader like Mozilla, but not from a proper mailreader like > mutt. Anyone know

Re: pop3

2001-07-29 Thread Adam Olsen
On Sun, Jul 29, 2001 at 06:14:49PM -0600, Hubert Chan wrote: > PS. Please wrap your lines at 72-ish characters. Hmm. I've seen a lot > of mutt users with un-wrapped lines. I would've expected that from a > GUI mail reader like Mozilla, but not from a proper mailreader like > mutt. Anyone know w

Re: pop3

2001-07-29 Thread Yotam Rubin
On Sun, Jul 29, 2001 at 02:13:17PM -0600, Moe Harley wrote: > Thought i'd ask what the general opinion is on the most secure pop3 daemon. > I need to install a pop3 damon on my debian machine, but I wanted to get a > good idea from you guys on which one to install. Greetings,

Re: pop3

2001-07-29 Thread Hubert Chan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >>>>> "Pedro" == Pedro Zorzenon Neto <[EMAIL PROTECTED]> writes: Pedro> On Sun, Jul 29, 2001 at 02:13:17PM -0600, Moe Harley wrote: >> Thought i'd ask what the general opinion is on the most secure pop3

Re: pop3

2001-07-29 Thread Rob Hudson
> On 20010729.2024, Pedro Zorzenon Neto said ... > > On Sun, Jul 29, 2001 at 02:13:17PM -0600, Moe Harley wrote: > > Thought i'd ask what the general opinion is on the most secure pop3 daemon. > > I need to install a pop3 damon on my debian machine, but I wanted to ge

Re: pop3

2001-07-29 Thread Jim Breton
On Sun, Jul 29, 2001 at 02:13:17PM -0600, Moe Harley wrote: > Thought i'd ask what the general opinion is on the most secure pop3 daemon. Here is one decent one: http://www.openwall.com/popa3d/

Re: pop3

2001-07-29 Thread John McCullough
solid-POP3 has support for encryption on login (not sure about mail transfer). I haven't tried it out yet, but i know its there. Moe Harley wrote: Thought i'd ask what the general opinion is on the most secure pop3 daemon. I need to install a pop3 damon on my debian machine, but I

Re: pop3

2001-07-29 Thread Pedro Zorzenon Neto
On Sun, Jul 29, 2001 at 02:13:17PM -0600, Moe Harley wrote: > Thought i'd ask what the general opinion is on the most secure pop3 daemon. > I need to install a pop3 damon on my debian machine, but I wanted to get a > good idea from you guys on which one to install. Hi Moe, All

Re: pop3

2001-07-29 Thread Andrew Sione Taumoefolau
> PS. Please wrap your lines at 72-ish characters. Hmm. I've seen a lot > of mutt users with un-wrapped lines. I would've expected that from a > GUI mail reader like Mozilla, but not from a proper mailreader like > mutt. Anyone know why? You have to set it manually, and a lot of people probab

Re: pop3

2001-07-29 Thread Ethan Benson
On Sun, Jul 29, 2001 at 06:14:49PM -0600, Hubert Chan wrote: > PS. Please wrap your lines at 72-ish characters. Hmm. I've seen a lot > of mutt users with un-wrapped lines. I would've expected that from a > GUI mail reader like Mozilla, but not from a proper mailreader like > mutt. Anyone know

Re: pop3

2001-07-29 Thread Adam Olsen
On Sun, Jul 29, 2001 at 06:14:49PM -0600, Hubert Chan wrote: > PS. Please wrap your lines at 72-ish characters. Hmm. I've seen a lot > of mutt users with un-wrapped lines. I would've expected that from a > GUI mail reader like Mozilla, but not from a proper mailreader like > mutt. Anyone know

Re: pop3

2001-07-29 Thread Yotam Rubin
On Sun, Jul 29, 2001 at 02:13:17PM -0600, Moe Harley wrote: > Thought i'd ask what the general opinion is on the most secure pop3 daemon. > I need to install a pop3 damon on my debian machine, but I wanted to get a > good idea from you guys on which one to install. Greetings,

Re: pop3

2001-07-29 Thread Hubert Chan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >>>>> "Pedro" == Pedro Zorzenon Neto <[EMAIL PROTECTED]> writes: Pedro> On Sun, Jul 29, 2001 at 02:13:17PM -0600, Moe Harley wrote: >> Thought i'd ask what the general opinion is on the most secure pop3

Re: pop3

2001-07-29 Thread Rob Hudson
> On 20010729.2024, Pedro Zorzenon Neto said ... > > On Sun, Jul 29, 2001 at 02:13:17PM -0600, Moe Harley wrote: > > Thought i'd ask what the general opinion is on the most secure pop3 daemon. > > I need to install a pop3 damon on my debian machine, but I wanted to ge

Re: pop3

2001-07-29 Thread Jim Breton
On Sun, Jul 29, 2001 at 02:13:17PM -0600, Moe Harley wrote: > Thought i'd ask what the general opinion is on the most secure pop3 daemon. Here is one decent one: http://www.openwall.com/popa3d/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Re: pop3

2001-07-29 Thread John McCullough
solid-POP3 has support for encryption on login (not sure about mail transfer). I haven't tried it out yet, but i know its there. Moe Harley wrote: >Thought i'd ask what the general opinion is on the most secure pop3 daemon. >I need to install a pop3 damon on my debian machine,

Re: pop3

2001-07-29 Thread Pedro Zorzenon Neto
On Sun, Jul 29, 2001 at 02:13:17PM -0600, Moe Harley wrote: > Thought i'd ask what the general opinion is on the most secure pop3 daemon. > I need to install a pop3 damon on my debian machine, but I wanted to get a > good idea from you guys on which one to install. Hi Moe, All

pop3

2001-07-29 Thread Moe Harley
Thought i'd ask what the general opinion is on the most secure pop3 daemon. I need to install a pop3 damon on my debian machine, but I wanted to get a good idea from you guys on which one to install.

pop3

2001-07-29 Thread Moe Harley
Thought i'd ask what the general opinion is on the most secure pop3 daemon. I need to install a pop3 damon on my debian machine, but I wanted to get a good idea from you guys on which one to install. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

<    1   2