Postfix的Web管理前端-VBoxAdm
2011-04-26 10:04:40 阿炯

本站赞助商链接,请多关照。

VBoxAdm 是一个基于Web的Postfix管理工具。可用来管理包括虚拟域名和别名,提供一个节日自动回复功能和垃圾邮件扫描的前置过滤器。



VBoxAdm is a Web Based management tool for Mailservers running Postfix and Dovecot (and possibly others if you adopt the configuration).

Features

* All-in-one mailserver solution
* written in modern, maintainable Perl using standard CPAN modules where applicable
* MySQL Backend
* No unencrypted Passwords - the passwords in the database are hashed and optionally salted
* Clean, extendable Database schema, with normalized tables. No data duplication or obscure table layouts.
* Roundcube integration which allows users to change their vacation messages and passwords
* ships with its own, lightyweight Anti-Spam Proxy, backened by SpamAssassin
* custom vacation auto-responder (RFC 3834 compliant)
* Clear separation of layout and code using the Template::Toolkit
* Localization support using Locale::Maketext
* per User maximum message size configurable
* Mailarchive
* Full-featured Command Line Interface (CLI)
* HTTP API

Components

This application contains several components which make up the whole. Here is description of what is included and how these parts play toegether.

Database Model
A the core of this application is a clean database model desinged for MySQL DBMS. Of course this can be adopted to PostgreSQL and others as well. Please provide a patch if you do so.

Webinterface
The most user-visible part is the webinterface. See the screenshots below for a first impression. The webinterface is only accessible to Site- and Domainadmins. Regular users can change their settings through the roundcube plugin.

Roundcube Plugin
The roundcube plugin provides an easy way for any user to change his personal settings, like password, vacation et. al.

Spam-scanning SMTP-Proxy
The SMTP-Proxy is meant as an replacement for Amavis. It provides easy and lightweight spam scanning and supports some of the features like per-user message size limits. If you want to scan for viruses you'll need to use Amavis instead. The SMTP-Proxy is an optional component which is not required.

Vacation Auto-Responder
The vacation auto-responder will send out vacation auto replies if a mailbox is set to vacation mode. It is optional, too.

Mailarchive
Another optional part is the, still unfinished, mailarchive. It will allow to archive all mails transmitted through your mailserver.

最新版本:0.2
该版本做了很多重构,增加一个全功能的命令行交互接口。

官方主页:http://www.vboxadm.net/