CF-3.6Wbeta7のinstall (97/11/30) 1) 展開とconfig $ su # tar zxvf CF-3.6Wbeta7.tar.gz -C /usr/src # cd /usr/src/CF-3.6Wbeta7 # make cleantools ; make tools 2) *.defの作成とsendmail.cfのinstall Alice.defを作る # make Alice.cf # cp Alice.cf /etc/sendmail.cf # ps aux | grep sendmail # kill -HUP # # sendmail.cf (alice.nisoc.org) # CF_TYPE=R8V7 DEF_ID='Nisoc 30-Nov-97' VERSION=3.6Wbeta7 VERSION_SEPARATOR='-' LOCAL_VERSION=`date +%y%m%d%H` # [ostype] OS_TYPE=linux # [general] MX_SENDMAIL=no MY_DOMAIN='nisoc.org' MY_NAME='alice' OFFICIAL_NAME='alice.nisoc.org' MY_ALIAS='alice localhost alice.nisoc.org' # [address] FROM_ADDRESS='nisoc.org' RECIPIENT_GENERIC=yes # [acceptaddr] # addresses which should be accepted as local ACCEPT_ADDRS='$m' # [kanji] # kanji code conversing local mailer # mailer path definitions LOCAL_MAILER_PATH='/bin/mail' LOCAL_MAILER_ARGS='mail $h -d $u' # [mailer.v7] # always append domainname even local delivery (yes/no) ALWAYS_APPEND_DOMAIN=yes # [indirect] # for indirect delivery # domain names to be deliverd directly (all/none/"domain names") DIRECT_DELIVER_DOMAINS=none # relay host for indirect delivery (in case of none or "domain names") DEFAULT_RELAY='mail.on.rim.or.jp' # [option.v7] # use Errors-To: header? (True/False) USE_ERRORS_TO='True' # COPY_ERRORS_TO='MAILER-DAEMON'