diff --git a/Sendmail-sasl2.conf b/Sendmail-sasl2.conf index 74ef83f212619e660e161294ff8d5d07fafe7d45..6a029a219d2dce3ec48446775ab464caf2630289 100644 --- a/Sendmail-sasl2.conf +++ b/Sendmail-sasl2.conf @@ -1 +1,2 @@ pwcheck_method:saslauthd +ldapdb_uri: ldapi:/// diff --git a/sendmail-redhat.mc b/sendmail-redhat.mc index dd9bc9648b513efa7693d9b9cc92c4f94d91b5cd..837f161d5b30f01407423ff83ed42abc039abd06 100644 --- a/sendmail-redhat.mc +++ b/sendmail-redhat.mc @@ -80,8 +80,8 @@ dnl define(`confINET_QOS', `AF11')dnl dnl FEATURE(delay_checks)dnl FEATURE(`no_default_msa', `dnl')dnl FEATURE(`smrsh', `/usr/sbin/smrsh')dnl -FEATURE(`mailertable', `hash -o /etc/mail/mailertable.db')dnl -FEATURE(`virtusertable', `hash -o /etc/mail/virtusertable.db')dnl +dnl #FEATURE(`mailertable', `hash -o /etc/mail/mailertable.db')dnl +dnl #FEATURE(`virtusertable', `hash -o /etc/mail/virtusertable.db')dnl FEATURE(redirect)dnl FEATURE(always_add_domain)dnl FEATURE(use_cw_file)dnl @@ -103,7 +103,7 @@ dnl # dnl # The -t option will retry delivery if e.g. the user runs over his quota. dnl # FEATURE(local_procmail, `', `procmail -t -Y -a $h -d $u')dnl -FEATURE(`access_db', `hash -T -o /etc/mail/access.db')dnl +dnl #FEATURE(`access_db', `hash -T -o /etc/mail/access.db')dnl FEATURE(`blacklist_recipients')dnl EXPOSED_USER(`root')dnl dnl # diff --git a/sendmail.spec b/sendmail.spec index d9bf756596d0d8c2f26c79c03a8d6514568ec25c..9335becc510c91b7cd47783de60a20a2a3e096aa 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -1,6 +1,6 @@ Name: sendmail Version: 8.17.1 -Release: 3 +Release: 4 Summary: A classic mail transfer agent from the Unix world License: Sendmail URL: http://www.sendmail.org/ @@ -467,6 +467,12 @@ exit 0 %changelog +* Mon Feb 28 2022 xihaochen - 8.17.1-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix the issue that sendmail service fails to be started + * Wed Feb 23 2022 xihaochen - 8.17.1-3 - Type:bugfix - ID:NA