|
|
|
|
|
|
|
[Original]
[Print]
[Top]
|
当DNS和SENDMAIL配置完毕后,SASL中的用户名REALM后面显示的为什么是的/ETC/SYSCONFIG/NETWORK文件中的名字,而不是域名test.com哪?
迷惑中??????????
[root@test sbin]# nslookup www.test.com
Note: nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead. Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
Server: 192.168.6.105
Address: 192.168.6.105#53
Name: www.test.com
Address: 192.168.6.105
[root@test sbin]# ./sasldblistusers
user: test realm: test mech: PLAIN
user: test realm: test mech: DIGEST-MD5
user: test realm: test mech: CRAM-MD5
[root@test etc]# cd sysconfig/
[root@test sysconfig]# cat network
NETWORKING=yes
HOSTNAME=test
GATEWAY=192.168.6.1
|
|
|
[Original]
[Print]
[Top]
|
|
|