divert(-1) dnl # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * dnl # Author: A-NAME-HERE dnl # File: submit.mc for dnl # Change Log: dnl # Who When_______ What_______________________________________________ dnl # dnl # NOTE: Sendmail book (Chap 4.2.3, page 155) states recommended dnl # order of entries in .mc file dnl # dnl # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * divert(0) dnl # Sendmail, Chap 4.2.3.1, Page 155 VERSIONID(`$Id: MSP Exp $')dnl dnl # Sendmail, Chap 4.2.2.1, Page 152 dnl # Dirty hack to keep proto.m4 from complaining define(`__OSTYPE__',`')dnl dnl ##################### dnl ## Options Section ## dnl ##################### dnl # Sendmail, Chap 24.9.78, Page 1027 dnl # Define the name and path of the daemon's PID file define(`confPID_FILE',`/var/run/sendmail-msp.pid')dnl dnl ###################### dnl ## Features Section ## dnl ###################### dnl # Disable non-SMTP relay features undefine(`UUCP_RELAY')dnl undefine(`BITNET_RELAY')dnl undefine(`DECNET_RELAY')dnl undefine(`FAX_RELAY')dnl dnl # Sendmail, Chap 4.8.32, Page 194 dnl # Turn off all UUCP support and give reject message FEATURE(`nouucp',reject)dnl dnl # Sendmail, Chap 4.8.47, Page 199 dnl # Enable use of Trusted User's file dnl # Default location is /etc/mail/trusted-users dnl # File is required by default FEATURE(`use_ct_file')dnl dnl # If you use IPv6 only, change [127.0.0.1] to [IPv6:::1] FEATURE(`msp', `[127.0.0.1]')dnl dnl ####################### dnl ## Macro Definitions ## dnl ####################### dnl # Sendmail, Chap 21.9.100, Page 834 dnl # Set the config file version in format - define(`confCF_VERSION',`Submit-host-001')dnl dnl # Use system's TIMEZONE define(`confTIME_ZONE', `USE_TZ')dnl dnl # Avoid invoking initgroups(3) routine dnl # Limits this invocation of sendmail to only having the dnl # permissions of its Primary group define(`confDONT_INIT_GROUPS', `True')dnl dnl ###################### dnl ## End of submit.cf ## dnl ######################