Port details |
- mailzu Simple and intuitive web interface to manage amavisd-new quarantine
- 0.8.r3_11 security =2 0.8.r3_11Version of this port present on the latest quarterly branch.
- Maintainer: ports@bsdserwis.com
- Port Added: 2009-08-14 19:55:08
- Last Update: 2023-11-15 11:54:06
- Commit Hash: 070336b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://sourceforge.net/projects/mailzu/
- Description:
- MailZu is a simple and intuitive web interface to manage Amavisd-new
quarantine. Users can view their own quarantine, release/delete messages
or request the release of messages. MailZu is written in PHP and requires
Amavisd-new version greater than 2.3.0.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- mailzu${PHP_PKGNAMESUFFIX}>0:security/mailzu
- To install the port:
- cd /usr/ports/security/mailzu/ && make install clean
- To add the package, run one of these commands:
- pkg install security/mailzu
- pkg install mailzu-php81
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mailzu-php81
- Package flavors (<flavor>: <package>)
- php81: mailzu-php81
- php80: mailzu-php80
- php82: mailzu-php82
- distinfo:
- SHA256 (MailZu_0.8RC3.tar.gz) = aec449f13642e0003eabe9d6a3daa4b8cfebe6d58b8dc9438aee0fec80a1ecc8
SIZE (MailZu_0.8RC3.tar.gz) = 543781
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- amavisd : security/amavisd-new
- DB.php : databases/pear-DB@php81
- mime.php : mail/pear-Mail_Mime@php81
- mimeDecode.php : mail/pear-Mail_mimeDecode@php81
- Socket.php : net/pear-Net_Socket@php81
- php.h : lang/php81
- sockets.so : net/php81-sockets
- mysqli.so : databases/php81-mysqli
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mailzu-php81-0.8.r3_11:
DOCS=on: Build and/or install documentation
IMAP=off: Use IMAP auth backend
LDAP=off: Use LDAP auth backend
====> SQL sotage backend: you have to choose at least one of them
MYSQL=on: Use MySQL database storage/auth backend (default)
PGSQL=off: Use PostgreSQL database/auth storage backend
===> Use 'make config' to modify these settings
- Options name:
- security_mailzu
- USES:
- php:flavors,web
- pkg-message:
- For install:
- MailZu has been installed into:
/usr/local/www/mailzu
Please read: /usr/local/share/doc/mailzu/INSTALL
Then, edit /usr/local/www/mailzu/config/config.php
Finally, make MailZu available through your web site. An
example for httpd.conf:
Alias /mailzu/ "/usr/local/www/mailzu/"
<Directory "/usr/local/www/mailzu/">
Options none
AllowOverride Limit
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.org
</Directory>
An example for nginx.conf:
location /mailzu/ {
alias /usr/local/www/mailzu/;
index index.php;
allow 127.0.0.0/8;
deny all;
location ~ \.php$ {
fastcgi_pass unix:/var/run/php-fpm.socket;
fastcgi_param HTTPS on;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $request_filename;
include fastcgi_params;
}
}
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.r3_11 15 Nov 2023 11:54:06 |
Muhammad Moinur Rahman (bofh) Author: Krzysztof |
security/mailzu: Add support for php80
PR: 263614
Approved by: submitter is maintainer |
0.8.r3_10 12 Nov 2023 19:23:02 |
Muhammad Moinur Rahman (bofh) Author: Krzysztof |
security/mailzu: Fix runtime with php82
After adding two more patches is working correctly (no error/warning
messages in web server logs).
PR: 274969
Approved by: submitter is maintainer |
0.8.r3_9 10 Jun 2023 14:57:35 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP for 8.3.X
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.r3_9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.r3_9 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.8.r3_9 13 Jun 2022 00:08:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Ignore with php82 |
0.8.r3_9 19 Dec 2021 10:07:03 |
Li-Wen Hsu (lwhsu) Author: Krzysztof |
security/mailzu: Fix errors with php74
PR: 259708 |
0.8.r3_8 05 Nov 2021 01:16:55 |
Yasuhiro Kimura (yasu) Author: Krzysztof |
security/mailzu: Fix runtime error with recent PHP
* Pet portclippy
* Re-format Makefile with portfmt
PR: 241745
MFH: 2021Q4 |
0.8.r3_7 09 Aug 2021 16:46:51 |
Li-Wen Hsu (lwhsu) Author: Krzysztof |
security/mailzu: Exlude php short tag
PR: 257635 |
0.8.r3_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.r3_6 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.8.r3_6 07 Mar 2019 13:29:08 |
swills |
security/mailzu: support php flavors
PR: 236360
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) |
0.8.r3_5 24 Nov 2018 10:12:21 |
joneum |
security/mailzu: Fix support for php 7.x
- Pass Maintainership to Submitter
PR: 230712
Submitted by: Krzysztof <ports@bsdserwis.com>
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D17946 |
0.8.r3_4 08 Oct 2018 15:08:13 |
antoine |
Fix some PKGNAME collisions |
0.8.r3_4 13 Aug 2018 09:25:01 |
tz |
Flag more ports not compatible to PHP 7.x with IGNORE_WITH_PHP
PR: 229982 |
0.8.r3_4 08 Apr 2018 12:21:09 |
brnrd |
category security: Convert to USES=php
Approved by: infrastructure modernization blanket |
0.8.r3_4 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
0.8.r3_4 01 Dec 2017 11:16:19 |
amdmi3 |
- Add NO_ARCH
- Switch to options helpers
- Minor simplification |
0.8.r3_4 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.8.r3_4 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
0.8.r3_4 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.8.r3_4 08 May 2015 14:04:31 |
amdmi3 |
- Add LICENSE |
0.8.r3_4 08 May 2015 13:34:30 |
culot |
- Reassign to the heap after sahil@'s bit was taken in for safekeeping |
0.8.r3_4 24 Sep 2014 18:41:36 |
antoine |
- Allow staging as a regular user
- Bump portrevision as a directory didn't have intended owner |
0.8.r3_3 18 Aug 2014 19:13:18 |
antoine |
Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat: portmgr |
0.8.r3_3 01 May 2014 01:42:38 |
adamw |
STAGE support, and general cleanups. Some of the changes are a
bit more aggressive, but at this point, if I'm staging your port,
you've likely stopped caring what's done to it. |
0.8.r3_2 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.8.r3_2 28 Apr 2013 21:02:40 |
bapt |
Convert security to new options framework |
0.8.r3_2 29 Mar 2013 19:33:42 |
cs |
- Remove A/An in COMMENT
- Trim Header where applicable |
0.8.r3_2 16 Dec 2010 02:34:07 |
glarkin |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
0.8.r3_1 27 Nov 2010 06:48:59 |
sahil |
Add a patch to fix quarantine summary in overview. Also
make a note in pkg-message that PHP's short_open_tag
boolean should be true for proper operation of MailZu.
While here, remove MD5 checksum from distinfo.
Bump PORTREVISION as this affects the package.
PR: ports/152540
Submitted by: Michael Ranner <michael@ranner.eu> |
0.8.r3 29 Jul 2010 02:58:44 |
sahil |
- Update my MAINTAINER address to sahil@FreeBSD.org |
0.8.r3 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.8.r3 14 Aug 2009 19:54:33 |
miwi |
MailZu is a simple and intuitive web interface to manage Amavisd-new
quarantine. Users can view their own quarantine, release/delete messages
or request the release of messages. MailZu is written in PHP and requires
Amavisd-new version greater than 2.3.0.
WWW: http://sourceforge.net/projects/mailzu/
PR: ports/137197
Submitted by: Sahil Tandon <sahil at tandon.net> |