Total Pageviews

Wednesday, 19 August 2015

几个开源的mailserver软件

(http://briteming.blogspot.com/2017/08/mail-server.html)
分享推荐几个免费的开源的邮件服务器软件。希望你能用得着.

hMailServer
hmailserver是一个免费的win下的邮件服务器,类似于国内的winmail的管理界面只是没有中文不过可以找到网上的中文包补丁,
支持SMTP,POP3,IMAP
不内置Webmail但可以使用开源的各种web端来组合使用.
可以使用邮件过滤黑白单灰名单,杀毒.
后台数据在MSSQL或者MYSQL.
其官网有Squirrel Mail的下载.以及各种组件.只是全英文.英文不好的可以请GG大神帮助一下.

Extmail
(发现江民杀毒就是用的这个http://mail.jiangmin.com)
ExtMail Solution 是一个基于优秀开源软件的电子邮件系统解决方案,核心部件包括了Postfix, Amavisd-new, ClamAV, ExtMail 和ExtMan, Courier系列软件。是一个功能相对比较齐全的免费电子邮件系统。以下是其主要的特性列表:
    • 支持SMTP/POP3/HTTP协议
    • 支持SMTP认证及ESMTP
    • 可支持大容量邮箱(大于1GB)
    • 高速Web界面访问邮箱
    • 完整的Web管理后台
    • 在线服务端病毒过滤
    • 内建内容过滤
    • SMTP行为识别垃圾邮件
    • 支持大量反垃圾邮件技术
    • 图形化邮件日志分析
    • 支持别名/多域/域管理员等
    • 支持网络磁盘/POP3邮件
    • 支持读/写HTML格式邮件
    • 支持定制模板及多语言
Macallan Mail Solution
Macallan Mail Solution 是一款 POP3 、IMAP、SMTP、HTTP (webMail) 邮件服务器软件 ,它还包括了防垃圾邮件机制。MMS 免费邮件服务器 (SMTP/POP3/IMAP/HTTP/NEWS/SSL/Tunnel) 支持 Microsoft 系统下的客户端工作,Microsoft Outlook Express 或者 Microsoft Outlook 。它可以同时管理管理内部或外部互联网的电子邮件。

AfterLogic XMail Server
AfterLogic XMail Server是一款免费的邮件服务器,提供SMTP和POP3支持,多个虚拟邮件域名,多账号,垃圾邮件过滤等功能。

ArGoSoft Mail Server Free
Windows下的全功能的邮件服务器,支持POP3/SMTP/FINGER,简单易用。

eRisemail邮件服务器
基于Linux和MySQL的免费的邮件服务器。支持 SMTP,SMTPS,POP3,POP3S,IMAP,IMAPS.支持邮件组。推荐Ubuntu+MySQL5.0.支持Gnome Evolution, Mozila Thunderbird , Outlook Express, Microsoft Outlook

iredmail
由 rhms 项目 更名而来。Red Hat(R) Enterprise Linux 和 CentOS 在操作系统安装好后使用的一套 shell 脚本,用于快速部署一套功能完善的邮件服务器解决方案。
提供 SMTP,SMTPS 服务。
提供 POP3,POP3S,IMAP,IMAPS 服务。可以使用 OutLook, Foxmail, Thunderbird 等邮件客户端收发邮件,并且可以选择是否使用加密传输以保证信息安全;
邮件备份与监控机制。可以监控、备份单个用户收发的邮件,也可以对整个域的用户进行监控和备份。
抵挡垃圾邮件
使用 SPF 技术识别邮件来源,有效防止假冒邮件。
使用 DKIM 签名和校验技术
使用灰名单(greylist)技术, 黑、白名单技术
spamtrap(垃圾邮件陷阱)机制。
邮件收发频率控制。
邮件收发总容量控制
使用开源查杀毒引擎 ClamAV 提供病毒查杀服务保障邮件安全。提供基于 AJAX 技术的 Web Mail 程序,易于操作,性能优异,速度快.

iRedAdmin-0.1.1 (开源版)发布了。下载地址:http://code.google.com/p/iredmail/downloads/list

iRedAdmin 是为 iRedMail 开源邮件方案开发的基于 web 的管理后台,大家可以在这里访问 demo: http://demo.iredmail.org/
我们也提供了全功能版的管理后台,将在 iRedMail 项目2周年生日的 2009-11-01 发布,只需要 99$ 即可。您可以从 demo 体验后再决定是否购买。demo 地址: http://demo.iredmail.org (选择 Full-featured edition)。

以下是 0.1.1 版本从 0.1 版本发布以来的更新记录:
  • 支持实时的语言切换,支持多国语言。
  • 新建用户时默认允许使用 POP3S, IMAPS,以及通过 TLS/SSL 使用 managesieve 协议修改自己的邮件过滤规则。
  • 增加了 Vi_VN (Vietnamese),fr_FR(法语),zh_CN(简体中文)翻译。
  • 修正:将 SQL 模板中的语法由 'TYPE=' 改为 'ENINGE='。感谢论坛的 @peterpp 网友。
  • 在编辑帐号时显示帐号的当前状态(启用、禁用)。
  • 新建邮件域是默认添加 ou=Externals。
  • 修正:正确显示 404 错误页面。
  • 修正:将新建帐号的邮件地址都转换成小写。
  • 修正:修正新建帐号时错误的 maildir 路径(域名和用户名之间少了一个 '/')。
  • 修正:允许显示多个电话号码。
  • 列出用户时显示用户的 ID(员工ID,可用于存储类似工号之类的信息)。
  • 允许修改员工 ID。
  • 修正:编辑帐号时允许保存空的显示名称
--------------------------------------------------------
Python sendmail

http://code.google.com/p/mylibs/source/browse/lib/Python/MyPyLib/smtp_client.py :
#!/usr/bin/env python
# -*- coding: UTF-8 -*-

# Copyright 2009 N23 <No.0023@gmail.com>
# All rights reserved.

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License
----------

3 Awesome Complete Open Source Mail Servers Solutions For Linux

In the world of mail servers, there are many software and technologies. Here is a list of 3 of them that you must know.

Background

Most mail servers made of Mail delivery agent (MDA) and Mail Transfer Agents (MTA). MDA software used to routes e-mail to its destination. You use MDA such as Dovecot, Qpopper, Courier, and Cyrus IMAP/POP3 servers. MTA software used to transfers e-mail between servers or computers. You use MTA such as Exim, Qmail, Sendmail, OpenSMTPD, Postfix, and others. Apart from MTA and MDA, you need to install and use Antispam, Antivirus, Webmail and other software too. You need to make sure your IP address stay clean. Apart from mail server software configuration, you need to install some database to store user names, email IDs, password and other information. Setting up and maintaining a full-fledged email server is a complicated task. You need to be a technology expert and a good sysadmin to set it up.

However, you can skip many of configuration problems and setup complete email solution for privacy and security reasons. So, I am going to list software that can turn any Linux, FreeBSD, OpenBSD or Unix-powered into mail server out of a box with the following goals:
  • The software must be open source
  • The software must run on Linux or Unix-like server
  • The software must deploy quickly
  • The software setup must be easy for new sysadmin
  • The software must support multiple users and multiple domain names
  • Must promote privacy and decentralization

1. Mail-in-a-Box

You can take back control of your email with this easy-to-deploy mail server in a box:
Mail-in-a-Box lets you become your own mail service provider in a few easy steps. It’s sort of like making your own gmail, but one you control from top to bottom. Technically, Mail-in-a-Box turns a fresh cloud computer into a working mail server. But you don’t need to be a technology expert to set it up. It implements modern mail protocols (SPF, DKIM, and DMARC) and the latest security best practices, including opportunistic TLS, strong ciphers, and HSTS. When enabled, DNSSEC (with DANE TLSA) provides a higher level of protection against active attacks. Exchange ActiveSync is also available as a beta feature.
Software feature includes:
  1. Automatic DNS configuration for your domain
  2. Spam filtering
  3. Greylisting
  4. Backups to Amazon S3
  5. Static website hosting
  6. Free TLS (SSL) certificates from Let’s Encrypt and more
Operating system : Ubuntu 14.04 x64 only
License : Public domain using CC0
Paid support : N/A
Download url : Mail-in-a-Box

2. iRedMail

A full-featured mail server solution based on Postfix and Dovecot:
The right way to build your mail server with open source softwares. It Works on Linux and *BSD family of operating system. You can setup mail server in several minutes. End users are forced to use mail services through secure connections (POP3/IMAP/SMTP over TLS, webmail with HTTPS). Emails are encrypted in transit using TLS if possible. Passwords are stored in SSHA512 or BCRYPT (BSD).
Software feature includes:
  1. Spam filtering
  2. TLS/SSL
  3. Manage your calendars (CalDAV), address books (CardDAV), tasks on a easy to use web UI or your mobile devices (iOS, Android, BlackBerry 10, Windows Phone)
  4. SpamAssassin, ClamAV, SPF, DKIM, greylisting, whitelisting, blacklisting. Quarantining detected spam into SQL database for further review
  5. Stores mail accounts in your favourte backend: OpenLDAP, MySQL, MariaDB, PostgreSQL
  6. Web mail
  7. Web admin panel
Operating system : Red Hat Enterprise Linux, CentOS, Debian, Ubuntu, FreeBSD, and OpenBSD
License : GPL v3
Paid support : Yes
Download url : iRedMail

3. Modoboa

Mail hosting made simple for you:
Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface. It provides useful components such as an administration panel or a webmail. Modoboa integrates with well known software such as Postfix or Dovecot. A SQL database (MySQL, PostgreSQL or SQLite) is used as a central point of communication between all components. It is written in Python and uses the Django, jQuery and Bootstrap frameworks.
Software feature includes:
  1. Administration panel
  2. Amavisd-new frontend
  3. Webmail
  4. Per-user Sieve filters
  5. Autoreply messages for Postfix
  6. Graphical statistics about email traffic
  7. Radicale management frontend
Operating system : Debian and CentOS based Linux distributions only
License : ISC License
Paid support : Yes
Download url : modoboa
------------

Scrollout F1 – Create email firewall gateway

Scrollout F1 is easy to use and setup email firewall gateway system. It includes anti-spam and anti-virus protection for Microsoft Exchange, Postfix, Exim, Sendmail, Qmail and others. It runs on Debian and Ubuntu Linux operating systems. This is perfect software for filtering incoming messages and other features are as follows:
  1. TLS/SSL encryption with Perfect Forward Secrecy for SMTP & HTTPS
  2. Virus scanning and different Quarantine per domain
  3. Tagging and blocking SPAM at domain level
  4. Geographic filtering for Sender IP, Server IP, URL IP and TLDs
  5. Verifies incoming emails for DKIM and signs outgoing emails (2048 bits RSA)
  6. Protection against fake messages that appear to come from your domain or from yourself
  7. Protection against executable files, malicious content, scripts and more
  8. Protection against forged domains like (fake) yahoo.com, gmail.com etc.
  9. Whitelist and Blacklist
  10. Simple web interface for management
Operating system : Linux
Purpose : Firewall and anti-spam gateway for MS-Windows/Linux/Unix-like email servers
Targets : Sysadmin
License : GPL
Download url : scrolloutf1.com