Dovecot POP3 Server
I recently disable Dovecot POP3 Server in Service Manager, how do I find out from shell if Dovecot POP3 Server is actually running or not? what's the command? same goes for exim. thanks.
-
ps aux | grep dovecot ps aux | grep exim 0 -
Hello :) Yes, you could use the commands listed in the previous post, or commands such as: /scripts/restartsrv_dovecot --status /scripts/restartsrv_exim --status
Thank you.0 -
root@snvf [/onedata/dox/public_html]# ps aux | grep dovecot root 6028 0.0 0.0 19604 1092 ? Ss 17:57 0:00 /usr/sbin/dovecot dovenull 6033 0.0 0.0 42220 2324 ? S 17:57 0:00 dovecot/pop3-login dovenull 6034 0.0 0.0 42224 2400 ? S 17:57 0:00 dovecot/imap-login dovecot 6035 0.0 0.0 13308 976 ? S 17:57 0:00 dovecot/anvil root 6036 0.0 0.0 13436 1144 ? S 17:57 0:00 dovecot/log dovenull 6039 0.0 0.0 42220 2324 ? S 17:57 0:00 dovecot/pop3-login root 6040 0.0 0.0 16420 1996 ? S 17:57 0:00 dovecot/config dovenull 6041 0.0 0.0 42224 2396 ? S 17:57 0:00 dovecot/imap-login dovecot 6043 0.0 0.0 29456 1884 ? S 17:57 0:00 dovecot/auth root 12460 0.0 0.0 103252 836 pts/0 S+ 18:47 0:00 grep dovecot root@snvf [/onedata/dox/public_html]# ps aux | grep exim root 12469 0.0 0.0 103248 836 pts/0 S+ 18:47 0:00 grep exim Does that mean they're still running? how come? I disable them in service manager and did a reboot, why is it still showing up? ty. 0 -
If you want to disable the mail server completely, then select "Disabled" in: "WHM Home " Service Configuration " Mailserver Selection" Thank you. 0
Please sign in to leave a comment.
Comments
4 comments