https://www.zimbra.com/downloads/zimbra-collaboration-open-source/ Zimbra Collaboration – Open Source Edition Choose the Zimbra release and operating system you want to download         LATEST GA RELEASES stable     8.8.9 GA Release Release Notes | 3…
一.基础知识梳理MUA (Mail User Agent) MUA 既是"邮件使用者代理人",因为除非你可以直接利用类似 telnet 之类的软件登入邮件主机来主动发出信件,否则您就得要透过 MUA 来帮你送信到邮件主机上头去. 最常见的 MUA 像是 Mozilla 推出的Thunderbird ( 雷鸟 ) 自由软件, 或者是 Linux 桌面 KDE 常见的 Kmail ,及Windows 内件的 Outlook Express (OE) 等 .MUA 主要的功能就是收受邮件主机…
Iredmail 安装前注意事项: 通过官网了解iRedMail: 2.    选择相应的linux发行版(我选的是64位的CentOS6.4,iRedMail-0.8.6.tar.bz2) iredmail安装需要干净的系统环境,意思是服务器不存在与iredmail相关的组件,如apache,mysql,OpenLDAP,postfix,Dovecot,Amavisd等.否则会覆盖原来的配置文件,甚至导致iredmail安装失败.为了能安装iredmail,你需要满足以下两个条件:1.一个干净…
60款开源云应用[Part 2](60 Open Source Apps You Can Use in the Cloud) 本篇翻译自http://www.datamation.com/open-source/60-open-source-apps-you-can-use-in-the-cloud-2.html,原作者Cynthia Harvey,翻译者hcbbt,转载请注明.  假设有翻译错误希望能指出,欢迎交流- 60款开源云应用[Part 1] (Page 2 of 3) Big Dat…
一.对域名设置MX记录 二.安装准备 1.关闭selinux vi /etc/selinux/config SELINUX=disabled 2.iptables防火墙端口设置 # iptables -I INPUT -s 0.0.0.0/0 -p udp --dport 11211 -j DROP iptables -I INPUT -s zabbix服务器IP地址 -p tcp --dport 10050 -j ACCEPT iptables -I INPUT -s 公司出网IP -p tc…
1.1  基础环境配置 1.1.1  主机名配置 [root@mail ~]# hostnamectl --static set-hostname mail.example.com [root@mail ~]# hostname mail.example.com 1.1.2  hosts解析配置 [root@mail ~]# echo "192.168.x.x mail.example.com mail" >> /etc/hosts [root@mail ~]# 192.1…
Zimbra的核心产品是Zimbra协作套件(Zimbra Collaboration Suite,简称ZCS). 系统:Centos7 ip地址:192.168.127.131 安装前准备 1.关闭SELINUX并清空iptable规则 sed -i 's/SELINUX=enforcing/SELINUX=permissive/' /etc/sysconfig/selinux yum -y install iptables-services iptables -F iptables -X i…
https://www.forbes.com/sites/forbestechcouncil/2018/07/16/how-open-source-became-the-default-business-model-for-software/#797ab6bb4e72 Since its inception in 1998, open source has become the de-facto standard for software development and proven itsel…
ClibPDF http://cosoft.net.cn http://www2s.biglobe.ne.jp/~Nori/ruby/dist/ClibPDF-ALPHA-20010519.tar.gz http://www2s.biglobe.ne.jp/~Nori/ruby/dist/ClibPDF-ALPHA-20010519.tar.gz libharu PDF解析开源 http://libharu.org/wiki/Downloads pdfcreator VB.PDF打印机 http…
info:Djangourl:https://www.oschina.net/p/djangodetail: Django 是 Python 编程语言驱动的一个开源模型-视图-控制器(MVC)风格的 Web 应用程序框架.使用 Django,我们在几分钟之内就可以创建高品质.易维护.数据库驱动的应用程序. Django 框架的核心组件有: 用于创建模型的对象关系映射 为最终用户设计的完美... info:OpenERPurl:https://www.oschina.net/p/openerpde…