1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: mysqmail
Section: mail
Priority: extra
Maintainer: Thomas Goirand <zigo@debian.org>
Build-Depends:
debhelper (>= 5),
po-debconf,
libdotconf-dev,
default-libmysqlclient-dev,
Standards-Version: 3.8.3
Vcs-Browser: http://git.gplhost.com/gitweb/?p=mysqmail.git
Vcs-Git: http://git.gplhost.com/mysqmail.git
Homepage: http://www.gplhost.com/software-mysqmail.html
Package: mysqmail
Architecture: all
Depends: ${misc:Depends}, debconf, ${shlibs:Depends}
Description: real-time logging system in MySQL
MySQMail is a set of tiny daemon loggers for mail and FTP servers that
save traffic information in a MySQL database. The information is split
by domain and by user so that it's easy to measure all the traffic for
a given domain name in real time.
.
This package provides the configuration infrastructure.
Package: mysqmail-pure-ftpd-logger
Architecture: any
Depends: ${misc:Depends}, lsb-base, pure-ftpd | pure-ftpd-mysql, mysqmail, ${shlibs:Depends}
Description: real-time logging system in MySQL - Pure-FTPd traffic-logger
MySQMail is a set of tiny daemon loggers for mail and FTP servers that
save traffic information in a MySQL database. The information is split
by domain and by user so that it's easy to measure all the traffic for
a given domain name in real time.
.
This package provides a logger for FTP traffic handled by Pure-FTPd.
Package: mysqmail-postfix-logger
Architecture: any
Depends: ${misc:Depends}, lsb-base, postfix, mysqmail, ${shlibs:Depends}
Description: real-time logging system in MySQL - Postfix traffic-logger
MySQMail is a set of tiny daemon loggers for mail and FTP servers that
save traffic information in a MySQL database. The information is split
by domain and by user so that it's easy to measure all the traffic for
a given domain name in real time.
.
This package provides a logger for SMTP traffic handled by Postfix.
Package: mysqmail-courier-logger
Architecture: any
Depends: ${misc:Depends}, courier-imap-ssl | courier-imap | courier-pop | courier-pop-ssl, lsb-base, mysqmail, ${shlibs:Depends}
Description: real-time logging system in MySQL - Courier traffic-logger
MySQMail is a set of tiny daemon loggers for mail and FTP servers that
save traffic information in a MySQL database. The information is split
by domain and by user so that it's easy to measure all the traffic for
a given domain name in real time.
.
This package provides a logger for POP/IMAP traffic handled by Courier.
Package: mysqmail-dovecot-logger
Architecture: any
Depends: ${misc:Depends}, dovecot-pop3d, dovecot-imapd, lsb-base, mysqmail, ${shlibs:Depends}
Description: real-time logging system in MySQL - Dovecot traffic-logger
MySQMail is a set of tiny daemon loggers for mail and FTP servers that
save traffic information in a MySQL database. The information is split
by domain and by user so that it's easy to measure all the traffic for
a given domain name in real time.
.
This package provides a logger for POP/IMAP traffic handled by Dovecot.
|