由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - send_mail
相关主题
freeBSD make a partation and file system怎么合法设置hostname?
如何在KDE下实现权限的限制?大家都是用什么机子装UNIX?
help me! Re: how to configure networking after installationOpenBSD还是NetBSD呢
Re: help me! Re: how to configure networking after installation最好的free unix distribution是什么
about DNS我的PC-BSD截图
有用FreeBSD的么?one question about syslogd
在FreeBSD下使用中文的一点心得Build a gateway,firewall and wireless AP
请各位补充一下现有的操作系统how to re configure network setting under Solaris
相关话题的讨论汇总
话题: sendmail话题: dns话题: however话题: freebsd话题: do
进入Unix版参与讨论
1 (共1页)
m**n
发帖数: 108
1
Hi, since I do not have a nameserver for the FreeBSD 5.4 (do not
want to configure one, either), the sendmail complains that the
host name is not a valid one. Could someone let me know how to
silence this guy (sendmail)?
Here is what is happening:
I configured rc.conf not letting it to start at boot time (and it
looks like it does not), however, every night something like 3am,
the sendmail still dumps information on tty0 complaining about
the domain name.
j*****o
发帖数: 320
2
不知道BSD上具体是怎么配置,但是在Linux上, 你不一定需要在服务器上安装
DNS服务,但是至少你要指定一个外部的DNS给服务器上的各种服务使用. 否则你的
邮件服务器怎么知道如何送信呢?
另外一个可能考虑的地方是关掉Sendmail反向域名查询的功能, 这样可能带来
一些伪造地址的邮件.

【在 m**n 的大作中提到】
: Hi, since I do not have a nameserver for the FreeBSD 5.4 (do not
: want to configure one, either), the sendmail complains that the
: host name is not a valid one. Could someone let me know how to
: silence this guy (sendmail)?
: Here is what is happening:
: I configured rc.conf not letting it to start at boot time (and it
: looks like it does not), however, every night something like 3am,
: the sendmail still dumps information on tty0 complaining about
: the domain name.

C*S
发帖数: 135
3
My computer is on privite (192.168.0.*) network, and I only use it
for simulations. Because the stupid IT policy, it cannot go to the
internet, and hence no DNS accessible, and I do not want one on the
machine just for sendmail.
Also, my computer domain name is not registered to any DNS (there is
not any DNS, infact). This sendmail is default installation.
I know I can configure the sendmail to let it stop complaining. However,
given my tight time schedule, no interest in figuring it out.
So wha

【在 j*****o 的大作中提到】
: 不知道BSD上具体是怎么配置,但是在Linux上, 你不一定需要在服务器上安装
: DNS服务,但是至少你要指定一个外部的DNS给服务器上的各种服务使用. 否则你的
: 邮件服务器怎么知道如何送信呢?
: 另外一个可能考虑的地方是关掉Sendmail反向域名查询的功能, 这样可能带来
: 一些伪造地址的邮件.

j*****o
发帖数: 320
4
如果你的Sendmail不收也不发, 那关掉就行了吧?

【在 C*S 的大作中提到】
: My computer is on privite (192.168.0.*) network, and I only use it
: for simulations. Because the stupid IT policy, it cannot go to the
: internet, and hence no DNS accessible, and I do not want one on the
: machine just for sendmail.
: Also, my computer domain name is not registered to any DNS (there is
: not any DNS, infact). This sendmail is default installation.
: I know I can configure the sendmail to let it stop complaining. However,
: given my tight time schedule, no interest in figuring it out.
: So wha

m**n
发帖数: 108
5
That's what I wanted. How to do that? I am not quite good
at FreeBSD configurations.
I thought if in rc.config not to let sendmail to start, it
should not... But why it still complains every night at
around 3am?

【在 j*****o 的大作中提到】
: 如果你的Sendmail不收也不发, 那关掉就行了吧?
T********r
发帖数: 6210
6
cron job

【在 m**n 的大作中提到】
: That's what I wanted. How to do that? I am not quite good
: at FreeBSD configurations.
: I thought if in rc.config not to let sendmail to start, it
: should not... But why it still complains every night at
: around 3am?

C*S
发帖数: 135
7
Hey, Terminator,
This time I am a little better than last time.
I first "manned" cron, and found it has two places
for its "tables". However, I could not find anything
related to sendmail. In fact, /ect/crontab is the file
I checked, and the one mensioned in man page, the /var/...
one is not even there.
So can you give me more info?

【在 T********r 的大作中提到】
: cron job
1 (共1页)
进入Unix版参与讨论
相关主题
how to re configure network setting under Solarisabout DNS
how to configure networking after installation有用FreeBSD的么?
how to let a command set in .cshrc run?在FreeBSD下使用中文的一点心得
帮我看看我的GCC怎么了!谢谢请各位补充一下现有的操作系统
freeBSD make a partation and file system怎么合法设置hostname?
如何在KDE下实现权限的限制?大家都是用什么机子装UNIX?
help me! Re: how to configure networking after installationOpenBSD还是NetBSD呢
Re: help me! Re: how to configure networking after installation最好的free unix distribution是什么
相关话题的讨论汇总
话题: sendmail话题: dns话题: however话题: freebsd话题: do