Parcourir la 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 il y a 11 ans
Parent
révision
ea97477b20

+ 1
- 1
SNFMilterConfig/SNFMilterConfig.cpp Voir le fichier

@@ -305,7 +305,7 @@ SNFMilterConfig::SetupRepairSocketDir() {
}
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);
}

+ 5
- 5
SNFMilterConfig/SNFMilterConfigTests.txt Voir le fichier

@@ -549,7 +549,7 @@ Do the following:

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

Result:
Result: Pass.

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

@@ -572,7 +572,7 @@ SENDMAIL-03: Configure as for SENDMAIL-01, and do the following:
output, and that SNFMilterConfig doesn't update the sendmail
configuration files or reload any MTA.

Result:
Result: Done.

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

@@ -604,11 +604,11 @@ Do the following:
sendmail configuration files are not updated, and that SNFMilter
is not running and that sendmail is running and was not reloaded.

Result:
Result: Pass.

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

Result:
Result: Pass.

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

@@ -632,7 +632,7 @@ SENDMAIL-06: Configure as for SENDMAIL-04, and do the following:
output, and that SNFMilterConfig doesn't update the sendmail
configuration files or reload any MTA.

Result:
Result: Pass.

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


+ 4
- 2
SNFMilterConfig/SendmailIntegrate.cpp Voir le fichier

@@ -112,7 +112,8 @@ SendmailIntegrate::Integrate(FileBackup *SaveFile) {
std::cout << "Add to sendmail file " << SendmailSendmailMcPath << ": '"
<< SnfMilterSendmailMcIntegrationString << "' and generate new "
<< SendmailSendmailCfPath << " file...";
<< SendmailSendmailCfPath << " file with the command '"
<< BuildInstallSendmailCfFile << "'...";
}
@@ -343,7 +344,8 @@ SendmailIntegrate::ReloadMta() {
if (Verbose()) {
std::cout << "Reloading sendmail...\n";
std::cout << "Reloading sendmail with the command '"
<< ReloadMtaCommand << "'...\n";
std::cout.flush();
}

Chargement…
Annuler
Enregistrer