Mysql的日志好像有些问题....
在redhat9上,我按照llzqq兄的方法安装了apache+php+mysql+qmail+vpopmail+qmailadmin,可以登录igenus,并且进入邮件系统,可是自己发送的邮件后自己都收不到?收件人地址我曾经试过这几种方式:
raad@qmail.*.*;
raad;
raad@127.0.0.1;
raad@IP
我安装时用的域名还没有被完全解析,在网页中输入qmail.*.*.*可以浏览,可是nslookup qmail.*.*.*却不行,在安装过程中都是用的qmail.*.*.*来代替"yourdomain.com"的;
情况如下,请各位多多帮忙啊!
--------------------------------------------------------------------
#netstat -atln
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
1587/mysqld
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN
1623/tcpserver
tcp 0 0 0.0.0.0:6000 0.0.0.0:* LISTEN
1728/X
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
1600/httpd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
1620/tcpserver
---------------------------------------------------------------------
#telnet 127.0.0.1
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220 qmail.hebau.edu.cn ESMTP
----------------------------------------------------------------------
另外请问一下,我安装的那个qmailadmin?怎么用呢,进入页面以后没有密码呀?怎么管理呢?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
先把域名问题解决好,邮件系统与域名的关系密切。
正在努力ing
我已经搞定DNS了,nslookup qmail.*.*.*已经通了.可是我还是不能发送邮件,这是我在qmail的安装目录下面的结果
-------------------------------------------------
[qmail-1.03]# ./config qmail.*.*.*
Your hostname is compaq.
hard error
Sorry, I couldn't find your host's canonical name in DNS.
You will have to set up control/me yourself.
--------------------------------------------------
为什么它还说不能在DNS上找到我?......................!@#$%^&*;
现在我在/etc/hosts里面加上了qmail.*.*.*,并且把主机名也改成了qmail.*.*.*,现在./config qmail.*.*.* 倒是不报错了,不过我还是不能收到自己发出的邮件.............
确实很奇怪
哦?我又找到了我的/var/log/mysqld.log,请问这是什么?
040304 17:01:40 mysqld started
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
If you do not want to use transactional InnoDB tables, add a line
skip-innodb
to the [mysqld] section of init parameters in your my.cnf
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
section, for example,
innodb_data_file_path = ibdata1:10M:autoextend
But to get good performance you should adjust for your hardware
the InnoDB startup options listed in section 2 at
http://www.innodb.com/ibman.html
/usr/libexec/mysqld: ready for connections
[root@qmail log]#