0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
Go to file
Gianluca Giacometti 79284ddff8
Call to the template fixed
The name ogìf the template is missing the prefix "broadcast-"
2021-01-29 22:24:51 +01:00
.github/workflows remove --no-suggest 2020-12-23 16:41:20 +00:00
ADDITIONS Merge remote-tracking branch 'origin/postfixadmin_3.3' 2021-01-25 21:58:31 +00:00
configs Bootstrap template integration 2018-05-04 13:25:34 +02:00
debian try and improve setup of the templates_c directory for debian 2021-01-12 14:42:28 +00:00
DOCUMENTS token updates 2021-01-29 21:19:07 +00:00
languages Merge remote-tracking branch 'origin/postfixadmin_3.3' 2021-01-27 09:29:57 +00:00
lib/smarty rejig smarty 2020-09-28 20:33:21 +01:00
model Merge remote-tracking branch 'origin/postfixadmin_3.3' 2021-01-27 09:29:57 +00:00
public Call to the template fixed 2021-01-29 22:24:51 +01:00
scripts fix php8 moaning about { } on strings 2021-01-18 20:49:58 +00:00
templates put a link to setup in the admin top menu bar 2021-01-29 21:15:09 +00:00
tests might help stop sqlite test conflicts 2021-01-25 22:08:36 +00:00
VIRTUAL_VACATION fix vacation.pl resolver 2020-06-15 15:14:11 +02:00
.gitignore ignore more 2018-12-28 19:21:16 +00:00
.php_cs.dist reformat (phpcs) 2018-05-02 12:54:17 +01:00
.travis.yml try php8 via travis 2021-01-18 20:49:45 +00:00
CHANGELOG.TXT add note for mail-crypt stuff 2021-01-27 22:04:06 +00:00
common.php more type hints / psalm fixes 2020-09-28 20:33:54 +01:00
composer.json stop psalm caching 2021-01-18 22:15:42 +00:00
config.inc.php change reference to file 2021-01-29 21:18:29 +00:00
functions.inc.php more english 2021-01-28 22:20:54 +00:00
GPL-LICENSE.TXT Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
index.php Add a index.php showing a note about the "public" directory 2018-04-26 21:33:11 +02:00
INSTALL.TXT be more explict (or update) PHP version requirement - see https://github.com/postfixadmin/postfixadmin/issues/429 2021-01-21 11:12:53 +00:00
LICENSE.TXT LICENSE.TXT: 2011-04-24 16:15:21 +00:00
password_expiration.sql rename sql fields to just have mailbox.password_expiry and domain.password_expiry 2018-08-28 21:19:56 +01:00
phpunit.xml dev improvements 2020-01-31 20:03:48 +00:00
postfixadmin.my.cnf Better (aka safer) way to deal with authentication 2018-08-17 22:15:02 +02:00
psalm.xml regenerate psalm config 2020-11-09 21:49:50 +00:00
README.md be more explict (or update) PHP version requirement - see https://github.com/postfixadmin/postfixadmin/issues/429 2021-01-21 11:11:52 +00:00

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+