On 10/20/05, Ki Song <ki@xxxxxxxxxxxxxxx> wrote: > > > > From: Alexander Dalloz <ad+lists@xxxxxxxxx> > > Reply-To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx> > > Date: Fri, 21 Oct 2005 00:08:02 +0200 > > To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx> > > Subject: Re: IMAP Access Not Working!! > > > > Am Do, den 20.10.2005 schrieb Ki Song um 23:47: > > > > Don't top-post please and strip quotation. > > > >> I only installed these mail servers: > >> > >> - postfix > >> - cyrus > > > > cyrus-sasl or cyrus-imapd? Only the second one is a mail storage/access > > server. > > How do I check to see if this server is installed and running properly? It's > not listed in the chkconfig list You should get used to the 'man' command, which can help you figure out how to use other commands, e.g., man chkconfig But, to answer your question, you want to do this: chkconfig --list [servicename] where [servicename] is cyrus-imapd, httpd, iptables, or whatever. so you need chkconfig --list cyrus-imapd send us the output from that command, and from the iptables command you tried earlier.