由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 怎么合法设置hostname?
相关主题
求助: DHCP设置on solarisHow to find the version of sendmail?
[转载] 请教关于sendmail 端口的问题。紧急how to turn off sendmail
send_mailHow to send email in C program.
why?急救!!!关于sendmail的配置!!!
how to write robort in perl w/out expect?Any one help for the mail server???
about DNSa question about sendmail-8.12.3
菜鸟求教了Block address under pine
How to understand 'global zone' in solaris?what version of CDE and sendmail
相关话题的讨论汇总
话题: hostname话题: 域名话题: server话题: 8000话题: http
进入Unix版参与讨论
1 (共1页)
e********t
发帖数: 9607
1
我的机器通过cable上网,在router后面,申请了一个一级域名,比如mydomain.com
想做http和email服务器,但是http的80端口是被isp封了的,所以我的apache改在
8000端口,然后在域名服务商那里把mydomain.com指向http://xxx.xxx.xxx.xxx:8000/
xxx.xxx.xxx.xxx为我的IP。这样http从外面能访问了。但是我如果把我的hostname
设成www.mydomain.com的话,我的email地址就是r**[email protected],能往外发信,
但是外面的信进不来,是不是因为域名被解析成http://xxx.xxx.xxx.xxx:8000的关系?
怎么解决这个问题?难道还要为了邮件服务器重新申请一个不同的域名?
T********r
发帖数: 6210
2
I don't think it's the problem of xxx:8000. DNS cannot resolve name with a
port number. You should check the config of your mail server to see if it
accept www.mydomain.com as local relay server (in sendmail, it's local-host
-names). Probably your mail server only accept mail to mydomain.com, not
www.mydomain.com.

【在 e********t 的大作中提到】
: 我的机器通过cable上网,在router后面,申请了一个一级域名,比如mydomain.com
: 想做http和email服务器,但是http的80端口是被isp封了的,所以我的apache改在
: 8000端口,然后在域名服务商那里把mydomain.com指向http://xxx.xxx.xxx.xxx:8000/
: xxx.xxx.xxx.xxx为我的IP。这样http从外面能访问了。但是我如果把我的hostname
: 设成www.mydomain.com的话,我的email地址就是r**[email protected],能往外发信,
: 但是外面的信进不来,是不是因为域名被解析成http://xxx.xxx.xxx.xxx:8000的关系?
: 怎么解决这个问题?难道还要为了邮件服务器重新申请一个不同的域名?

e********t
发帖数: 9607
3
可是如果我用ssh连接www.mydomain.com就不行,只能另用一个免费的二级域名(不带
端口号)来访问。
不知道如果在domain server那里改成指向我的ip(不指定端口),然后在我的机器上
再作一个name server行不行?

【在 T********r 的大作中提到】
: I don't think it's the problem of xxx:8000. DNS cannot resolve name with a
: port number. You should check the config of your mail server to see if it
: accept www.mydomain.com as local relay server (in sendmail, it's local-host
: -names). Probably your mail server only accept mail to mydomain.com, not
: www.mydomain.com.

T********r
发帖数: 6210
4

This is the best solution. Then you can have your own domain with as
more hosts as you want. :-)

【在 e********t 的大作中提到】
: 可是如果我用ssh连接www.mydomain.com就不行,只能另用一个免费的二级域名(不带
: 端口号)来访问。
: 不知道如果在domain server那里改成指向我的ip(不指定端口),然后在我的机器上
: 再作一个name server行不行?

q***e
发帖数: 90
5
Do you know how to set up
hostname ILLEGALLY? :-)

【在 T********r 的大作中提到】
:
: This is the best solution. Then you can have your own domain with as
: more hosts as you want. :-)

1 (共1页)
进入Unix版参与讨论
相关主题
what version of CDE and sendmailhow to write robort in perl w/out expect?
SunOS 5.8发email的程序叫什么?about DNS
how to automatically send email with attachments in Perl?菜鸟求教了
[转载] 请大家帮忙看看,机器被黑了How to understand 'global zone' in solaris?
求助: DHCP设置on solarisHow to find the version of sendmail?
[转载] 请教关于sendmail 端口的问题。紧急how to turn off sendmail
send_mailHow to send email in C program.
why?急救!!!关于sendmail的配置!!!
相关话题的讨论汇总
话题: hostname话题: 域名话题: server话题: 8000话题: http