Home | 简体中文 | 繁体中文 | 杂文 | 打赏(Donations) | Github | OSChina 博客 | 云社区 | 云栖社区 | Facebook | Linkedin | 知乎专栏 | 视频教程 | About

Chapter 3. exim - meta-package to ease Exim MTA (v4) installation

Table of Contents

3.1. install
3.1.1. ubuntu/debian
3.1.1.1. configure
3.1.2. CentOS/Redhat
3.2. exim 命令
3.2.1. 帮助信息
3.2.2. 测试发送邮件
3.2.3. 刷新邮件队列
3.3. 配置exim
3.3.1. /etc/aliases 别名配置
3.4. FAQ
3.4.1. Mailing to remote domains not supported

3.1. install

3.1.1. ubuntu/debian

$ sudo apt-get install exim4
			

3.1.1.1. configure

$ sudo dpkg-reconfigure exim4-config
				

3.1.2. CentOS/Redhat

# yum install exim
# chkconfig exim on
# cp /etc/exim/exim.conf{,.original}

			

切换默认MTA

# alternatives --config mta

There are 2 programs which provide 'mta'.

  Selection    Command
-----------------------------------------------
*  1           /usr/sbin/sendmail.postfix
 + 2           /usr/sbin/sendmail.exim

Enter to keep the current selection[+], or type selection number: