1. 简单百科
  2. Citadel

Citadel

Citadel是著名的Linux开源邮件服务器系统,它提供完整的邮件服务器的功能,包括SMTP/POP/IMAP协议和SSL登录的支持,工作簿、日历、日程的管理,邮件群发列表,在线聊天等多种实用的功能。同时,Citadel提供友好的人机交互界面。

和传统的Postfix等邮件服务器相比,Citadel的Web界面美观大方,易于使用,可以作为企业办公的协同办公系统。和Zimbra相比,该软件规模较小,占用资源较小,相对性能较优。

概述

Citadel支持centos, Ubuntu, Debian, Suse等多种Linux操作系统发行版,其中Ubuntu和Debian已经在包管理器APT中将该软件集成,可以很方便地安装在使用Ubuntu和Debian的操作系统中,且不会和现有的web服务器程序发生冲突。

安装方法

执行apt-get install citadel-suite spamassassin amavisd-new安装软件包。

生成自认证的SSL证书。

①,执行cd /etc/ssl/citadel

②,执行OpenSSL req -new -nodes -newkey rsa:4096 -days 365 -keyout citadel.key -out citadel.csr

③,执行chmod 600 citadel.key

④,执行openssl x509 -req -days 365 -in citadel.csr -signkey citadel.key -out citadel.cer

⑤,执行cp -a citadel* /etc/ssl/webcit/

这样,Citadel邮件服务器系统就安装完毕了。我们可以通过https的方式登录网站进行邮件域名、账号等等功能的管理。

参考资料


Warning: Invalid argument supplied for foreach() in /www/wwwroot/6gwu.com/id.php on line 283