1 postfix 作为邮件服务器时,当然这里应用的不是虚拟用户,出现用户只能发送Email 而不能接受Email 的问题,在其日志中出现如下    cannot update mailbox /var/mail/root for user root. error writing message: File too large 2  该问题主要原因是因为在post
原创 2011-06-15 18:13:12
3651阅读
1评论
maillog日誌Nov 27 12:31:23 mail postfix/trivial-rewrite[4056]: warning: connect to mysql server localhost: Access denied for user 'postfix'@'localhost' (using password: YES)Nov 27 12:31:23 mail postfix/
原创 2009-11-27 15:02:09
3267阅读
1点赞
6评论
  在安装Postfix时出现的错误 dict_mysql.c:173:19: error: mysql.h: No such file or directory dict_mysql.c:203: error: expected specifier-qualifier-list before ‘MYSQL’ dict_mysql.c:249: error: expected ‘=’
原创 2010-03-09 12:11:19
1352阅读
1评论
在做Postfix实验的时候遇到telnet不能通,问题如下: #telnet localhost 25Trying 192.168.0.3... Connected to 192.168.0.3.... Escape character is ']' Connection closed by foreign host 这是什么原因啊? 检查配置文件后得知是 /etc/postfix/mai
原创 2010-03-09 16:16:55
800阅读
按照sery老师的那篇博文配置了下postfix,发现实际配置中有很多的问题,现在在postfixadmin页面下出现了两个问题:Error: Depends on: multibyte string - NOT FOUND To install multibyte string support, install php5-mbstringWarning: Depends on: IMAP fu
原创 2009-10-15 18:12:23
2048阅读
Dec 30 11:02:16 mail postfix/smtpd[8480]: NOQUEUE: reject: RCPT from apache.bjmail.com[200.240.43.2]: 450 4.1.8 <root@apache.bjmail.com>: Sender address rejected: Domain not found; from=<root
原创 2010-12-30 11:08:32
1448阅读
1点赞
postfix:    日志:        /var/log/maillog    邮件别名:        将发给a的邮件发给b。     &nb
原创 2015-06-28 16:12:12
8660阅读
      最近在研究Postfix邮件网关,由于自己还是Linux界的小白菜,所以在研究路上免不了遇到一些问题,比如今天就遇到了Postfix服务无法启动的问题,最后经过排查后发现是一个配置影响的,但还是觉得应该分享出来排错和解决的方法,以便有同我一样也在开始研究Postfix的朋友能在遇到此问题时,少走弯路,好了报错截图如下附上: &
原创 精选 2015-05-27 19:53:00
2057阅读
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阅读
/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系统就能够满足硬件的要求&hellip;&hellip;. 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报错如下sendmail:fatal:parameterinet_interfaces:nolocalinterfacefoundfor::1报错和IPv6有关,解决办法就是让postfix只用IPv4。编辑文件:/etc/postfix/main.cf把inet_protocols=all改成inet_protocols=ipv4修改后执行servicepostfixresta
转载 2019-03-11 19:43:30
1804阅读
  • 1
  • 2
  • 3
  • 4
  • 5