summaryrefslogtreecommitdiff
path: root/mail/postfixadmin/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mail/postfixadmin: Update to 3.4-devRin Morningstar2021-09-041-2/+2
| | | | PR: 258154
* mail/postfixadmin: Update to 3.3.10 release (+)Dima Panov2021-08-231-0/+18
| | | | | | | | | | | | | | Upgrade from 3.2.x to 3.3+ requires generating a new setup hash. The post-ugprade visit to setup.php will walk you through this. Other changes: -XMLRPC support is moribund, so drop it from USE_PHP -Virtual vacation scripts are now optional, making building without perl5 possible -Optionally add imap to USE_PHP module for completeness -Default options changed for maximal out-of-the-box support PR: 257845
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-1/+10
| | | | Notes: svn path=/head/; revision=508882
* mail/postfixadmin: Add missing dependency, Fix packaging failure with DOCS ↵Larry Rosenman2018-09-181-10/+10
| | | | | | | | | | | | | | | | | option Fix the following bugs: - missing PHP extension dependency introduced with the previous commit - missing README.md file when port is built with DOCS unset While here: move the last of the documentation files into DOCSDIR PR: 231424 Submitted by: ports.maintainer@evilphi.com Notes: svn path=/head/; revision=479972
* Update to 3.2Jochen Neumeister2018-09-041-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - move public facing stuff into public/, this allows us to stop exposing templates_c/ etc. to the world (but also means you'll need to adjust your webserver config) - enable users to reset their passwords by mail or SMS ($CONF['forgotten_user_password_reset'], $CONF['forgotten_admin_password_reset'], $CONF['sms_send_function']) - allow local alias targets (without @domain) - see #134 - add $CONF['edit_alias'] to disable "edit_alias" function for users - add php_crypt $CONF["encrypt"] option (see #170 for examples) - add random_compat phar (see: https://github.com/paragonie/random_compat) to support random_int()/random_string() in older PHP versions. - add support for MySQL connections over SSL - language updates: sk, ja, nl, bg, fr, cz - update bundled smarty library (lib/smarty to 3.1.32; includes security fixes) - split up pacrypt() into different functions; add some minimal test coverage - add id autoincrement field to log table (#89) - add token to login.php to prevent CSRF - lots of bugfixes and code cleanup - drop unused code in postfixadmin-cli - introduce PHP-CS-Fixer to enforce code style - vacation.pl: - avoid answering to more known autoresponders - add $no_vacation_pattern to avoid sending autoresponders based on the To: address - replace Deprecated Mail::Sender by Email::Sender - use MIME:EncWords - remove unused MIME::Base64 - add docker repo, see https://github.com/postfixadmin/docker PR: 229370 Submitted by: Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer) Sponsored by: Netzkommune Notes: svn path=/head/; revision=478986
* Update to 2.93.Mathieu Arnold2015-10-281-18/+9
| | | | | | | | | | | While there, convert to options helpers. PR: 204086 Submitted by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=400387
* - Update to 2.3.7, which contains a security fix.Raphael Kubo da Costa2014-07-131-1/+1
| | | | | | | | | | | | | - Support staging. PR: 189248 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> Approved by: maintainer timeout (72 days) MFH: 2014Q3 Security: ff98087f-0a8f-11e4-b00b-5453ed2e2b49 Notes: svn path=/head/; revision=361679
* Update to 2.3.2Wesley Shields2010-09-151-0/+1
| | | | | | | Submitted by: tabmow@freenode.net (maintainer, private mail) Notes: svn path=/head/; revision=261186
* - Update to 2.3 and update maintainers email address.Wesley Shields2009-11-301-24/+0
| | | | | | | Submitted by: Terry Sposato <tabmow@freenode.net> (maintainer, private mail) Notes: svn path=/head/; revision=245005
* Update to 2.2.0Wesley Shields2008-07-145-58/+41
| | | | | | | | | | | | Remove old patches, add new patch. Update instructions in pkg-message. PR: ports/125083 Submitted by: terry@sucked-in.com Approved by: maintainer timeout Notes: svn path=/head/; revision=216807
* - Fix mysqli_real_escape_string syntaxRong-En Fan2008-05-171-0/+16
| | | | | | | | | | | - Bump PORTREVISION PR: ports/122735 Submitted by: Skalozubov Ilia <root at skinc.su> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=213191
* - Select MySQL/PGSQL via OPTIONSIon-Mihai Tetcu2006-06-171-0/+25
| | | | | | | | | | | | - RUN_DEPEND on Apache and Postfix - Drop custom FETCH_CMD and provide a mirror on my server - Add www to CATEGORIES - Adjust COMMENT and pkg-descr - move pkg-message to files/pkg-message.in, use macros and add it in SUB_FILES - Bump PORTREVISION for depends change. Notes: svn path=/head/; revision=165635
* - Add vacation patch to fix issues with odd mail clients (*hint* MS Outlook ↵Florent Thoumie2005-05-201-0/+11
| | | | | | | | | | | *hint*). PR: ports/81281 Submitted by: flz Approved by: maintainer Notes: svn path=/head/; revision=135681
* New port mail/postfixadminEdwin Groothuis2004-01-031-0/+8
A tool to manage virtual domains via a PHP interface Postfix Admin is a Web Based Management tool for Postfix when you are dealing with Postfix Style Virtual Domains and Virtual Users that are store in MySQL. Written in PHP. PR: ports/54984, ports/58417 Submitted by: SIN-HSIUNG CHANG <sexbear@tmu.edu.tw>, Rob Evers <rob@debank.tv> Notes: svn path=/head/; revision=97171