0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 11:12:15 +02:00
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
Go to file
2024-09-01 19:23:58 +01:00
.github/workflows set env var to fudge build oh php-cs-fixer under php8.1 2022-12-04 20:47:07 +00:00
ADDITIONS bumping php-cs-fixer; formatting rules change slightly 2022-06-28 13:31:37 +01:00
configs Bootstrap template integration 2018-05-04 13:25:34 +02:00
debian debian packaging fix (ADDITIONS/README.TXT -> ADDITIONS/README.md); see also #613 2022-04-10 16:27:04 +01:00
DOCUMENTS add iterate_query for dovecot 2022-04-22 11:23:46 +01:00
languages bumping php-cs-fixer; formatting rules change slightly 2022-06-28 13:31:37 +01:00
lib/smarty bump smarty to 4.5.3 (the smarty release is regarded as a security fix ( CVE-2024-35226 ). PostfixAdmin should not be vulnerable as it does not use the extends tag. 2024-06-09 10:20:44 +01:00
model avoid undefined array key quota.... see #853 2024-09-01 19:23:58 +01:00
public setup.php does not use the datetime widget or any funky bootstrap special effects, so we might as well remove JS from it 2023-06-20 09:22:55 +01:00
scripts formatting 2022-06-28 13:39:26 +01:00
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 2024-06-04 20:19:23 +01:00
tests bumping php-cs-fixer; formatting rules change slightly 2022-06-28 13:31:37 +01:00
VIRTUAL_VACATION see #826 - avoid $no_vacation_pattern of "" causing everyone to be skipped 2024-05-09 08:43:07 +01:00
.gitignore ignore more 2018-12-28 19:21:16 +00:00
.php-cs-fixer.dist.php update php-cs-fixer (to support php 8.1) 2022-06-28 13:27:45 +01:00
.travis.yml try php8 via travis 2021-01-18 20:49:45 +00:00
CHANGELOG.TXT update version to 3.3.14, update CHANGELOG (perhaps ready for 3.3.14) 2024-06-09 10:25:27 +01:00
check_mailpass_expiration.sh remove duplication of sql, remove use of functions (hopefully unnecessary) 2018-08-28 21:16:20 +01:00
common.php avoid a clickjacking attack reported on huntr.dev by @ranjit-git 2021-08-09 09:28:23 +01:00
composer.json downgrade php-cs-fixer 2022-12-04 20:33:26 +00:00
config.inc.php update version to 3.3.14, update CHANGELOG (perhaps ready for 3.3.14) 2024-06-09 10:25:27 +01:00
functions.inc.php give the language selector an id - see #736 - thanks @frzquerty 2023-06-23 21:10:48 +01: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:11:52 +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 psalm improvements 2021-02-17 21:29:18 +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
SECURITY.md Create SECURITY.md 2021-08-09 09:28:30 +01: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+