[stunnel-users] JHH re: Server down? [GishPuppy]
gmane.bl4 at gishpuppy.com
gmane.bl4 at gishpuppy.com
Wed Oct 19 20:21:58 CEST 2016
John H Hoffmann wrote:
> upgraded to latest sTunnel v 5.36.
>
> In restarting sTunnel I immediately got a
> 'server down' error
>
> [ ] Service [pop3s] (FD=432) bound to 0.0.0.0:995
>
>
> [!] bind: Permission denied (WSAEACCES) (10013)
>
> [!] Error binding service [comcast-pop3] to 127.0.0.1:995
>
You probably have in the stunnel.conf something similar to:
[pop3s]
accept=995
{...}
[comcast-pop3]
accept=127.0.0.1:995
{...}
accept=995 == 0.0.0.0:995 == (all localhost IPv4 addresses):995
Which includes 127.0.0.1:995
When the [comcast-pop3] service tries to bind to port 995
it fails because it is already bound at the [pop3s] service.
Gishpuppy | To change the delivery settings for this email, click here:
http://www.gishpuppy.com/cgi-bin/[email protected]
More information about the stunnel-users
mailing list