Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏

第 52 章 exim - meta-package to ease Exim MTA (v4) installation

目录

52.1. install
52.1.1. ubuntu/debian
52.1.2. CentOS/Redhat
52.2. exim 命令
52.2.1. 帮助信息
52.2.2. 测试发送邮件
52.2.3. 刷新邮件队列
52.3. 配置exim
52.3.1. /etc/aliases 别名配置
52.4. FAQ
52.4.1. Mailing to remote domains not supported

52.1. install

52.1.1. ubuntu/debian

$ sudo apt-get install exim4
			

52.1.1.1. configure

$ sudo dpkg-reconfigure exim4-config
				

52.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: