知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

postfix安装配置(SMTP)

发布时间:2014-09-05 15:08:17作者:知识屋

postfix安装配置(SMTP)
 
1、准备压缩包  www.zhishiwu.com  
postfix-2.8.8.tar.gz
2、解压
#tar -zxvf postfix-2.8.8.tar.gz
#cd  postfix-2.8.8
#make
#make install
注:根据安装提示创建一下用户和组  www.zhishiwu.com  
#groupadd postfix
#useradd -g  postfix postfix
#groupadd postdrop
然后
#make install
3、交互会话,进行测试
#/usr/sbin/postfix  start  
#netstat -anpt  //master进程是否成功开启
#telnet  192.168.10.43 25
root@localhost ~]# telnet  192.168.10.43 25
Trying 192.168.10.43...
Connected to 192.168.10.43 (192.168.10.43).
Escape character is '^]'.
220 localhost.localdomain ESMTP Postfix
helo wangjiao@sinogrid.com
250 localhost.localdomain
mail from:<wangjiao@sinogrid.com>
250 2.1.0 Ok
rcpt to:<wangjiao@sinogrid.com>
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
jfkdljfld
.
250 2.0.0 Ok: queued as 88B3B2A68032
quit
221 2.0.0 Bye
Connection closed by foreign host.
到接收邮箱可以收到邮件
4.问题
如果安装包库不在默认目录下
#vi /etc/ld.so.conf
/root/lib
#ldconfig
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