Hello Craig,

Saturday, November 1, 2003, 7:01:46 PM, you wrote:

CI> Thank you.  I assume that if I want smtp logs to rotate weekly I
CI> would just add another section with the 'weekly' command,
CI> correct?

The defaults are set by /etc/logrotate.conf

/etc/logrotate.d contains some files with the definitions of the logfiles and
the some special actions to be taken in the rotate process. If you take a
look at the existing files, you probably guess many things.

the basic format of the files in /etc/logrotate.conf is

/var/log/filename1 /var/log/filename2 /var/log/filenamen {
        options
}

The options between {} override the oprions set in /etc/logrotate.conf

-- 
Best regards,
 Luigi


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to