vm -pop 3d issue

zx-75

Verified User
Joined
Feb 3, 2014
Messages
21
6scj6x.jpg

it was stopped in system information convert to dovecot using link below

http://help.directadmin.com/item.php?id=143

all good after that i set vm -pop3d off in /usr/local/directadmin/data/admin/services.status restart server but its still showing vm-pop3d stopped in system information not dovecot ruining any idea? thanks.
 
no luck is there any way for make a fast backup of server i have 100GB data.
 
The issue with dovecot is not a reason to format HDD and reinstall the OS. Try again:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build dovecot
./build todovecot

and make sure no error occured and build process of dovecot succeed. Probably you've got a error.

Then edit /usr/local/directadmin/data/admin/services.status and remove line with vm-pop3d from the file, and add there line (make sure the file has an empty line in the very bottom):

Code:
dovecot=ON

restart directadmin, and dovecot:

Code:
/etc/init.d/directadmin restart
/etc/init.d/dovecot restart
/etc/init.d/[FONT=Verdana]vm-pop3d stop[/FONT][FONT=Verdana]
[/FONT]
 
Code:
[name@server ~]# /etc/init.d/vm-pop3d stop
-bash: /etc/init.d/vm-pop3d: No such file or directory
[name@server ~]#


but in system information its showing and telling ***stopped***
 
Then edit /usr/local/directadmin/data/admin/services.status and remove line with vm-pop3d from the file and save it. Restart directadmin.
 
Well, very confusing statement that is. That should work if you'd follow posted above instructions and did not drop any step.
 
Back
Top