Christopher L Merrill wrote:

Joseph Tate wrote:

Do a chkconfig --list ipop3, chkconfig --list httpd and chkconfig --list postfix and send the output. The package name is imap. Look at the manpage for chkconfig to turn daemons on and off.


Thanks!...always wondered how to do that. I think Postfix didn't restart
because it wasn't configured for any runlevels. Apache was, however, so I'm
still a little confused there.


I did not change the config for ipop3, so the following would seem to
indicate that it should be working, correct?

[EMAIL PROTECTED] etc]# chkconfig --list ipop3
ipop3           on
[EMAIL PROTECTED] etc]# chkconfig --list httpd
httpd           0:off   1:off   2:off   3:on    4:on    5:on    6:off
[EMAIL PROTECTED] etc]# chkconfig --list postfix
postfix         0:off   1:off   2:off   3:on    4:on    5:on    6:off
[EMAIL PROTECTED] etc]# runlevel
N 5

(in the above listing, I fixed httpd and postfix to run at levels 3-5,
 but left ipop3 as it was)

TIA,
Chris


Do you have any clues in the /var/log/httpd/* logs? How about /var/log/maillog? What does your /etc/sysconfig/iptables look like for port 110? Have you got anything in /etc/hosts.allow and /etc/hosts.deny? Do a rpm -V imap to make sure you don't have any corruption in that package.

--
TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ  : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
TriLUG PGP Keyring         : http://trilug.org/~chrish/trilug.asc

Reply via email to