|
|
|
|
|
|
|
|
|
|
|
|
|
|
const std::string SnfMilterSendmailMcIntegrationString("INPUT_MAIL_FILTER(`SNFMilter', `S=unix:/var/snf-milter/socket')dnl # 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. /////////////////////////////////////////////////////////////////////////////////
|
|
|
// End of configuration. /////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
SendmailSendmailMcPath = "/etc/mail/sendmail.mc";
|
|
|
SendmailSendmailMcPath = "/etc/mail/sendmail.mc";
|
|
|
SendmailSendmailCfPath = "/etc/mail/sendmail.cf";
|
|
|
SendmailSendmailCfPath = "/etc/mail/sendmail.cf";
|
|
|
BuildInstallSendmailCfFile = "(cd /etc/mail; make)";
|
|
|
BuildInstallSendmailCfFile = "(cd /etc/mail; make)";
|
|
|
ReloadMtaCommand = "/usr/sbin/postfix reload";
|
|
|
|
|
|
|
|
|
ReloadMtaCommand = "/sbin/service sendmail reload";
|
|
|
|
|
|
|
|
|
FileToBackup.push_back(SendmailSendmailMcPath);
|
|
|
FileToBackup.push_back(SendmailSendmailMcPath);
|
|
|
FileToBackup.push_back(SendmailSendmailCfPath);
|
|
|
FileToBackup.push_back(SendmailSendmailCfPath);
|