-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ltp: fix ltp/commands/mail: Mailer daemon can't report failure to root
fix the following issue: When mail fail to deliver the mail. Mailer daemon should report this failure to root. ----------- ltp/commands: mail_tests::mail02 2 TFAIL : ltpapicmd.c:156: Test #2: No new mail for root. Reason: mail_tests::mail03 3 TFAIL : ltpapicmd.c:156: Test #3: No new mail for root. Reason: ----------- We need to install postfix and fix the config file to report the failure to root. Signed-off-by: Shaoting Lei <[email protected]> Signed-off-by: Philip Li <[email protected]>
- Loading branch information
1 parent
91453fc
commit eb01e9d
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ bind9 | |
dnsutils | ||
apache2 | ||
heirloom-mailx=12.5-4 | ||
postfix | ||
rsyslog | ||
nscd | ||
libnss-sss | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ rstatd | |
bind9 | ||
apache2 | ||
heirloom-mailx | ||
postfix | ||
rsyslog | ||
nscd | ||
libnss-sss | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters