| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PR: 258154
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=508882
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
While there, convert to options helpers.
PR: 204086
Submitted by: maintainer
Sponsored by: Absolight
Notes:
svn path=/head/; revision=400387
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Submitted by: tabmow@freenode.net (maintainer, private mail)
Notes:
svn path=/head/; revision=261186
|
|
|
|
|
|
|
| |
Submitted by: Terry Sposato <tabmow@freenode.net> (maintainer, private mail)
Notes:
svn path=/head/; revision=245005
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
*hint*).
PR: ports/81281
Submitted by: flz
Approved by: maintainer
Notes:
svn path=/head/; revision=135681
|
|
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
|