Linux Restart IMAP Services ( dovecot IMAP server )
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:
- Howto: Linux Dovecot Secure IMAPS / POP3S SSL Server configuration
- Access Linux mail server from windows XP
- Linux port scanning with netcat (nc) command
- Howto restart inetd service / daemon under Linux
- chkconfig on FreeBSD to start services automatically initial boot time
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!
Tags: auto loading, boot time, client server protocol, fedora linux, imap mail server, imap services, internet message access protocol, mail server type, mailbox support, mailboxes, move messages, public folders, restart imap, runlevel, server port number, servers, Ubuntu Linux



Recent Comments
Today ~ 1 Comment
Today ~ 3 Comments
Today ~ 57 Comments
Yesterday ~ 9 Comments
Yesterday ~ 7 Comments