# type of sendmail.cf CF_TYPE=R8V7 # [version] # ID for this definition file DEF_ID=NS # [ostype] # OS type (choose a file name in ostype directory) OS_TYPE=bsd4.4 # [general] # with sendmail.mx (yes/no) MX_SENDMAIL=yes # local domain name (defined automatically) MY_DOMAIN=domain.name # local host name (defined automatically) # V1: with domain name; V5: without domain name MY_NAME=ns # default my official SMTP hostname OFFICIAL_NAME='$w.$m' # [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 # [canon] # canonicalization with nameserver lookup # (all/one/short/unknown/cname/no; or *-append) CANON=one # if MX_SENDMAIL = yes # [mailer] # always append domainname even local delivery (yes/no) ALWAYS_APPEND_DOMAIN=no # [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='smtp.domain.name' # [option] # default delivery mode DELIVERY_MODE='background' # queue directory QUEUE_DIR='/var/spool/mqueue' # queue up everything before forking? (True/False) SAFE_QUEUE='True' # 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=+0900