Dovecot

tza

Verified User
Joined
Jan 8, 2007
Messages
77
The service dovecot down and I don't succeed to start
this massage that I get



Cannot find the script

Details

/etc/init.d/dovecot

what i need to do ?
 
i run in ssh it is not work
:

[root@server1 ~]# ls -l /etc/init.d/dovecot
ls: /etc/init.d/dovecot: No such file or directory
[root@server1 ~]#
 
Dovecot seems to be not installed:

Code:
cd /usr/local/directaadmin/custombuild
./build update
./build clean
./build dovecot
./build todovecot
/etc/init.d/dovecot restart

Are you running CentOS 5?
 
centps 5.3
just write this ?

whiy it is happen that the dovecot down ?
 
Run those commands in shell.

Is it a fresh installed server with directadmin? Has dovecot ever been working on your server?
 
It always worked, suddenly down, an old server with lot of customers
Run the command?
 
it took long time ?

[root@server1 ~]# cd /usr/local/directadmin/custombuild
[root@server1 custombuild]# ./build update
--2011-01-31 18:54:38-- http://files.directadmin.com/services/custombuild/1.1/custombuild.tar.gz
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com|72.35.85.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 103676 (101K) [application/x-gzip]
Saving to: `./custombuild.tar.gz'

2% [ ] 2,653 --.-K/s eta 44m 31s
2% [ ] 2,653 --.-K/s eta 66m 13s
 
Ok. Run this:

added ./build set_fastest

Code:
cd /usr/local/directaadmin/custombuild
./build set_fastest
./build update
./build clean
./build dovecot
./build todovecot
/etc/init.d/dovecot restart
 
Still stuck


| You can pass a 2nd argument to automate the input: |
| ./build <option> d : do the default action |
| ./build <option> y : answer yes to all questions |
| ./build <option> n : answer no to all questions |
+--------------------------------------------------------+
[root@server1 custombuild]# ./build update
--2011-01-31 22:12:53-- http://files.directadmin.com/services/custombuild/1.1/custombuild.tar.gz
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com|72.35.85.222|:80...

/.....
 
Code:
cd /usr/local/directaadmin/custombuild
./build set_fastest d
./build update
./build clean
./build dovecot d
./build todovecot d
/etc/init.d/dovecot restart
 
Back
Top