Re: Bind popa3d to local interface only

2006-06-08 Thread Henning Brauer
* Michael Lechtermann <[EMAIL PROTECTED]> [2006-06-08 12:54]: > Damien Miller schrieb: > > Why go through all of this trouble when you can just run it out of > > inetd(8)? > > Why running inetd for that alone and having an additional process open > when popa3d is supposed to be able to do it alone

Re: Bind popa3d to local interface only

2006-06-08 Thread Damien Miller
On Thu, 8 Jun 2006, Michael Lechtermann wrote: > Damien Miller schrieb: > > Why go through all of this trouble when you can just run it out of > > inetd(8)? > > Why running inetd for that alone and having an additional process open > when popa3d is supposed to be able to do it alone when set to a

Re: Bind popa3d to local interface only

2006-06-08 Thread Michael Lechtermann
Damien Miller schrieb: > Why go through all of this trouble when you can just run it out of > inetd(8)? Why running inetd for that alone and having an additional process open when popa3d is supposed to be able to do it alone when set to an address in params.h? Imho, that patch, (with my little ad

Re: Bind popa3d to local interface only

2006-06-08 Thread Damien Miller
On Thu, 8 Jun 2006, Gabriel Kihlman wrote: > > Because of that I just need popa3d to listen on 127.0.0.1. > > Index: standalone.c > === > RCS file: /cvs/src/usr.sbin/popa3d/standalone.c,v > retrieving revision 1.10 > diff -u -r1.10 s

Re: Bind popa3d to local interface only

2006-06-08 Thread Michael Lechtermann
Hey, thanks a lot, I even made a little improvement to the patch. =) Just let it read DAEMON_ADDR from params.h as it is supposed to do that anyway or why would it be listed in params.h when it's not used? Maybe some dev could implement this change in the default build? Michael Index: standalo

Re: Bind popa3d to local interface only

2006-06-08 Thread Gabriel Kihlman
Michael Lechtermann <[EMAIL PROTECTED]> writes: > Hi, > > I am currently setting up a POP3 server and everything is working fine. > Also added stunnel to handle SSL connections for popa3d. > > Now I would like to permit the usage of unencrypted connections to > popa3d to enforce connections over S

Bind popa3d to local interface only

2006-06-07 Thread Michael Lechtermann
Hi, I am currently setting up a POP3 server and everything is working fine. Also added stunnel to handle SSL connections for popa3d. Now I would like to permit the usage of unencrypted connections to popa3d to enforce connections over SSL. popa3d runs in standalone mode and it should stay that w