Browse Source

Completed SENDMAIL-02 thru SENDMAIL-06 tests on Ubuntu.


git-svn-id: https://svn.microneil.com/svn/SNFUtility/trunk@37 aa37657e-1934-4a5f-aa6d-2d8eab27ff7c
master
adeniz 12 years ago
parent
commit
ea97477b20

+ 1
- 1
SNFMilterConfig/SNFMilterConfig.cpp View File

} }
SetMode(SocketDir, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP);
SetMode(SocketDir, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP);
SetOwnerGroup(SocketDir); SetOwnerGroup(SocketDir);
} }

+ 5
- 5
SNFMilterConfig/SNFMilterConfigTests.txt View File



SENDMAIL-02: Repeat SENDMAIL-01 but without "-v". SENDMAIL-02: Repeat SENDMAIL-01 but without "-v".


Result:
Result: Pass.


SENDMAIL-03: Configure as for SENDMAIL-01, and do the following: SENDMAIL-03: Configure as for SENDMAIL-01, and do the following:


output, and that SNFMilterConfig doesn't update the sendmail output, and that SNFMilterConfig doesn't update the sendmail
configuration files or reload any MTA. configuration files or reload any MTA.


Result:
Result: Done.


SENDMAIL-04: On Ubuntu, set up the environment as follows: SENDMAIL-04: On Ubuntu, set up the environment as follows:


sendmail configuration files are not updated, and that SNFMilter sendmail configuration files are not updated, and that SNFMilter
is not running and that sendmail is running and was not reloaded. is not running and that sendmail is running and was not reloaded.


Result:
Result: Pass.


SENDMAIL-05: Repeat SENDMAIL-04 but without "-v". SENDMAIL-05: Repeat SENDMAIL-04 but without "-v".


Result:
Result: Pass.


SENDMAIL-06: Configure as for SENDMAIL-04, and do the following: SENDMAIL-06: Configure as for SENDMAIL-04, and do the following:


output, and that SNFMilterConfig doesn't update the sendmail output, and that SNFMilterConfig doesn't update the sendmail
configuration files or reload any MTA. configuration files or reload any MTA.


Result:
Result: Pass.


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



+ 4
- 2
SNFMilterConfig/SendmailIntegrate.cpp View File

std::cout << "Add to sendmail file " << SendmailSendmailMcPath << ": '" std::cout << "Add to sendmail file " << SendmailSendmailMcPath << ": '"
<< SnfMilterSendmailMcIntegrationString << "' and generate new " << SnfMilterSendmailMcIntegrationString << "' and generate new "
<< SendmailSendmailCfPath << " file...";
<< SendmailSendmailCfPath << " file with the command '"
<< BuildInstallSendmailCfFile << "'...";
} }
if (Verbose()) { if (Verbose()) {
std::cout << "Reloading sendmail...\n";
std::cout << "Reloading sendmail with the command '"
<< ReloadMtaCommand << "'...\n";
std::cout.flush(); std::cout.flush();
} }

Loading…
Cancel
Save