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

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

目录

64.1. install
64.1.1. ubuntu/debian
64.1.2. CentOS/Redhat
64.2. exim 命令
64.2.1. 帮助信息
64.2.2. 测试发送邮件
64.2.3. 刷新邮件队列
64.3. 配置exim
64.3.1. /etc/aliases 别名配置
64.4. FAQ
64.4.1. Mailing to remote domains not supported

64.1. install

64.1.1. ubuntu/debian

$ sudo apt-get install exim4
			

64.1.1.1. configure

$ sudo dpkg-reconfigure exim4-config
				

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