Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Changes in /var/log/messages notifyed by mail
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
tubamann
n00b
n00b


Joined: 23 Jan 2004
Posts: 25
Location: Bergen, Norway

PostPosted: Thu Jan 20, 2005 7:53 pm    Post subject: Changes in /var/log/messages notifyed by mail Reply with quote

Whenever something is added to the /var/log/messages file, I recieve a mail notification to the root user, thus creating a mess everytime I log in as the super user.
This is my (uncommented part of) syslog-ng.conf, if it's something there that's doing this:
Code:
options {
        long_hostnames(off);
        sync(0);
        stats(43200);
};

source src { unix-stream("/dev/log"); internal(); pipe("/proc/kmsg"); };
destination messages { file("/var/log/messages"); };
destination console_all { file("/dev/tty12"); };
log { source(src); destination(messages); };
log { source(src); destination(console_all); };

How can I disable this feature?
_________________
http://tubamann.deviantart.com
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum