dave9000

Well-Known Member
Apr 7, 2003
888
1
168
arkansas
cPanel Access Level
Root Administrator
The info on both remote mail and apache2 is listed in bugzilla

apache2 bug# i think is 2049 and would have to go look for the remote mail server bug post

but remote mail is supposed to be coming in version 11 according to the post on the bugzilla

apache2 is in the later parts of alpha/beta testing according to the bug post
 

rpmws

Well-Known Member
Aug 14, 2001
1,787
10
318
back woods of NC, USA
dave9000 said:
The info on both remote mail and apache2 is listed in bugzilla

apache2 bug# i think is 2049 and would have to go look for the remote mail server bug post

but remote mail is supposed to be coming in version 11 according to the post on the bugzilla

apache2 is in the later parts of alpha/beta testing according to the bug post
2299 i think it is
 

MN-Robert

Well-Known Member
Feb 19, 2003
203
0
166
Most excellent, I hope we will be able to use our four nameserver machines as mail machines also, and that the free "dns only" is updated to include "dns & email only"

I'll go have a read of the bug ID now :D
 

BenThomas

Well-Known Member
Feb 12, 2004
598
0
166
Houston, Texas USA
cPanel Access Level
Root Administrator
The root of the problem has been resolved, and we've fixed the Edge builds available on our update servers. These are not new builds, just republished versions (there's still a lot of testing needed before the next Edge) so you'll have to "/scripts/upcp --force" to get the stunnel fix.
 

OCX

Well-Known Member
Sep 20, 2003
231
0
166
cpanelben said:
The root of the problem has been resolved, and we've fixed the Edge builds available on our update servers. These are not new builds, just republished versions (there's still a lot of testing needed before the next Edge) so you'll have to "/scripts/upcp --force" to get the stunnel fix.

this is STILL broken..stunnel fails to start..

Starting cPanel ssl services: Unable to start stunnel. at /usr/local/cpanel/etc/init/startstunnel line 91.

centOS 4.x
latest edge
 

rpmws

Well-Known Member
Aug 14, 2001
1,787
10
318
back woods of NC, USA
OCX said:
this is STILL broken..stunnel fails to start..

Starting cPanel ssl services: Unable to start stunnel. at /usr/local/cpanel/etc/init/startstunnel line 91.

centOS 4.x
latest edge
I just had someone try a solution that Ben just informed me of:

rm -f /usr/local/cpanel/perl/Net/SSLeay/SSLeay.so
/usr/local/cpanel/etc/init/startstunnel

Seems to work for us :) try that
 

BenThomas

Well-Known Member
Feb 12, 2004
598
0
166
Houston, Texas USA
cPanel Access Level
Root Administrator
My apologies for the false hope. This will definitely be resolved with the next new Edge builds. In the meantime this should get you going:

rm -f /usr/local/cpanel/perl/Net/SSLeay/SSLeay.so
kill `cat /var/run/cpsrvd.pid`
/usr/local/cpanel/cpsrvd
/usr/local/cpanel/etc/init/startstunnel
 

salvatore333

Well-Known Member
Mar 27, 2003
229
0
166
This worked but the last command produced this error:

Use of uninitialized value in string eq at /usr/local/cpanel/etc/init/startstunnel line 27.
 

cyon

Well-Known Member
PartnerNOC
Jan 15, 2003
314
0
241
The latest edge build hasn't fix this error for me.

Fix: Search the processes which listen on 993 and 995

#netstat -nlp | grep 993
#netstat -nlp | grep 995

then kill the processes with
#kill <pid>

after that a
#service cpanel restart
did the trick here.

you have to do this after every reboot.
 

ujr

Well-Known Member
Mar 19, 2004
290
0
166
Still broke for me too on 2 test servers...even after reverting to current or applying Ben's fix.

---
Correction it works with the IP, but not the hostname, so it should be an easy fix ;)
 
Last edited: