Bug#202901: exim4: No logrotate cron job

Greg Kochanski Greg Kochanski <gpk@kochanski.org>, 202901@bugs.debian.org
Tue, 21 Dec 2004 20:37:18 +0000


Package: exim4
Version: 4.34-8
Followup-For: Bug #202901

I see the following code in /etc/cron.daily/exim
which should probably be in /etc/cron.daily/exim4-base:


# Cycle logs
if [ -x /usr/bin/savelog ]; then
	for i in mainlog rejectlog paniclog; do
		if [ -s /var/log/exim/$i ]; then
			savelog -p -c 10 /var/log/exim/$i >/dev/null
		fi
	done
fi


(This is after an exim3 -> exim4 conversion. )

-- Package-specific info:
Exim version 4.34 #1 built 20-Nov-2004 11:30:44
Copyright (c) University of Cambridge 2004
Berkeley DB: Sleepycat Software: Berkeley DB 3.2.9: (May 26, 2004)
Support for: iconv() IPv6 GnuTLS
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dsearch nis nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Configuration file is /var/lib/exim4/config.autogenerated
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'

dc_eximconfig_configtype='smarthost'
dc_other_hostnames='gpk.wftp.org : kochanski.org : pribble.com : kochibble.com : xoba.com : gpk.homeunix.net'
dc_local_interfaces=''
dc_readhost='kochanski.org'
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets='192.168.1.0/25 : 192.168.1.128/25'
dc_smarthost='smtp.ntlworld.com'
CFILEMODE='644'
dc_use_split_config='true'
dc_hide_mailname='true'
mailname:kochanski.org

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages exim4 depends on:
ii  exim4-base                    4.34-8     EXperimental Internal Mailer -- a 
ii  exim4-daemon-light            4.34-8     Lightweight version of the Exim (v

-- no debconf information