Removed the MTS and post; now we always use /usr/sbin/sendmail -t
[mmh] / configure.in
index 6fc7f1e..6a4dfff 100644 (file)
@@ -144,15 +144,6 @@ else
   AC_DEFINE(DOT_LOCKING)dnl
 fi
 
-dnl What method of posting should post use?
-dnl We'll always use sendmail now. (mmh)
-MTS="sendmail"
-dnl #AC_SUBST(MTS)dnl
-
-dnl Both the smtp and sendmail mail transport services use the smtp code
-AC_DEFINE(SMTPMTS, 1,
-  [Define if you want SMTP (simple mail transport protocol) support.])dnl
-
 dnl What should be the default pager?
 AC_ARG_WITH(pager,
   AS_HELP_STRING([--with-pager=PAGER],[specify the default pager]))
@@ -161,17 +152,6 @@ if test -n "$with_pager"; then
   pagerpath="$with_pager"
 fi
 
-dnl What should be the default mail server(s)?
-AC_ARG_WITH(smtpservers,
-  AS_HELP_STRING([--with-smtpservers='SMTPSERVER1@<:@ SMTPSERVER2...@:>@'],
-  [specify the default SMTP server(s) @<:@localhost@:>@]))
-if test -n "$with_smtpservers"; then
-  smtpservers="$with_smtpservers"
-else
-  smtpservers="localhost"
-fi
-AC_SUBST(smtpservers)dnl
-
 dnl ----------------------------------------------------
 dnl Default location is /usr/local/mmh/{bin,etc,lib,share/man}
 dnl ----------------------------------------------------
@@ -934,7 +914,6 @@ dnl ----------------
 dnl OUTPUT MAKEFILES
 dnl ----------------
 AC_CONFIG_FILES(Makefile config/Makefile h/Makefile sbr/Makefile uip/Makefile \
-                mts/Makefile mts/smtp/Makefile \
                etc/Makefile docs/Makefile man/Makefile)
 AC_CONFIG_COMMANDS([stamp],[test -z "$CONFIG_HEADERS" || echo > stamp-h])
 AC_OUTPUT
@@ -966,9 +945,7 @@ library install path       : ${nmhlib}
 config files install path  : ${nmhsysconf}
 man page install path      : ${nmhman}
 backup prefix              : ${backup_prefix}
-transport system           : ${MTS}
 file locking type          : ${LOCKTYPE}
-default smtp servers       : ${smtpservers}
 default editor             : ${editorpath}
 default pager              : ${pagerpath}
 email address masquerading : ${masquerade}