install_root: [/] Please specify a directory for scratch files while installing Postfix. You must have write permission in th
原创 2011-01-25 17:19:56
1199阅读
1点赞
zxczxcz
转载 精选 2008-10-27 17:43:01
739阅读
Ubuntu 14.04上安装和配置Postfix邮件服务详细教程    Postfix: 用来接受和发送邮件的邮件服务器,正确说法应该叫邮件传送代理(Mail Transfer Agent,MTA),是邮件服务最重要的部分;    Dovecot: POP 和 IMAP 服务器,用来管理本地邮件目录以便用户能通过 Mail.app, T
转载 精选 2015-12-13 19:49:28
1038阅读
#===========/etc/postfix/main.cf============= #--------install setting------------ alias_maps = hash:/etc/aliases #postfix shell command_directory = /usr/sbin #cf dir config_directory = /etc/postfix #
ci
原创 2023-04-10 10:43:22
27阅读
postfix:    日志:        /var/log/maillog    邮件别名:        将发给a的邮件发给b。     &nb
原创 2015-06-28 16:12:12
8662阅读
Postfix [root@localhost ~]# sl  //安装依赖软件 mysql-5.0.56.tar.gz  httpd-2.2.9.tar.gz php-5.2.6.tar.bz2   phpMyAdmin-2.11.9.5-all-languages.tar.gz  //MySQL的管理软件
原创 2011-10-10 15:09:59
582阅读
    postfix     配置/etc/postfix   master.cf进程配置 main.cf MTA主要配置     修改main.cf  一般需要 postfix reload postconf -e 设置参数; postfix start 启动 postfix stop restart
原创 2011-11-24 15:36:22
452阅读
 配置dns 主配置文件 options {          directory "/var/named"; };  zone  "djy.com"{         type  master;   &n
原创 2012-12-06 23:19:01
517阅读
Postfix 在附件
原创 2013-04-16 16:29:36
261阅读
第一篇:邮件系统搭建一、系统环境:1、 采用Centos 5.0系统也或者是rhel 5.0;2、 内存最好为512M以上;3、 本次采用的系统主机名为mail.xxt.cn。二、所需安装源码包列表:mysql-5.1.49.tar.gz数据库用于存储包括管理员在内的用户信息http://gd.tuwien.ac.at/db/mysql/Downloads/MySQL-5.1/mysql-5.1.
原创 2013-11-04 20:56:00
2277阅读
 本人有着3年的IredMail安装,运维经验;熟悉IredMail各版本的安装,运维工作,在此为广大朋友提供最新版IredMail安装,运维服务 官方安装服务购买链接: http://www.iredmail.com/admin_buy.html http://www.iredmail.org/admin_buy.html 本人收费标准: 1.Centos 5.x &nbsp
原创 2012-04-20 14:51:41
667阅读
/etc/dovecot.conf =============================================================== ## Dovecot configuration file # If you're in a hurry, see http://wiki.dovecot.org/QuickConfiguration # '#' charact
原创 2008-12-31 11:33:14
1392阅读
2评论
postfix邮件服务器 (适用于大型网络) rpm -qa | grep postfixrpm -ivh postfix-2.1.5-2.3.RHEL4.1.rpmservice sendmail stopservice postfix startnetstat -an | grep 25 创建DNS:  service named start  vi /var/nam
原创 2009-05-31 11:31:55
581阅读
一 系统运行环境 1.1、硬件要求    基本上,能够安装linux系统就能够满足硬件的要求……. 1.2、运行环境    操作系统为centos 5.2+VMware-workstation6.0.    我使用的VM6虚拟机和Centos5.2做的本次试验. 1.3、所需软件  &n
原创 2010-09-03 14:45:17
1512阅读
 http://www.fengnet.com/showart.asp?art_id=1889&cat_id=10  源码安装 http://guoli0813.blog.51cto.com/623863/278981   yum 安装  http://yangrong083.blog.163.com/blog/static/11340
转载 精选 2012-01-31 01:19:40
418阅读
MTA:邮件传输代理   smtp服务器,如sendmail:单体结构,会用到suid,有安全隐患。配置文件语法(m4)   qmail:效率超强   postfix:模块化设计,安全,跟sendmail兼容性好。   exim   exchange:windowssasl:  &nbsp
原创 2017-06-16 16:57:46
955阅读
POSTFIX
原创 2018-05-20 15:57:37
669阅读
3点赞
1评论
            首先介绍下环境与提前准备。             postfix     
转载 2009-07-04 14:09:16
430阅读
一、安装前的准备工作:1、安装所需的rpm包,这包括以下这些:httpd, php, php-mysql, mysql, mysql-server, mysql-devel, openssl-devel, dovecot, perl-DBD-MySQL, tcl, tcl-devel, libart_lgpl, libart_lgpl-devel, libtool-ltdl, libtool-lt
原创 2011-12-03 07:57:31
611阅读
  一、基本配置 介绍 postfix的main.cf文件支持上百个配置参数。幸运的是,所有的参数都有比较合理的默认值。在大多数情况下,你只需要配置2到3个参数值就可以启用postfix邮件系统了。下面的这个链接是postfix配置文件的简要介绍。 Postfix配置文件 接下来的内容假设你已经安装好Postfix系统,不管你是通过源码编译安装还是使用已编译好的版本安装的。
翻译 2012-06-04 15:02:03
1802阅读
  • 1
  • 2
  • 3
  • 4
  • 5