Current time: 11-16-2024, 08:27 PM Hello There, Guest! (LoginRegister)


Post Reply 
kein logrotate bei mail ?
Author Message
tanzelektrik Offline
Junior Member
*

Posts: 13
Joined: May 2011
Reputation: 0
Post: #3
RE: kein logrotate bei mail ?
Code:
/var/log/syslog
{
        rotate 7
        daily
        missingok
        notifempty
        delaycompress
        compress
        postrotate
                invoke-rc.d rsyslog reload > /dev/null
        endscript
}

/var/log/mail.info
/var/log/mail.warn
/var/log/mail.err
/var/log/mail.log
/var/log/daemon.log
/var/log/kern.log
/var/log/auth.log
/var/log/user.log
/var/log/lpr.log
/var/log/cron.log
/var/log/debug
/var/log/messages
{
        rotate 4
        weekly
        missingok
        notifempty
        compress
        delaycompress
        sharedscripts
        postrotate
                invoke-rc.d rsyslog reload > /dev/null
        endscript
}
05-12-2011 10:02 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
kein logrotate bei mail ? - tanzelektrik - 05-11-2011, 11:16 PM
RE: kein logrotate bei mail ? - tomhb - 05-12-2011, 11:19 AM
RE: kein logrotate bei mail ? - tanzelektrik - 05-12-2011 10:02 PM
RE: kein logrotate bei mail ? - tomhb - 05-12-2011, 10:24 PM
RE: kein logrotate bei mail ? - tomhb - 05-13-2011, 12:28 AM
RE: kein logrotate bei mail ? - tomhb - 05-13-2011, 01:45 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)