PostfixAdmin - web based virtual user administration interface for Postfix mail servers https://postfixadmin.github.io/postfixadmin/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
320 B

  1. #!/bin/sh
  2. set -e
  3. . /usr/share/debconf/confmodule
  4. db_version 2.0
  5. db_input high postfixadmin/reconfigure-webserver || true
  6. db_go || true
  7. if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
  8. # we support mysql and pgsql
  9. dbc_dbtypes="mysql, pgsql"
  10. . /usr/share/dbconfig-common/dpkg/config
  11. dbc_go postfixadmin $@
  12. fi