CF-3.6Wbeta5のinstall (97/08/05) 1) 展開とconfig $ su # tar zxvf CF-3.6Wbeta5.tar.gz -C /usr/src # cd /usr/src/CF-3.6Wbeta5 # make cleantools ; make tools 2) *.defの作成とsendmail.cfのinstall Nerv.defを作る # make Nerv.cf # cp Nerv.cf /etc/sendmail.cf # ps aux | grep sendmail # kill -HUP 新しく作ったsendmail.cfがちゃんと動くかどうかは以下のコマンドでcheckする。 # /usr/lib/sendmail -bt -C /etc/sendmail.cf # # Nerc.cf (Nerv.nisoc.org) # CF_TYPE=R8V7 DEF_ID='Nisoc 05-Aug-97' VERSION=3.6Wbeta5 VERSION_SEPARATOR='-' LOCAL_VERSION=`date +%y%m%d%H` # [ostype] OS_TYPE=linux # [general] MX_SENDMAIL=no MY_DOMAIN='nisoc.org' MY_NAME='Nerv' OFFICIAL_NAME='Nerv.nisoc.org' # [address] FROM_ADDRESS='nisoc.org' RECIPIENT_GENERIC=yes # [acceptaddr] # addresses which should be accepted as local ACCEPT_ADDRS='$m sophia sophia.niigata-cc.niigata.niigata.jp' # [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 # [indirect] # for indirect delivery # domain names to be deliverd directly (all/none/"domain names") DIRECT_DELIVER_DOMAINS='.nisoc.org' # relay host for indirect delivery (in case of none or "domain names") DEFAULT_RELAY='[192.168.1.130]' # [option.v7] # use Errors-To: header? (True/False) USE_ERRORS_TO='True' # COPY_ERRORS_TO='MAILER-DAEMON'