|
|
|
|
|
|
|
|
|
|
|
|
|
|
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/service sendmail reload";
|
|
|
ReloadMtaCommand = "/usr/sbin/service sendmail reload";
|
|
|
|
|
|
|
|
|
FileToBackup.push_back(SendmailSendmailMcPath);
|
|
|
FileToBackup.push_back(SendmailSendmailMcPath);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 = "/sbin/service sendmail reload";
|
|
|
ReloadMtaCommand = "/sbin/service sendmail reload";
|
|
|
|
|
|
|
|
|
FileToBackup.push_back(SendmailSendmailMcPath);
|
|
|
FileToBackup.push_back(SendmailSendmailMcPath);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SendmailSendmailMcPath = "/etc/mail/linux.mc";
|
|
|
SendmailSendmailMcPath = "/etc/mail/linux.mc";
|
|
|
SendmailSendmailCfPath = "/etc/mail/sendmail.cf";
|
|
|
SendmailSendmailCfPath = "/etc/mail/sendmail.cf";
|
|
|
BuildInstallSendmailCfFile = "(cd /etc/mail; rm sendmail.cf; m4 /etc/mail/linux.mc > sendmail.cf)";
|
|
|
|
|
|
ReloadMtaCommand = "/usr/sbin/postfix reload";
|
|
|
|
|
|
|
|
|
BuildInstallSendmailCfFile = "(cd /etc/mail && rm -f sendmail.cf && m4 /etc/mail/linux.mc > sendmail.cf)";
|
|
|
|
|
|
ReloadMtaCommand = "/sbin/service sendmail reload";
|
|
|
|
|
|
|
|
|
FileToBackup.push_back(SendmailSendmailMcPath);
|
|
|
FileToBackup.push_back(SendmailSendmailMcPath);
|
|
|
FileToBackup.push_back(SendmailSendmailCfPath);
|
|
|
FileToBackup.push_back(SendmailSendmailCfPath);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
std::cout << "Remove integration in sendmail file " << SendmailSendmailMcPath
|
|
|
std::cout << "Remove integration in sendmail file " << SendmailSendmailMcPath
|
|
|
<< " and generate new " << SendmailSendmailCfPath << " file with the command '"
|
|
|
<< " and generate new " << SendmailSendmailCfPath << " file with the command '"
|
|
|
<< BuildInstallSendmailCfFile << "'...";
|
|
|
|
|
|
|
|
|
<< BuildInstallSendmailCfFile << "'--\n";
|
|
|
|
|
|
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|