File: control

package info (click to toggle)
vmm 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,868 kB
  • ctags: 1,048
  • sloc: python: 5,139; makefile: 222; sh: 214
file content (30 lines) | stat: -rw-r--r-- 1,284 bytes parent folder | download
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
Source: vmm
Section: mail
Priority: extra
Maintainer: martin f. krafft <madduck@debian.org>
Build-Depends: debhelper (>= 10), dh-python, python, python-setuptools, python-sphinx
Standards-Version: 3.9.8
Homepage: http://vmm.localdomain.org/
Vcs-Git: git://git.debian.org/git/collab-maint/vmm.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/vmm.git

Package: vmm
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, dovecot-core (>= 2)
Recommends: postfix, postfix-pgsql, dovecot-lmtpd (>= 2), dovecot-pgsql (>= 2), postgresql-client, python-psycopg2
Description: manage mail domains/accounts/aliases for Dovecot and Postfix
 Virtual Mail Manager is a command-line tool for administrators/postmasters to
 manage (alias-)domains, accounts, aliases and relocated users. It is designed
 for Dovecot and Postfix with a PostgreSQL backend.

Package: vmm-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Documentation for the Virtual Mail Manager
 Virtual Mail Manager is a command-line tool for administrators/postmasters to
 manage (alias-)domains, accounts, aliases and relocated users. It is designed
 for Dovecot and Postfix with a PostgreSQL backend.
 .
 This package provides the documentation for vmm, as well as the
 VirtualMailManager API.