mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Mailmgr is a Sendmail Analisys Report Generator.
PR: 55582 Submitted by: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>
This commit is contained in:
parent
bae303f7fd
commit
4e85c72580
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89713
@ -129,6 +129,7 @@
|
||||
SUBDIR += mailfront
|
||||
SUBDIR += mailgraph
|
||||
SUBDIR += mailman
|
||||
SUBDIR += mailmgr
|
||||
# SUBDIR += mailman-devel
|
||||
SUBDIR += mailscanner
|
||||
SUBDIR += mailsync
|
||||
|
19
mail/mailmgr/Makefile
Normal file
19
mail/mailmgr/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# New ports collection makefile for: mailmgr
|
||||
# Date created: 14 August 2003
|
||||
# Whom: Hsin-HSIUNG CHANG
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mailmgr
|
||||
PORTVERSION= 1.2.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://web.onda.com.br/orso/
|
||||
|
||||
MAINTAINER= sexbear@tmu.edu.tw
|
||||
COMMENT= Sendmail Analisys Report Generator
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/mailmgr/distinfo
Normal file
1
mail/mailmgr/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mailmgr-1.2.3.tar.gz) = c0fbcb5e52c465a55ced02d278285a22
|
12
mail/mailmgr/pkg-descr
Normal file
12
mail/mailmgr/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
Mailmgr is a Sendmail Analisys Report Generator.
|
||||
|
||||
The html reports contain the following informations:
|
||||
Username
|
||||
messages sent
|
||||
messages received
|
||||
bytes sent
|
||||
bytes received
|
||||
Messages from with date, time and bytes per user
|
||||
Messages to with date, time and bytes per user
|
||||
|
||||
WWW: http://web.onda.com.br/orso
|
2
mail/mailmgr/pkg-plist
Normal file
2
mail/mailmgr/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
etc/mailmgr.conf
|
||||
bin/mailmgr
|
Loading…
Reference in New Issue
Block a user