andre.albsmeier> One thing I don't understand here (for the case someone andre.albsmeier> sets ${sendmail_enable} to NO):
andre.albsmeier> Both, ${sendmail_outbound_enable} and andre.albsmeier> ${sendmail_submit_enable} are on by andre.albsmeier> default. ${sendmail_outbound_flags} ist set to: andre.albsmeier> "-L sm-queue -q30m" andre.albsmeier> so the (var/spool/mqueue) queue is run andre.albsmeier> regularly. Additionally, ${sendmail_submit_flags} is set andre.albsmeier> to: andre.albsmeier> "-L sm-mta-submit -bd -q30m -ODaemonPortOptions=Addr=localhost" andre.albsmeier> Wouldn't the latter one be enough to run the queue because andre.albsmeier> of the -q30m? Yes, hence the patch and the new order shown in the message: if ${sendmail_enable} == NONE # Do nothing else if ${sendmail_enable} == YES start sendmail with ${sendmail_flags} else if ${sendmail_submit_enable} == YES start sendmail with ${sendmail_submit_flags} else if ${sendmail_outbound_enable} == YES start sendmail with ${sendmail_outbound_flags} endif To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message