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.
 
 
 
 
 
 
David Goodwin 92ab95a3c5
update changelog etc for v 3.3.16
1 month ago
.github/workflows set env var to fudge build oh php-cs-fixer under php8.1 3 years ago
ADDITIONS bumping php-cs-fixer; formatting rules change slightly 3 years ago
DOCUMENTS add some domain != 'ALL' clauses into the SQL - see #916 7 months ago
VIRTUAL_VACATION see #826 - avoid $no_vacation_pattern of "" causing everyone to be skipped 1 year ago
configs Bootstrap template integration 8 years ago
debian add sqlite3 to debian control dependency list - see #909, thanks @marner2 8 months ago
languages bumping php-cs-fixer; formatting rules change slightly 3 years ago
lib/smarty bump smarty to v4.5.5 - php8.4 support - see https://github.com/smarty-php/smarty/releases/tag/v4.5.5 10 months ago
model fix: "PHP Deprecated: Using unregistered function "htmlentities" in a template..." from Smarty, see https://github.com/postfixadmin/postfixadmin/issues/872 11 months ago
public add comment for #908 ... about sql_generate_invisible_primary_key and MySQL 8 8 months ago
scripts formatting 3 years ago
templates tweak the formatting of the vacation form so there is more space on a reasonably sized screen; remove extra closing div tag, see also #834 ; thanks to @ariabamdad 1 year ago
tests bumping php-cs-fixer; formatting rules change slightly 3 years ago
.gitignore ignore more 7 years ago
.php-cs-fixer.dist.php update php-cs-fixer (to support php 8.1) 3 years ago
.travis.yml try php8 via travis 5 years ago
CHANGELOG.TXT update changelog etc for v 3.3.16 1 month ago
GPL-LICENSE.TXT Initial Import in SourceForge 19 years ago
INSTALL.TXT we appear to have broken support for PHP7.0 with #541 sometime ago, so update composer.json / INSTALL.TXT etc - see #879 10 months ago
LICENSE.TXT LICENSE.TXT: 15 years ago
README.md be more explict (or update) PHP version requirement - see https://github.com/postfixadmin/postfixadmin/issues/429 5 years ago
SECURITY.md Create SECURITY.md 4 years ago
check_mailpass_expiration.sh remove duplication of sql, remove use of functions (hopefully unnecessary) 7 years ago
common.php formatting fix 8 months ago
composer.json we appear to have broken support for PHP7.0 with #541 sometime ago, so update composer.json / INSTALL.TXT etc - see #879 10 months ago
config.inc.php update changelog etc for v 3.3.16 1 month ago
functions.inc.php give the language selector an id - see #736 - thanks @frzquerty 2 years ago
index.php Add a index.php showing a note about the "public" directory 8 years ago
password_expiration.sql rename sql fields to just have mailbox.password_expiry and domain.password_expiry 7 years ago
phpunit.xml dev improvements 6 years ago
postfixadmin.my.cnf Better (aka safer) way to deal with authentication 7 years ago
psalm.xml psalm improvements 5 years ago

README.md

GitHubBuild Gitter Coverage Status GitHub repo size Chat

PostfixAdmin

An open source, web based interface for managing domains/mailboxes/aliases etc on a Postfix based mail server.

Integrates with :

  • Postfix
  • IMAP/POP3 server (e.g. Dovecot or Courier)
  • Database backend (choose one of: sqlite, mysql, postgresql)
  • Fetchmail (optional)

Features

  • Unlimited domains/aliases/mailboxes
  • Optional storage quota support
  • Optional password expiry (beta)
  • Multiple password hashing formats
  • Supports PostgreSQL, MySQL, MariaDB, SQLite database backends (choose one)
  • Supports retrieval of mail from a remote POP3 server (via fetchmail)
  • Vacation / Autoresponder / Out Of Office support
  • Users have the ability to login, change their password or vacation (out of office) status.
  • Integration with Squirrelmail / Roundcube (via plugins)
  • Optional XMLRPC based API
  • Supports PHP7.0+