在Fedora上建立自己的邮件服务器(3)

时间:2007-09-10 11:12:00 

四、修改pam



  [root@localhost  pam_mysql]#  cd  /etc/pam.d  
  [root@localhost  pam.d]#  cp  /work/postfix  postfix  
  [root@localhost  pam.d]#  
  postfix的内容如下:  
  ##########/etc/pam.d/postfix##################  
  echo  auth  sufficient  pam_mysql.so  user=postfix  passwd=postfix  host=localhost  db=postfix  table=mailbox  usercolumn=username  passwdcolumn=password  crypt=1  
  echo  account  required  pam_mysql.so  user=postfix  passwd=postfix  host=localhost  db=postfix  table=mailbox  usercolumn=username  passwdcolumn=password  crypt=1  
  echo  auth  sufficient  pam_unix_auth.so  
  echo  account  sufficient  pam_unix_acct.so  
  [root@localhost  pam.d]#  [  -f  imap  ]  &&  mv  imap  imap.orig  
  [root@localhost  pam.d]#  [  -f  pop  ]  &&  mv  pop  pop.orig  
  [root@localhost  pam.d]#  [  -f  smtp  ]  &&  mv  smtp  smtp.orig  
  [root@localhost  pam.d]#  n  -s  postfix  imap  
  bash:  n:  command  not  found  
  [root@localhost  pam.d]#  ln  -s  postfix  imap  
  [root@localhost  pam.d]#  ln  -s  postfix  pop  
  [root@localhost  pam.d]#  ln  -s  postfix  smtp  
  [root@localhost  pam.d]#  cp  postfix  sieve  
  [root@localhost  pam.d]#  cd  ..  

五、cyrus-sasl的安装配置

我本不想重新编译cyrus-sasl的,可是fedora自带的在我测试的时候出问题,还是重编译吧,虽然fedora带的也是2.1.15版本。



[root@localhost etc]# cd /ruanjian
[root@localhost ruanjian]# cd cyrus-sasl-2.1.15
[root@localhost cyrus-sasl-2.1.15]# ./configure --disable-sample \
> --disable-pwcheck --disable-gssapi --disable-cram \
> --disable-digest --disable-krb4 --disable-anon \
> --with-saslauthd=/var/run/saslauthd \
> --enable-plain --enable-login
[root@localhost cyrus-sasl-2.1.15]# [ -d /usr/lib/sasl2 ] && mv /usr/lib/sasl2 /usr/lib/sasl2.orig
[root@localhost cyrus-sasl-2.1.15]# ln -s /usr/local/lib/sasl2 /usr/lib/sasl2
[root@localhost cyrus-sasl-2.1.15]# echo /usr/local/lib >> /etc/ld.so.conf
[root@localhost cyrus-sasl-2.1.15]# echo /usr/local/lib/sasl2 >> /etc/ld.so.conf                                        
[root@localhost cyrus-sasl-2.1.15]# ldconfig
[root@localhost cyrus-sasl-2.1.15]#
[root@localhost cyrus-sasl-2.1.15]# echo pwcheck_method: saslauthd > /usr/lib/sasl2/smtpd.conf
[root@localhost cyrus-sasl-2.1.15]# /usr/local/sbin/saslauthd -a pam
[root@localhost cyrus-sasl-2.1.15]# 

  
六、postfix的安装和配置



           

A.先停止sendmail.fedora已经默认安装了sendmail,去掉它。

[root@localhost ruanjian]# /etc/init.d/sendmail stop

关闭 sendmail:                [失败]

[root@localhost ruanjian]# mv /usr/bin/newaliases /usr/bin/newaliases.orig
[root@localhost ruanjian]# mv /usr/bin/mailq /usr/bin/mailq.orig
[root@localhost ruanjian]# mv /usr/sbin/sendmail /usr/sbin/sendmail.orig 
  
B.添加用户和组


[root@localhost ruanjian]# groupadd -g 12345 postfix
[root@localhost ruanjian]# groupadd -g 12346 postdrop
[root@localhost ruanjian]# useradd -u 12345 -g 12345 -c postfix -d /dev/null -s /nologin postfix 
  
C.编译postfix

[root@mail ruanjian]# cd postfix-2.0.16
[root@mail postfix-2.0.16]# make -f Makefile.init makefiles \
> 'CCARGS=-DUSE_SASL_AUTH -DHAS_MYSQL -I/usr/include/mysql -I/usr/include/sasl' \
> 'AUXLIBS=-L/usr/lib/mysql -L/usr/local/lib/sasl2 -lmysqlclient -lsasl2 -lz -lm'
[root@mail postfix-2.0.16]# make install
[root@localhost postfix-2.0.16]# cd /etc
[root@localhost etc]# mv aliases aliases.orig
[root@localhost etc]# ln -s postfix/aliases aliases
[root@localhost etc]# cd postfix
[root@localhost postfix]# echo 'root: tester' >> /etc/postfix/aliases
[root@localhost postfix]# postalias /etc/postfix/aliases
[root@localhost postfix]#


标签:
0
投稿

猜你喜欢

  • 在Linux下建立强大的FTP搜索引擎

    2009-02-09 16:34:00
  • WSUS服务器的详细配置和部署

    2009-12-02 18:48:00
  • Vmware安装OpenWrt15.05虚拟机教程

    2022-08-17 14:54:11
  • 百度贴吧里诽谤帖纷飞 吓跑多个客户生意泡汤

    2009-10-15 09:36:00
  • 将宝塔面板linux版装在/www以外的目录的方法

    2023-08-28 22:31:33
  • 国外著名英文搜索引擎大全

    2007-09-28 18:46:00
  • 网站统计给了我们什么?

    2007-12-16 19:25:00
  • 笔/面试中常考到的一些linux脚本/管理命令

    2009-11-21 12:14:00
  • 搜索优化外链为王时代 不要忘记内链建设

    2008-12-03 15:39:00
  • 总结:FTP错误代码详解

    2007-12-24 09:42:00
  • 用xshell连接VMware中的Linux的方法步骤(2种)

    2021-03-05 17:25:05
  • linux环境下的Oracle部署教程

    2023-07-24 20:58:43
  • 8个用于页面管理的 WordPress 插件

    2008-09-24 18:06:00
  • Windows服务器管理的经验技巧

    2012-02-25 19:32:48
  • Godaddy主机如何续费和取消电子邮件帐户

    2010-05-04 12:39:00
  • .htaccess 顶级域名重定向绑定空间目录

    2023-08-31 19:29:29
  • 十二问让你全面了解跨站脚本攻击

    2009-12-24 16:27:00
  • Apache实现禁止中文浏览器访问与301重定向的方法

    2023-08-05 17:23:53
  • 华硕进军云运算 开发全球最快超级电脑

    2009-10-29 09:02:00
  • Google Adsense:深入了解和应对收入波动

    2008-11-04 18:26:00
  • asp之家 网站运营 m.aspxhome.com