voxtreme-matt

Well-Known Member
Feb 6, 2002
58
0
306
On one particular server. Neither /webmail/ or :2095 work, and I'm a little stuck as to what to try. Any suggestions?
 

feanor

Well-Known Member
Aug 13, 2001
835
0
316
Probably just need to bounce the webmail daemon ......
Horray --&

/etc/rc.d/init.d/cpanel3 restart

Should do the trick.

:p
 

md201

Active Member
Aug 13, 2001
28
0
301
same problem

same problems. web mail on one of my server is not working

port 2095 is not working. however from control panel its working fine.

i checked port 2095 is dead.

HELP HELP HELP.
 

md201

Active Member
Aug 13, 2001
28
0
301
i also run

/etc/init.d/cpanel3 restart command several times and also rebooted server.
 
B

bdraco

Guest
You can setup chkservd to check it by

echo &service[webmail]=2095,GET / HTTP/1.0,HTTP/1..,killall -9 webmaild;/usr/local/cpanel/webmaild& && /etc/chkserv.d/webmail
/sbin/service chkservd restart
 

md201

Active Member
Aug 13, 2001
28
0
301
[quote:268bcdbb7a][i:268bcdbb7a]Originally posted by bdraco[/i:268bcdbb7a]

You can setup chkservd to check it by

echo &service[webmail]=2095,GET / HTTP/1.0,HTTP/1..,killall -9 webmaild;/usr/local/cpanel/webmaild& && /etc/chkserv.d/webmail
/sbin/service chkservd restart[/quote:268bcdbb7a]


thank you now it works fine after doing what you suggested. :)
 

sbrad

Well-Known Member
Aug 14, 2001
113
0
316
Nick.
I'm having the same problem. I tried what you suggested, to no avail.
 

sbrad

Well-Known Member
Aug 14, 2001
113
0
316
I hate to bump this, but I've had no response to my bug report, and I am getting hammered with emails from irrational customers.
 

Djelibeybi

Well-Known Member
Mar 19, 2002
55
0
306
My server also doesn't work with /webmail (it gives a 404 Page Not Found error). Running ./scripts/fixwebmail gives me this:

root@servername [/scripts]# ./fixwebmail
chown: getting attributes of `/usr/local/etc/cpanel/base/webmail/data': No such file or directory
chmod: getting attributes of `/usr/local/etc/cpanel/base/webmail/data': No such file or directory
 

Brad

Well-Known Member
Aug 16, 2001
229
0
316
Looks like it's time for a full time support person in the message base ;-)
 

jumpdomain

Well-Known Member
Aug 12, 2001
109
0
316
If you issue these 2 commands as root, webmaild will not start? I just killed it and tested and it worked on one of our server:
killall -9 webmaild
/usr/local/cpanel/webmaild
 

sbrad

Well-Known Member
Aug 14, 2001
113
0
316
[quote:b8f45fdd25][i:b8f45fdd25]Originally posted by jumpdomain[/i:b8f45fdd25]
If you issue these 2 commands as root, webmaild will not start?
[/quote:b8f45fdd25]

Uh, yeah. That got her going.
Thanks.