exim in CMD_SYSTEM_INFO

brewweb

New member
Joined
May 23, 2012
Messages
4
exim built from ports on freebsd 8.2-RELEASE-p5, it works just fine

4774 ?? Ss 0:27.86 /usr/local/sbin/exim -bd -q30m (exim-4.77-1)
21296 ?? S 0:00.00 /usr/local/sbin/exim -bd -q30m (exim-4.77-1)

it has record in services.status

exim-4.77-1=ON

and I can see its pids as admin in CMD_SHOW_SERVICES, but as user in CMD_SYSTEM_INFO I see

Exim *** Stopped ***

Version info:

Compiled on FreeBSD 8.0 64-bit
Compile Date Feb 3 2012, 07:29:09
Server Version 1.40.3
Current Available Version 1.403000
 
Because it should be exim=ON that exim-4.77-1 is wrong

That might be a bug. I dont know how it could of changed into that. Try starting and stopping it from directadmin and see if it changes back to 4.77-1
 
Also check the /usr/local/directadmin/data/admin/services.status file to make sure the line says:
Code:
exim=ON
Jeff
 
Also check the /usr/local/directadmin/data/admin/services.status file to make sure the line says:
Code:
exim=ON
Jeff

No, then i become as admin in CMD_SHOW_SERVICES

exim Process is stopped

with

Code:
exim-4.77-1=ON

I see that exim is running and all its pids

exim-4.77-1 exim-4.77-1 (pid 55667 55663 55302 55300 27156 27062 14586 14578 14312 77071 75048 78000 )

Anyway thank you.
 
Hello,

If I'm not mistaken you should have /usr/local/etc/rc.d/exim-4.77-1 or /usr/local/etc/rc.d/exim-4.77-1.sh then. And it's process name should also be as exim-4.77-1 but not exim.
 
Hello,

If I'm not mistaken you should have /usr/local/etc/rc.d/exim-4.77-1 or /usr/local/etc/rc.d/exim-4.77-1.sh then. And it's process name should also be as exim-4.77-1 but not exim.

That's right. Looks like the problem of exim status in CMD_SYSTEM_INFO is somewhere else.
 
Why don't you rename it to exim simply?

I don't want:) It will be broken after next update of exim, almost all software on my server is built from ports of Freebsd. Its more easy to update and I have all dependencies in one place.
 
Back
Top