hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : Exim stopped
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

Exim stopped

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 06-18-2003, 10:24 AM
VH-Robert VH-Robert is offline
Disabled
 
Join Date: Dec 2002
Location: Miami, FL
Posts: 1,487
Exclamation

Exim stopped


Our EXIM stopped working and Cpanel continues to try to restart it, which doesn't work.

How can I go about on checking to see why it doesn't start? My sysadmin is out of town (GRR).

Thanks.

Reply With Quote


Sponsored Links
  #2  
Old 06-18-2003, 11:29 AM
serial serial is offline
Disabled
 
Join Date: Feb 2003
Posts: 344
/scripts/upcp

If that doesn't solve it with an update from cPanel, tail -f /var/log/messages and look for errors.

Reply With Quote
  #3  
Old 06-18-2003, 04:19 PM
VH-Robert VH-Robert is offline
Disabled
 
Join Date: Dec 2002
Location: Miami, FL
Posts: 1,487
2003-06-18 15:27:04 Exim configuration error
main option "acl_smtp_rcpt" unknown in line 11

I did tail -f and got this:

Jun 18 15:15:00 zeus named[240]: denied update from [216.153.253.10].10168 for "
Epicserver.com" IN
Jun 18 15:15:52 zeus named[240]: denied update from [216.153.253.10].4616 for "E
picserver.com" IN
Jun 18 15:16:02 zeus named[240]: denied update from [216.153.253.10].9434 for "E
picserver.com" IN
Jun 18 15:16:06 zeus named[240]: denied update from [216.153.253.10].4362 for "E
picserver.com" IN
Jun 18 15:20:01 zeus named[240]: denied update from [216.153.253.10].5064 for "E
picserver.com" IN
Jun 18 15:22:03 zeus named[240]: denied update from [216.153.253.10].4298 for "E
picserver.com" IN
Jun 18 15:22:04 zeus su: admin to root on /dev/ttyp0
Jun 18 15:22:57 zeus named[240]: denied update from [216.153.253.10].5242 for "E
picserver.com" IN
Jun 18 15:26:18 zeus proftpd[5277]: zeus.epicserver.com (cs24174137-143.satx.rr.
com[24.174.137.143]) - USER cazkyle: Login successful.
Jun 18 15:26:54 zeus su: admin to root on /dev/ttyp0


Any ideas?

Reply With Quote
Sponsored Links
  #4  
Old 06-18-2003, 04:23 PM
serial serial is offline
Disabled
 
Join Date: Feb 2003
Posts: 344
What cPanel build are you running?

Reply With Quote
  #5  
Old 06-18-2003, 04:31 PM
VH-Robert VH-Robert is offline
Disabled
 
Join Date: Dec 2002
Location: Miami, FL
Posts: 1,487
THanks for the reply Serial - this morning I upgraded Cpanel and WHM.

WHM 6.4.2 Cpanel 6.4.2-R84

Problem was before Cpanel/WHM Upgrade

Reply With Quote
  #6  
Old 06-18-2003, 04:35 PM
serial serial is offline
Disabled
 
Join Date: Feb 2003
Posts: 344
Do you have the following at the very top of /etc/exim.conf?

#!!# This file is output from the convert4r4 script, which tries
#!!# to convert Exim 3 configurations into Exim 4 configurations.
#!!# However, it is not perfect, especially with non-simple
#!!# configurations. You must check it before running it.


#!!# These options specify the Access Control Lists (ACLs) that
#!!# are used for incoming SMTP messages - after the RCPT and DATA
#!!# commands, respectively.

acl_smtp_rcpt = check_recipient
acl_smtp_data = check_message

#!!# This setting defines a named domain list called
#!!# local_domains, created from the old options that
#!!# referred to local domains. It will be referenced
#!!# later on by the syntax "+local_domains".
#!!# Other domain and host lists may follow.

domainlist local_domains = lsearch;/etc/localdomains

domainlist relay_domains = lsearch;/etc/localdomains : \
lsearch;/etc/secondarymx
hostlist relay_hosts = lsearch;/etc/relayhosts : \
localhost
hostlist auth_relay_hosts = *

Reply With Quote
  #7  
Old 06-18-2003, 04:41 PM
VH-Robert VH-Robert is offline
Disabled
 
Join Date: Dec 2002
Location: Miami, FL
Posts: 1,487
Quote:
Originally posted by serial
Do you have the following at the very top of /etc/exim.conf?

#!!# This file is output from the convert4r4 script, which tries
#!!# to convert Exim 3 configurations into Exim 4 configurations.
#!!# However, it is not perfect, especially with non-simple
#!!# configurations. You must check it before running it.


