!33 [sync] PR-31: fix the issue that sendmail service fails to be started

From: @openeuler-sync-bot 
Reviewed-by: @wangxp006 
Signed-off-by: @wangxp006
This commit is contained in:
openeuler-ci-bot 2022-03-03 09:14:27 +00:00 committed by Gitee
commit 379089d8bd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 4 deletions

View File

@ -1 +1,2 @@
pwcheck_method:saslauthd pwcheck_method:saslauthd
ldapdb_uri: ldapi:///

View File

@ -80,8 +80,8 @@ dnl define(`confINET_QOS', `AF11')dnl
dnl FEATURE(delay_checks)dnl dnl FEATURE(delay_checks)dnl
FEATURE(`no_default_msa', `dnl')dnl FEATURE(`no_default_msa', `dnl')dnl
FEATURE(`smrsh', `/usr/sbin/smrsh')dnl FEATURE(`smrsh', `/usr/sbin/smrsh')dnl
FEATURE(`mailertable', `hash -o /etc/mail/mailertable.db')dnl dnl #FEATURE(`mailertable', `hash -o /etc/mail/mailertable.db')dnl
FEATURE(`virtusertable', `hash -o /etc/mail/virtusertable.db')dnl dnl #FEATURE(`virtusertable', `hash -o /etc/mail/virtusertable.db')dnl
FEATURE(redirect)dnl FEATURE(redirect)dnl
FEATURE(always_add_domain)dnl FEATURE(always_add_domain)dnl
FEATURE(use_cw_file)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 # The -t option will retry delivery if e.g. the user runs over his quota.
dnl # dnl #
FEATURE(local_procmail, `', `procmail -t -Y -a $h -d $u')dnl FEATURE(local_procmail, `', `procmail -t -Y -a $h -d $u')dnl
FEATURE(`access_db', `hash -T<TMPF> -o /etc/mail/access.db')dnl dnl #FEATURE(`access_db', `hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnl FEATURE(`blacklist_recipients')dnl
EXPOSED_USER(`root')dnl EXPOSED_USER(`root')dnl
dnl # dnl #

View File

@ -1,6 +1,6 @@
Name: sendmail Name: sendmail
Version: 8.17.1 Version: 8.17.1
Release: 3 Release: 4
Summary: A classic mail transfer agent from the Unix world Summary: A classic mail transfer agent from the Unix world
License: Sendmail License: Sendmail
URL: http://www.sendmail.org/ URL: http://www.sendmail.org/
@ -467,6 +467,12 @@ exit 0
%changelog %changelog
* Mon Feb 28 2022 xihaochen<xihaochen@h-partner.com> - 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<xihaochen@h-partner.com> - 8.17.1-3 * Wed Feb 23 2022 xihaochen<xihaochen@h-partner.com> - 8.17.1-3
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA