Port details on branch 2025Q1 |
- mailzu Simple and intuitive web interface to manage amavisd-new quarantine
- 0.8.r3_12 security
=0 0.8.r3_12Version of this port present on the latest quarterly branch. - Maintainer: ports@bsdserwis.com
 - Port Added: 2025-02-03 18:36:08
- Last Update: 2025-02-03 18:32:02
- Commit Hash: 515051c
- 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-php83
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mailzu-php83
- Package flavors (<flavor>: <package>)
- php83: mailzu-php83
- php81: mailzu-php81
- php82: mailzu-php82
- php84: mailzu-php84
- 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@php83
- mime.php : mail/pear-Mail_Mime@php83
- mimeDecode.php : mail/pear-Mail_mimeDecode@php83
- Socket.php : net/pear-Net_Socket@php83
- php.h : lang/php83
- sockets.so : net/php83-sockets
- mysqli.so : databases/php83-mysqli
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mailzu-php83-0.8.r3_12:
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:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.r3_12 03 Feb 2025 18:32:02
    |
Vladimir Druzenko (vvd)  Author: Krzysztof |
security/mailzu: Fix support php83 and minor patches
PR: 284535
MFH: 2025Q1
(cherry picked from commit af1aff8f87166d72ddefcbbcbc8c464573d7a291) |
Number of commits found: 1
|