在Linux系统下面架设Sendmail服务器(2)

来源:asp之家 时间:2010-03-13 19:07:00 

5,访问控制设置

更改/etc/mail/accesss文件,增加:

[root@localhost named]# cat /etc/mail/access

# Check the /usr/share/doc/sendmail/README.cf file for a description

# of the format of this file. (search for access_db in that file)

# The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc

# package.

#

# by default we allow relaying from localhost...

localhost.localdomain RELAY

localhost RELAY

127.0.0.1 RELAY

ltest.com RELAY

完成后makemap hash /etc/mail/access.db < /etc/mail/access进行数据库更新。

6,#service sendmail restart

[root@localhost named]# service sendmail restart 启动服务

Shutting down sendmail: [FAILED]

Starting sendmail: [ OK ]

Starting sm-client: [ OK ]

[root@localhost named]# telnet localhost 25

Trying 127.0.0.1...

Connected to localhost.localdomain (127.0.0.1).

Escape character is '^]'.

220 localhost.localdomain ESMTP Sendmail 8.13.1/8.13.1; Sat, 17 Mar 2007 12:54:47 +0800

ehlo localhost

250-localhost.localdomain Hello localhost.localdomain [127.0.0.1], pleased to meet you

250-ENHANCEDSTATUSCODES

250-PIPELINING

250-8BITMIME

250-SIZE

250-DSN

250-ETRN

250-AUTH DIGEST-MD5 CRAM-MD5 LOGIN PLAIN ---认证应该生效

250-DELIVERBY

250 HELP

quit

221 2.0.0 localhost.localdomain closing connection

Connection closed by foreign host.

7,安装邮局服务

[root@localhost RPMS]# rpm -ivh dovecot-0.99.11-2.EL4.1.i386.rpm --aid

warning: dovecot-0.99.11-2.EL4.1.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e

Preparing... ########################################### [100%]

1:perl-DBI ########################################### [ 20%]


2:postgresql-libs ########################################### [ 40%]

3:mysql ########################################### [ 60%]

4:dovecot ########################################### [ 80%]

5:perl-DBD-MySQL ########################################### [100%]

把1-5这些软件都安装完毕才可以继续下去呢,,,,

[root@localhost /]# vi /etc/dovecot.conf在protocols = imap imaps 后添加pop3 pop3s

启动dovecot服务

[root@localhost /]# service dovecot restart

Stopping Dovecot Imap: [FAILED]

Starting Dovecot Imap: [ OK ]

[root@localhost /]# chkconfig --level 35 dovecot on

OK了 我们使用客户机测试。

标签:linux,sendmail,服务器
0
投稿

猜你喜欢

  • 使用docker部署grafana+prometheus配置

    2022-05-02 15:36:33
  • 企业邮件系统应用Microsoft Exchange的修复

    2010-03-08 18:34:00
  • 如何在Discuz!7.0的边栏添加广告

    2009-04-09 12:01:00
  • 草根站长所关心的 百度收录新站的几点看法

    2008-12-04 15:53:00
  • 刷新DNS缓存的2个方法

    2010-03-09 13:33:00
  • Windows环境下使Apache支持ASP.NET

    2010-05-14 18:23:00
  • VMware Workstation 14 Pro安装与激活图文教程

    2022-05-11 05:47:14
  • 全面整顿清理 打造健康绿色网游

    2009-10-09 11:15:00
  • Linux下ZooKeeper分布式集群安装教程

    2023-02-14 01:54:03
  • 详解CentOS设置程序开机自启动的方法

    2022-02-10 02:22:31
  • FTP服务器架设的三方面安全因素

    2009-02-10 16:01:00
  • 给网站管理员的建议:创建可利用的、可抓取的网站

    2008-07-30 11:59:00
  • Godaddy:如何设置免费及付费电子邮件帐户

    2010-05-04 12:35:00
  • 博客内容组织策略

    2008-12-02 16:20:00
  • 泄露版Chrome OS骗人!只是谷歌浏览器

    2009-10-16 10:47:00
  • Win2008系统活动目录权限管理服务

    2009-11-16 13:34:00
  • Docker实现分布式应用功能教程

    2023-09-29 20:43:38
  • WordPress邮件订阅按钮以及Feed订阅按钮添加方法

    2011-08-31 20:06:22
  • 成功站长要做到的几个坚持

    2009-03-05 13:28:00
  • centos7使用supervisor的详细教程

    2021-04-19 21:16:15
  • asp之家 网站运营 m.aspxhome.com