### type of sendmail.cf CF_TYPE=R8V8 # [ostype] # OS type (choose a file name in ostype directory) OS_TYPE=solaris2.5 # [canon] # canonicalization with nameserver lookup # (all/one/short/unknown/cname/no; or *-append) CANON=all # [general] # with sendmail.mx (yes/no) MX_SENDMAIL=yes # local domain name (defined automatically) MY_DOMAIN='foo.bar.jp' # default my official SMTP hostname OFFICIAL_NAME="mail.foo.bar.jp" # default from-address (can be $j, $m or another generic address) FROM_ADDRESS='foo.bar.jp' # apply FROM_ADDRESS for receipients (yes/no) RECIPIENT_GENERIC=yes ## [smtpcheck] MAIL_RELAY_RESTRICTION=yes CHECK_HOST_ALLOW=/etc/mail/sendmail.allow CHECK_HOST_DENY=/etc/mail/sendmail.deny CHECK_RELAY_DEFAULT=allow # LOCAL_HOST_* does not check senders address LOCAL_HOST_IPADDR=/etc/mail/sendmail.localip LOCAL_HOST_DOMAIN=/etc/mail/sendmail.localdomain # CLIENT_* does check senders address #CLIENT_HOST_IPADDR=/etc/mail/sendmail.clientip #CLIENT_HOST_DOMAIN=/etc/mail/sendmail.clientdomain #CLIENT_FROM_DOMAIN=/etc/sendmail.clientfrom # [indirect] # for indirect delivery # domain names to be deliverd directly (all/none/"domain names") DIRECT_DELIVER_DOMAINS=all # rewrite address which has official name already into generic form # (yes/lower/no) REWRITE_GENERIC_FROM=lower