CF-3.6Wbeta6のinstall (97/08/31) 1) 展開とconfig $ su # tar zxvf CF-3.6Wbeta6.tar.gz -C /usr/src # cd /usr/src/CF-3.6Wbeta6 # 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 31-Aug-97' VERSION=3.6Wbeta6 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='/usr/bin/deliver' LOCAL_MAILER_ARGS='deliver $u' # [mailer.v7] # always append domainname even local delivery (yes/no) ALWAYS_APPEND_DOMAIN=yes # [bitnet] # resolve BITNET traffic (static/mx/no) BITNET=mx # [junet] # reject *.JUNET style address (yes/no) REJECT_JUNET=yes # [numeric] # resolve numeric address spec with nameserver (yes/no) # (should be YES to accept user@[my.IP.address] certainly) RES_NUMERIC=yes # delivery with numeric address spec (yes/strip/no) DELIVER_NUMERIC=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'