Your personal Mail Server iRedMail on ubuntu14.04 x64

what we have?

iRedMail -> http://iredmail.com

Get the script over there.          http://www.iredmail.com/download.html

Here we use ubuntu14.04 as server.

Just follow this tutorial:

http://www.iredmail.com/docs/install.iredmail.on.debian.ubuntu.html

F.Y.I. The version 0.9.0 of this software has already removed the phpldapadmin due to its lackness of security. MySQL or PostgreSQL is your friend. OpenLDAP works fine here mostly.

I would prefer PostgreSQL.

You should have knowledge about what hostname is, what those DNS records are if possible. Later you will have to do something about how to hook up one of your domain names to this site.

And also you should have some knowledge about how to make the mails sent from your server acceptable by others. That‘s an important part. Here‘s reference.

Setup DNS records for your iRedMail server

http://www.iredmail.com/docs/setup.dns.html

And

Configure mail client applications

http://www.iredmail.com/docs/index.html#configure-mail-client-applications

Those are very helpful.

Then it has ‘roundcube‘ as the web Ajax client, iRedAdmin as the mail account client, Awstats as server log analyzer, and many more.

It is strongly recommended that you should have a SSL certificate.

Happy Hacking!

时间: 2024-08-30 18:21:27

Your personal Mail Server iRedMail on ubuntu14.04 x64的相关文章

Ubuntu14.04 x64 zabbix 3.0 安装

Ubuntu14.04 x64  zabbix 3.0 安装 苦于网上的文档很多,但是对初学者来说,很多都搭建不成功,我重新安装一下.记录一下. 下载deb wget http://repo.zabbix.com/zabbix/3.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.0-1+trusty_all.deb dpkg -i zabbix-release_3.0-1+trusty_all.deb apt-get update 1.安

kinect1 (py_kinect) on linux ubuntu14.04 x64

freenect libs Where is the resource? Here :P : https://github.com/OpenKinect/libfreenect To make sure you were not installing the old libfreenect stuff shipped with ubuntu. Try to remove those old packages if you have already. apt-get remove freenect

ubuntu14.04 server 部署 zookeeper 集群服务器

zookeeper是什么? Apache ZooKeeper 是一个面向分布式应用程序的高性能协调服务器.它使用一个简单的接口暴露公共服务(比如命名和配置管理.同步和组服务),让用户不必从头开始编程.它为实现共识.组管理.领导者选举和到场协议(presence protocol)配备了现成的支持. 下面是我在ubuntu14.04 server中部署 zookeeper集群服务器的经验 zookeeper集群服务器的部署 1.安装jdk 之前安装jdk都是自己手动配置环境,这次为了偷懒就使用了a

U盘安装Ubuntu14.04 server版 提示无法挂载cd-rom数据的解决办法

今天准备安装Ubuntu14.04跑docker,去官网地址下载好镜像后,用大白菜的IOS模式直接刻录在U盘上. 开机进入BIOS,设置U盘启动,进去后一路顺利,可是选了语言和键盘模式后,老是提示大概说是CD-ROM无法读取,是否retry? 解决此问题的办法是: 把系统镜像ios文件copy到U盘根目录下,然后插入电脑,bios设置U盘启动--进入到刚才提示cd-rom无法读取的步骤,此时可以选择NO,返回上一步,有一个选项大概是进入SHELL之类的,选择进去. 然后查看下/dev/下面的几个

Ubuntu14.04交叉编译BusyBox

1 开发环境 宿主机:Ubuntu14.04(32bit) 开发板:Mini2440 BusyBox:1.24.2 2 配置 到BusyBox官网下源码并解压. 2.1 默认配置 进入BusyBox源码顶级目录执行下面的命令进行默认配置: make defconfig 输出结果如下: scripts/kconfig/conf -d Config.in * * Busybox Configuration * * * Busybox Settings * * * General Configurat

ubuntu14.04基于preseed批量分发环境搭建

1.关闭防火墙 2.PXE环境准备 2.1服务器静态IP设置 sudo vi /etc/network/interfaces 启动eth1网络 sudo ifup eth1 2.2安装服务 2.2.1 安装dnsmasq作为dncp服务 sudo apt-get install dnsmasq 配置dhcp文件 sudo vi /etc/dnsmasq.conf bogus-priv filterwin2k interface=eth1 dhcp-range=10.0.4.100,10.0.4.

Ubuntu14.04下配置PHP7.0+Apache2+Mysql5.7

Apache 步骤一:安装apache [email protected]:~$ sudo apt install apache2 安装好后,在浏览器上输入localhost(服务器端,请输入你的IP地址),回车就会看到: PHP7.0 步骤二: Ubuntu14.04下的默认源是PHP5.0,所以也需要添加外部源 Personal Package Archive(PPA) 是一个apt仓库,允许第三方开发者发布用于ubuntu的外部资源 Ond?ej Sury 提供了用于PPA的PHP7.0

VirtualBox中安装Ubuntu12.04/Ubuntu14.04虚拟机

NOTE: 一开始安装的Ubuntu12.04,后来又重新安装了14.04.截图基本使用了安装12.04时的截图,后来安装14.04时又补充了几张.该安装过程对Ubuntu12.04和14.04都是适用的. 1. 选择版本 1.1 Ubuntu桌面版与服务器版的区别 桌面版与服务器版,只要发布版本号一致,这两者从核心来说也就是相同的,唯一的差别在于它们的预期用途.桌面版面向个人电脑使用者,可以进行文字处理.网页浏览.多媒体播放和玩游戏.本质上说,这是一个为普通用户所定制的多用途操作系统.另一方面

企业级docker私有仓库harbor在Ubuntu14.04上的部署与使用

一.harbor简介: 简单的说,Harbor 是一个企业级的 Docker Registry,可以实现 images 的私有存储和日志统计权限控制等功能,并支持创建多项目(Harbor 提出的概念),基于官方 Registry V2 实现的. 二.部署方法: 操作系统:Ubuntu14.04 1.安装docker: #安装插件 sudo apt-get install apt-transport-https ca-certificates #添加GPG key sudo apt-key adv