# DEF_ID='ash.def for sendmail 8.9.1 1997/08/05' # type of sendmail.cf CF_TYPE=R8V8 # [ostype] # OS type (choose a file name in ostype directory) OS_TYPE=linux # [general] # with sendmail.mx (yes/no) MX_SENDMAIL=yes # local domain name (defined automatically) MY_DOMAIN='ash.or.jp' # local host name (defined automatically) # V1: with domain name; V5: without domain name MY_NAME='mail' # default my official SMTP hostname OFFICIAL_NAME='$w.$m' # for V1/NMTC # my internet aliases MY_ALIAS='name' # [address] # default from-address (can be $j, $m or another generic address) FROM_ADDRESS='$m' # apply FROM_ADDRESS for receipients (yes/no) RECIPIENT_GENERIC=yes # [acceptaddr] # addresses which should be accepted as local ACCEPT_ADDRS='$m $w.$m' # can be used with R8 sendmail # [secondary] # secondary domain #SECONDARY_DOMAIN='secondary.domain.name' # [indirect] # for indirect delivery # domain names to be deliverd directly (all/none/"domain names") DIRECT_DELIVER_DOMAINS=all # relay host for indirect delivery (in case of none or "domain names") #DEFAULT_RELAY='smtp:relay.host.name' # [option] # time zone handling: # if undefined, use system default # if defined but null, use TZ envariable passed in # if defined and non-null, use that info TIME_ZONE='' # [indirect] # for indirect delivery # domain names to be deliverd directly (all/none/"domain names") #DIRECT_DELIVER_DOMAINS=ash.or.jp # relay host for indirect delivery (in case of none or "domain names") #DEFAULT_RELAY='smtp:gwsv.lo.ash.or.jp' # [smtpcheck] MAIL_RELAY_RESTRICTION=yes # LOCAL_HOST_* does not check senders address LOCAL_HOST_DOMAIN=mail.ash.or.jp # CLIENT_* does check senders address CLIENT_HOST_DOMAIN=ash.or.jp CLIENT_FROM_DOMAIN=ash.or.jp # ROAM_* does check senders address ROAM_HOST_IPADDR=/etc/sendmail.roamip ROAM_HOST_DOMAIN=/etc/sendmail.roamdomain ROAM_USERS=/etc/sendmail.roamusers # Allow relaying if I am an MX host for the recipient (yes/no) (V8 or later) ALLOW_RECIPIENT_DOMAIN=ash.or.jp ALLOW_RELAY_FROM=ash.or.jp #ALLOW_RELAY_TO='secondary.domain.name'