|
|
@@ -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);
|