if [ -f "$mtsconf" ]; then
mts_entry=`grep '^mts:' "$mtsconf"`
if [ "$mts_entry" ]; then
if [ -f "$mtsconf" ]; then
mts_entry=`grep '^mts:' "$mtsconf"`
if [ "$mts_entry" ]; then
[ "$config_tls" = y ] && \
config_opts="$config_opts --with-tls"
[ $config_debug = y ] && \
[ "$config_tls" = y ] && \
config_opts="$config_opts --with-tls"
[ $config_debug = y ] && \
####
[ $verbose -ge 1 ] && echo configuring . . .
echo ./configure $config_opts ${smtpservers:+"$smtpservers"} >>"$logfile" 2>&1
####
[ $verbose -ge 1 ] && echo configuring . . .
echo ./configure $config_opts ${smtpservers:+"$smtpservers"} >>"$logfile" 2>&1