So now there is three exims running, how can I remove the second one?
So now there is three exims running, how can I remove the second one?
Hello
Could you provide more details about the exact steps you took, and paste a list of the current Exim processes that are running?
Thank you.
cPResources: Support Options - Submit a ticket here - Additional Support Options - Forums Search - Mailing Lists - Documentation - Migration Services
-- cPanelMichael - Migration Specialist, Technical Analyst, cPanel Technical Support
How did you add exim on 26? In WHM > Service Manager or somewhere else?
You should probably restart exim itself to see what happens. If that doesn't work, check the following locations for exim-26:
/var/run/chkservd/exim-26
/etc/chkserv.d/exim-26
Remove or move those files. Additionally, check /etc/chkserv.d/chkservd.conf file and remove any line such as:
At that point, restart chkservd:Code:exim-26:1
Code:/scripts/restartsrv_chkservd
cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
-- Tristan, Forums Technical Analyst, cPanel Tech Support
Submit a ticket | Check an existing ticket
Yes all three where through cpanel, first was on install, 26 I added with service manager, the third was 26 switch to 587 on service manager.
/var/run/chkservd/exim-26
/etc/chkserv.d/exim-26
These both gave file not there errors
There is no 26 on this file:
/etc/chkserv.d/chkservd.conf
The server status still shows 26 up and running even after restarting exim.
Could you check in /etc/exim.conf to see if 26 is listed?
Code:grep 26 /etc/exim.conf
cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
-- Tristan, Forums Technical Analyst, cPanel Tech Support
Submit a ticket | Check an existing ticket
nothing showed up, thanks for the help btw
If nothing showed up, then exim itself is not binding on port 26. Please try this now:
Code:lsof -i :26 netstat -an | grep :26
cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
-- Tristan, Forums Technical Analyst, cPanel Tech Support
Submit a ticket | Check an existing ticket
Nothing on both, I'm guessing it's a cpanel service monitor error and 26 really isn't there?
Where are you even seeing the 3 ports running? You have not provided the actual area you are seeing them as listed in WHM or root SSH by what command or section. Given all that we've gone through to check, it definitely doesn't appear that exim-26 is running at all on the machine.
cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
-- Tristan, Forums Technical Analyst, cPanel Tech Support
Submit a ticket | Check an existing ticket
That area is populated by these files:
/var/run/chkservd/exim-26
/var/run/chkservd/restart_track/exim-26
Please ensure again that any such files have been either removed or moved.
cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
-- Tristan, Forums Technical Analyst, cPanel Tech Support
Submit a ticket | Check an existing ticket
I ran both of these and got a permission error
root@dwhs69 [~]# /var/run/chkservd/exim-26
-bash: /var/run/chkservd/exim-26: Permission denied
root@dwhs55 [~]# /var/run/chkservd/restart_track/exim-26
-bash: /var/run/chkservd/restart_track/exim-26: Permission denied
root@dwhs69 [~]#
These aren't ones to run as they aren't executable files. That doesn't mean they don't exist. Move the files if they exist:
Code:mv /var/run/chkservd/exim-26 /root/exim-26.bak mv /var/run/chkservd/restart_track/exim-26 /root/exim-26.bak2
cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
-- Tristan, Forums Technical Analyst, cPanel Tech Support
Submit a ticket | Check an existing ticket
Aha, perfect, that was it!
Thanks again for all the help.