- 2
- 0
- 约1.11万字
- 约 13页
- 2021-01-26 发布于天津
- 举报
邮件服务搭建手册
[V1?0(版本号)]
目录
TOC \o 1-5 \h \z \o Current Document 一、搭建简单邮件环境 2
\o Current Document 二、集成防病毒邮件模块 6
\o Current Document 三、集成反垃圾邮件模块 11
、搭建简单邮件环境
解压需要安装文件的目录 : tar xvzf xxx.tar.gz
mysql要求安装RPM包。并且一定要装mysql-devl先查看mysql安装情况
rpm -qa | grep mysql 强制卸载除了 dbi 以外的包 rpm -e --nodeps —llmatches
安装 :
rpm -ivh MySQL-shared-5.0.88-0.glibc23.x86_64.rpm
rpm -ivh MySQL-client-5.0.88-0.glibc23.x86_64.rpm
rpm -ivh MySQL-bench-5.0.88-0.glibc23.x86_64.rpm
rpm -ivh MySQL-server-5.0.88-0.glibc23.x86_64.rpm
rpm -ivh MySQL-devel-5.0.88-0.glibc23.x86_64.rpm
安装完成后重启机器 ,启动 mysql /etc/init.d/mysqld start (有些可能是 mysql start 看清楚了 ),修改 mysql 登录密码 :ysqladmin -uroot --password= password eetrust
进入 mysql 执行:GRANT ALL ON *.* TO root@% IDENTIFIED BY eetrust;
创建用户和组赋予相应权限 :
groupadd -g 1212 vacation
useradd -u 1212 -g 1212 -c vacation -d/dev/null -s/sbin/nologin vacation
groupadd -g 89 postfix
useradd -u 89 -g 89 -c postfix -d/dev/null -s/sbin/nologin postfix
进入 courier-authlib-0.58 目录进行安装 : cd courier-authlib-0.58 创建链接 :
ln -s /usr/lib64/libmysqlclient.so /usr/lib64 /mysql/libmysqlclient.so
安装:
./configure--prefix=/usr/local/courier-authlib--without-stdheaderdir
--without-authuserdb--without-authpam--without-authldap--without-authpwd
--without-authshadow--without-authvchkpw--without-authpgsql
--without-authcustom--with-authmysql--with-mysql-libs=/usr/lib64 /
--with-mysql-includes=/usr/include/mysql/ --with-redhat
编译安装
make
make install
安装 cyrus-sasl
进入安装目录:
cd cyrus-sasl-2.1.22
./configure--enable-plain--enable-cram--enable-digest--enable-login--enable-sql
--disable-anon--disable-ntlm --disable-gssapi --disable-krb4 --disable-otp --disable-srp --disable-srp-setpass-with-authdaemond=/usr/local/courier-authlib/var/spool/authd aemon/socket--with-mysql=/usr/--with-mysql-includes=/usr/include/mysql/--with-m ysql-libs=/usr/lib64/mysql --with-redhat
编译安装
make
make install
安装 Postfix:
(因机器不同可能会出现没有 postdrop 组的情况 ,建议先创建一个 ) groupadd postdrop
进入安装目录
cd postfix-2.5.5
先打上 2.56 的补丁包
patch -p1
您可能关注的文档
最近下载
- 射线检验报告.pdf VIP
- 机械工程师(中级资格)试卷题库及答案.docx VIP
- 外国文学2知到智慧树期末考试答案题库2024年秋绍兴文理学院.docx VIP
- 高标准基本 农田项目施工总结报告教学教案.doc VIP
- 园林绿化养护合同(2025年小区).docx
- 人教版四年级数学下册第二单元观察物体(二)质量测评卷(含答案).pdf VIP
- 外国文学2智慧树知到期末考试答案章节答案2024年绍兴文理学院.docx VIP
- GB 55030-2022 建筑与市政工程防水通用规范.docx VIP
- 湘教版地理八年级下册 第六章 第一节 东北地区的地理位置与自然环境 课件.ppt
- 外国文学2知到智慧树期末考试答案题库2025年绍兴文理学院.docx VIP
原创力文档

文档评论(0)