Feature Requests item #491675, was opened at 2001-12-11 19:43
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=491675&group_i…
Category: None
Group: None
>Status: Deleted
Resolution: None
Priority: 5
Submitted By: Luigi Rosa (lrosa)
Assigned to: Nobody/Anonymous (nobody)
Summary: logrotate config file
Initial Comment:
During the install procedure you could create the
logrotate script in this way:
IF exists /etc/logrotate.d
IF NOT exists /etc/logrotate.d/mailman
Create /etc/logrotate.d/mailman
FI
FI
The /etc/logrotate.d/mailman file could be something
like this:
# Logrotate file for Mailman 2.0.x
$HOME/log/digest {
monthly
}
$HOME/log/error {
monthly
}
$HOME/log/post {
weekly
}
$HOME/log/smtp {
weekly
}
$HOME/log/subscribe {
monthly
}
$HOME/log/vette {
monthly
}
Of course, instead of $HOME you should place the
installation path of Mailman
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=491675&group_i…
Bugs item #697321, was opened at 2003-03-04 16:05
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=697321&group_i…
Category: command line scripts
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Ricardo Kustner (rixhq)
Assigned to: Nobody/Anonymous (nobody)
Summary: minor cosmetic bug in add_members help
Initial Comment:
the commandline options help screen for bin/add_members
has a tiny "cosmetic" bug...
it says:
--digest-members-file=file
-d=file
But "-d=file" doesn't work.. it should be "-d file" of
course.
Ricardo.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=697321&group_i…
Bugs item #695526, was opened at 2003-03-01 10:34
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=695526&group_i…
Category: command line scripts
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Luigi Rosa (lrosa)
Assigned to: Nobody/Anonymous (nobody)
Summary: check_perms does not read mm_cfg.py
Initial Comment:
I modified the logs path in mm_cfg.py inserting the line
LOG_DIR = '/var/log/mailman'
and I verified that Mailman was logging in that directory
After that, I run check_perms -v and I noticed that the
script still verifies /usr/local/mailman/logs, but doesn't
verify /var/log/mailman
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=695526&group_i…