浏览代码

Completed SENDMAIL-07 (on Fedora).


git-svn-id: https://svn.microneil.com/svn/SNFUtility/trunk@38 aa37657e-1934-4a5f-aa6d-2d8eab27ff7c
master
adeniz 12 年前
父节点
当前提交
b3775e59f8
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      SNFMilterConfig/SNFMilterConfigTests.txt
  2. 2
    2
      SNFMilterConfig/SendmailIntegrate.cpp

+ 1
- 1
SNFMilterConfig/SNFMilterConfigTests.txt 查看文件

@@ -636,7 +636,7 @@ SENDMAIL-06: Configure as for SENDMAIL-04, and do the following:

SENDMAIL-07: Repeat SENDMAIL-01 and SENDMAIL-04 on Fedora.

Result:
Result: Pass.

SENDMAIL-08: Repeat SENDMAIL-01 and SENDMAIL-04 on OpenSuse.


+ 2
- 2
SNFMilterConfig/SendmailIntegrate.cpp 查看文件

@@ -29,7 +29,7 @@ const std::string SnfMilterSendmailMcSearchString("Added by SNFMilterConfig");
const std::string SnfMilterSendmailMcIntegrationString("INPUT_MAIL_FILTER(`SNFMilter', `S=unix:/var/snf-milter/socket')dnl # Added by SNFMilterConfig");
const std::string MtaIsRunningCommand("ps axl | grep -v grep | grep -q ' sendmail: MTA:'");
const std::string MtaIsRunningCommand("ps axl | grep -v grep | grep -q ' sendmail: '");
//////////////////////////////////////////////////////////////////////////////////////////////////////////
// End of configuration. /////////////////////////////////////////////////////////////////////////////////
@@ -71,7 +71,7 @@ SendmailIntegrate::SetOperatingSystem(std::string OperatingSystemType) {
SendmailSendmailMcPath = "/etc/mail/sendmail.mc";
SendmailSendmailCfPath = "/etc/mail/sendmail.cf";
BuildInstallSendmailCfFile = "(cd /etc/mail; make)";
ReloadMtaCommand = "/usr/sbin/postfix reload";
ReloadMtaCommand = "/sbin/service sendmail reload";
FileToBackup.push_back(SendmailSendmailMcPath);
FileToBackup.push_back(SendmailSendmailCfPath);

正在加载...
取消
保存