Dear All, I am new to Dovecot, so please help me to overcome the following problem. I have installed postfix + Dovecot in Redhat EL 3. I have installed them from the source codes. Problem is that how can I start Dovecot at the boot time? Regards Indrajith -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20051006/9bda95e5/attachment-0001.html>
Dear All, I am new to Dovecot, so please help me to overcome the following problem. I have installed postfix + Dovecot in Redhat EL 3. I have installed them from the source codes. Problem is that how can I start Dovecot at the boot time? Regards Indrajith -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20051006/951517cc/attachment-0001.html>
chkconfig --level 345 dovecot on you can also do a ntsysv [runlevel] ________________________________ From: dovecot-bounces at dovecot.org [mailto:dovecot-bounces at dovecot.org] On Behalf Of SUPER POSTFIX Sent: Thursday, October 06, 2005 7:30 AM To: dovecot at dovecot.org Subject: [Dovecot] Starting Dovecot at the boot time. Dear All, I am new to Dovecot, so please help me to overcome the following problem. I have installed postfix + Dovecot in Redhat EL 3. I have installed them from the source codes. Problem is that how can I start Dovecot at the boot time? Regards Indrajith -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20051006/fd6da100/attachment-0001.html>
SUPER POSTFIX wrote:> I have installed postfix + Dovecot in Redhat EL 3. I have installed them > from the source codes. > > Problem is that how can I start Dovecot at the boot time?1. Get init.d script from http://pi.ip.fi/~toha/dovecot/redhat/dovecot.initd 2. Check that "PREFIX=" in dovecot.initd matches your Dovecot installation prefix. 3. Rename file to "dovecot" and move it to /etc/init.d 4. Run "chkconfig --add dovecot" and you are done. -- Tomi Hakala