# hwmail **Repository Path**: luketech/hwmail ## Basic Information - **Project Name**: hwmail - **Description**: Hedwig Mail server. Hedwig is an open source IMAP, SMTP, POP3 server written in Java, designed with ease of installation and configuration in mind. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-06-06 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: mailserver ## README # hwmail #### 介绍 Hedwig is an open source IMAP, SMTP, POP3 server written in Java, designed with ease of installation and configuration in mind. Hedwig enables storage of mail message headers in a relational database(MySQL or Oracle) and mail messages in a file system. Visit [http://hwmail.sourceforge.net/](http://hwmail.sourceforge.net/) for more information. Features: - 100% pure Java capable of running on Java 1.6 onwards. - Based on Java NIO framework (Netty). - A normal MTA (Currently Postfix) can be used for accepting messages. - Multiple virtual domains - Built in SSL encryption - Pluggable Authentication Module(PAM) using JAAS - Automated Message File Compression - Authenticated SMTP (SMTP AUTH) - Message filtering using Sieve scripts. - Web based administration console - Webmail client 源码:svn checkout https://svn.code.sf.net/p/hwmail/code/trunk hwmail-code