About Linux FAQ

Browse More FAQs:

Linux Restart IMAP Services ( dovecot IMAP server )

Posted by Vivek Gite [Last updated: May 15, 2008]

This FAQ is part 1 of 1 in the series Linux Service Management

Q. How do I restart dovecot IMAP4 / IMAP (Internet Message Access Protocol) under RHEL / CentOS / Fedora / Debian / Ubutnu Linux?

A. Internet Message Access Protocol is a standard client / server protocol for accessing e-mail from your local server. It will not just retrieve email but view it and manipulate it on the server itself. IMAP4 clients can create, rename, and/or delete mailboxes (usually presented to the user as folders) on the server, and move messages between mailboxes. Multiple mailbox support also allows servers to provide access to shared and public folders.

IMAM server port number: 143

Under Linux you can diffrent IMAP server can be installed.

Restart Dovecot IMAP mail server

Type the following command to start / stop and restart server under RHEL / CentOS / Fedora Linux:
# service dovecot start
# service dovecot stop
# service dovecot restart

Automatically reload sever next boot, enter:
# chkconfig dovecot on
To turn off auto loading on next boot, enter:
# chkconfig dovecot off

A Note About Debian / Ubuntu Linux User

Type the following command to start / stop and restart server under Debian / Ubuntu Linux:
# /etc/init.d/dovecot start
# /etc/init.d/dovecot stop
# /etc/init.d/dovecot restart

Use a text-based application called sysvconfig that allows you to configure which services are started at boot time for each runlevel including dovecot under Debian / Ubuntu Linux:
# sysvconfig

Subscribe to our free e-mail newsletter or RSS feed to get all updates. You can Email this page to a friend.

Related Other Helpful FAQs:

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Tags: , , , , , , , , , , , , , , , ,

Copyright © 2006-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.