[root CF-3.7Wpl2]# diff -u ./Standards/sendmail-v8.def sendmail.def
--- ./Standards/sendmail-v8.def Thu Sep 24 18:32:42 1998
+++ sendmail.def Thu Jan 10 09:30:12 2002
@@ -28,7 +28,7 @@
# [ostype]
# OS type (choose a file name in ostype directory)
-#OS_TYPE=
+OS_TYPE=linux-redhat
# [general]
# with sendmail.mx (yes/no)
@@ -46,6 +46,7 @@
# define the class "w" with /etc/sendmail.cw (yes/no)
#USE_cw_FILECLASS=no
#cw_FILE_PATH='/etc/sendmail.cw'
+#cw_FILE_PATH='/etc/mail/local-host-names'
##cw_FILE_PATH='-o /etc/sendmail.cw' # optional (only with R8)
# accept mails which delivered to user@$j
# (be sure you should configure that another host can get user@$j)
@@ -142,6 +143,7 @@
# [spool]
# spool host
##SPOOL_HOST='spool.host.name'
+SPOOL_HOST='spool.testtest.net'
# exact address specification
#IGNORE_SPOOL_MX=no
#WITH_SPOOL_ADDR=no
@@ -475,7 +477,7 @@
# [indirect]
# for indirect delivery
# domain names to be deliverd directly (all/none/"domain names")
-#DIRECT_DELIVER_DOMAINS=all
+DIRECT_DELIVER_DOMAINS=all
# mailer for direct delivery
#DIRECT_DELIVER_MAILER=smtp
# relay host for indirect delivery (in case of none or "domain names")
@@ -525,6 +527,7 @@
#EIGHT_BIT_HANDLING='pass8'
# location of alias file
#ALIAS_FILE_PATH='/etc/aliases'
+ALIAS_FILE_PATH='/etc/mail/aliases'
##ALIAS_FILE_PATH='/etc/aliases,/etc/aliases.share'
# map name of NIS aliases file (define if you want to use NIS aliases)
##NIS_ALIAS_MAP=mail.aliases
@@ -560,6 +563,7 @@
#MATCH_GECOS='False'
# location of help file
#HELP_FILE_PATH='/usr/lib/sendmail.hf'
+HELP_FILE_PATH='/etc/mail/helpfile'
# maximum hop count
#MAX_HOP='25'
# name resolver options
@@ -734,6 +738,7 @@
# LOCAL_HOST_* does not check senders address
##LOCAL_HOST_IPADDR=/etc/sendmail.localip
##LOCAL_HOST_IPADDR=130.54.0
+LOCAL_HOST_IPADDR=192.168
##LOCAL_HOST_DOMAIN=/etc/sendmail.localdomain
##LOCAL_HOST_DOMAIN=sub.kyoto-u.ac.jp
#