File: control

package info (click to toggle)
postfixadmin 4.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,888 kB
  • sloc: php: 12,256; perl: 1,156; sh: 717; python: 142; xml: 63; sql: 3; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,773 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: postfixadmin
Section: admin
Priority: optional
Maintainer: Jing Luo <jing@jing.rocks>
Uploaders: Gaudenz Steinlin <gaudenz@debian.org>, Christoph Martin <chrism@debian.org>
Build-Depends: debhelper-compat (= 13),
               po-debconf,
               dh-apache2,
Rules-Requires-Root: binary-targets
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/postfixadmin
Vcs-Git: https://salsa.debian.org/debian/postfixadmin.git
Homepage: https://postfixadmin.github.io/postfixadmin/

Package: postfixadmin
Architecture: all
Depends: debconf,
         dbconfig-common,
         wwwconfig-common,
         apache2 | lighttpd | nginx | httpd,
         php-fpm | libapache2-mod-php | php-cgi | php,
         php-mysql | php-mysqlnd | php-pgsql | php-sqlite3,
         php-mbstring,
         default-mysql-client | postgresql-client | mariadb-client,
         smarty4,
         libjs-jquery,
         libjs-bootstrap,
         libjs-moment,
         libjs-eonasdan-bootstrap-datetimepicker,
         ${misc:Depends},
Recommends: php-cli,
            dovecot-core | courier-authlib-mysql | courier-authlib-postgresql,
Suggests: postfix-mysql | postfix-pgsql,
          virtual-mysql-server | postgresql | sqlite3 | mariadb-server,
Description: Virtual mail hosting interface for Postfix
 Postfixadmin is a web interface to manage virtual users and domains
 for a Postfix mail transport agent. It supports Virtual mailboxes,
 aliases, forwarders and vacation.
 .
 Postfixadmin allows administrators to delegate account handling
 to domain administrators and allows users to login and change their own
 settings (e.g. forwarders, vacation, passwords etc).
 .
 It provides easy integration into dovecot, courier or cyrus.
 .
 Postfixadmin is written in PHP.