xinetd submerges /var/log/messages

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
RS_Jelle
Forum User
Forum User
Posts: 20
Joined: Sat Dec 09, 2006 7:05 am

xinetd submerges /var/log/messages

Unread post by RS_Jelle »

I already asked this at the Parallels forums, but no response.

Since I'm using CentOS 5 (with all updates), /var/log/messages gets submerged by the same log message over and over again:

Code: Select all

Mar  8 14:17:10 xxx xinetd[2409]: EXIT: smtp status=1 pid=4638 duration=5(sec)
Mar  8 14:17:13 xxx xinetd[2409]: START: smtp pid=4659 from={ip-address}
CentOS 4 didn't have that "problem". What's the cause and how can I fix it?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Thats normal, its logging the SMTP connections to the server. Nothing to worry about. If you want to change the logging system, check out the man page for syslog.conf
RS_Jelle
Forum User
Forum User
Posts: 20
Joined: Sat Dec 09, 2006 7:05 am

Unread post by RS_Jelle »

Thanks :)
Post Reply