divert(-1) # $Id: submit.mc,v 1.1 2004/10/13 21:35:49 jmates Exp $ # # See sendmail's cf/README file for documentation on how to adjust this # file to suit your needs and how to build submit.cf from it. divert(0) dnl required leading definitions VERSIONID(`$Id: submit.mc,v 1.1 2004/10/13 21:35:49 jmates Exp $') define(`confCF_VERSION', `Submit') define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet define(`confTIME_ZONE', `USE_TZ')dnl define(`confDONT_INIT_GROUPS', `True')dnl dnl client systems (e.g. laptops) may have hard-to-probe interfaces dnl that delay the operation of Sendmail. define(`confDONT_PROBE_INTERFACES', `True') dnl avoid touching unused optional relay-domains file undefine(`confCR_FILE') dnl For TLS, the smmsp user will need read access to the confSERVER_KEY dnl file, which can be done with a chgrp smmsp and a chmod g+r on the file dnl plus the following. Allow group writable directories due to lax dnl permissions on certain client OS (Mac OS X, for instance). define(`confDONT_BLAME_SENDMAIL', `GroupWritableDirPathSafe,GroupReadableKeyFile') dnl Route mail passed to sendmail binary (e.g. from cron jobs or dnl applications like mutt) directly to MX for example.org. This dnl oblivates the need to run a MTA on client systems in most cases. FEATURE(`msp', `mail.example.org') dnl set this to queue mail by default, e.g. for dial-up or laptop dnl define(`confDELIVERY_MODE', `deferred')