#!!# These options specify the Access Control Lists (ACLs) that
#!!# are used for incoming SMTP messages - after the RCPT and DATA
#!!# commands, respectively.

acl_smtp_rcpt = check_recipient
acl_smtp_data = check_message

#!!# This setting defines a named domain list called
#!!# local_domains, created from the old options that
#!!# referred to local domains. It will be referenced
#!!# later on by the syntax "+local_domains".
#!!# Other domain and host lists may follow.

domainlist local_domains = lsearch;/etc/localdomains

domainlist relay_domains = lsearch;/etc/localdomains : \
lsearch;/etc/secondarymx
hostlist relay_hosts = lsearch;/etc/relayhosts : \
localhost
hostlist auth_relay_hosts = *
We are running FreeBSD 5.7 RELEASE and there is no file called /etc/exim.conf or exim.conf heh

Reply With Quote
  #8  
Old 06-18-2003, 04:46 PM
VH-Robert VH-Robert is offline
Disabled
 
Join Date: Dec 2002
Location: Miami, FL
Posts: 1,487
Quote:
Originally posted by VeroHost
We are running FreeBSD 5.7 RELEASE and there is no file called /etc/exim.conf or exim.conf heh
I get this:


localhost# /etc/rc.d/init.d/exim start
2003-06-18 15:55:14 Exim configuration error
main option "acl_smtp_rcpt" unknown in line 11
antirelaydCould not create INET socket: Address already in use IO:ocket::INET: Address already in use

Reply With Quote
  #9  
Old 06-18-2003, 04:48 PM
serial serial is offline
Disabled
 
Join Date: Feb 2003
Posts: 344
Try running:

/etc/rc.d/init.d/exim stop more than once to ensure everything is killed off and then /etc/rc.d/init.d/exim start

Reply With Quote
  #10  
Old 06-18-2003, 04:49 PM
VH-Robert VH-Robert is offline
Disabled
 
Join Date: Dec 2002
Location: Miami, FL
Posts: 1,487
antirelayd spamd-su-2.05b# /etc/rc.d/init.d/exim stop
cat: /var/run/exim.pid: No such file or directory
usage: kill [-s signal_name] pid ...
kill -l [exit_status]
kill -signal_name pid ...
kill -signal_number pid ...
antirelayd spamd-su-2.05b# /etc/rc.d/init.d/exim start
2003-06-18 15:57:45 Exim configuration error
main option "acl_smtp_rcpt" unknown in line 11
antirelaydCould not create INET socket: Address already in use IO:ocket::INET: Address already in use

Weird.. umm

Reply With Quote
  #11  
Old 06-18-2003, 04:52 PM
serial serial is offline
Disabled
 
Join Date: Feb 2003
Posts: 344
Sounds like you are half ass upgraded to Exim 4; try the following:

/scripts/updatenow
/scripts/rebuildeximbsd

Reply With Quote
  #12  
Old 06-18-2003, 05:21 PM
VH-Robert VH-Robert is offline
Disabled
 
Join Date: Dec 2002
Location: Miami, FL
Posts: 1,487
Serial, I really appreciate it! If there is anything I can help you with, PLEASE let me KNOW

Reply With Quote
  #13  
Old 06-18-2003, 05:22 PM
serial serial is offline
Disabled
 
Join Date: Feb 2003
Posts: 344
So does that mean Exim is working?

Reply With Quote
  #14  
Old 06-18-2003, 05:31 PM
VH-Robert VH-Robert is offline
Disabled
 
Join Date: Dec 2002
Location: Miami, FL
Posts: 1,487
Yes.

But why would the server try to update exim on its own?

Reply With Quote
  #15  
Old 06-18-2003, 05:32 PM
serial serial is offline
Disabled
 
Join Date: Feb 2003
Posts: 344
Nightly cPanel updates my friend. You have to watch out for them; sometimes they bite hard.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
A Look at the New WHM Interface in Version 11.34 of the cPanel Hosting Control Panel Web Hosting News 2012-11-12 12:57:03
Web Hosting Control Panel cPanel and WHM Version 11.32 Adds Features, Fixes Web Hosting News 2012-04-08 11:51:35
Hacker Group LulzSec Says it Will Resume Attacks on April Fool's Day Web Hosting News 2012-03-22 04:42:55
cPanel Launches Version 11.32 of Control Panel and Web Host Manager Web Hosting News 2012-02-15 12:46:33
WHIR Networking Event - January 2012 - Los Angeles Whir Tv 2012-02-03 12:26:48


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?