|
|
@@ -40,14 +40,14 @@ PostfixIntegrate::SetOperatingSystem(std::string OperatingSystemType) { |
|
|
|
|
|
|
|
if ("OpenBSD" == OperatingSystemType) {
|
|
|
|
|
|
|
|
PostfixMainCfPath = "/usr/local/etc/postfix/main.cf";
|
|
|
|
PostfixMasterCfPath = "/usr/local/etc/postfix/master.cf";
|
|
|
|
PostfixMainCfPath = "/etc/postfix/main.cf";
|
|
|
|
PostfixMasterCfPath = "/etc/postfix/master.cf";
|
|
|
|
ReloadMtaCommand = "/usr/local/sbin/postfix reload";
|
|
|
|
|
|
|
|
} else if ("FreeBSD" == OperatingSystemType) {
|
|
|
|
|
|
|
|
PostfixMainCfPath = "/etc/postfix/main.cf";
|
|
|
|
PostfixMasterCfPath = "/etc/postfix/master.cf";
|
|
|
|
PostfixMainCfPath = "/usr/local/etc/postfix/main.cf";
|
|
|
|
PostfixMasterCfPath = "/usr/local/etc/postfix/master.cf";
|
|
|
|
ReloadMtaCommand = "/usr/local/sbin/postfix reload";
|
|
|
|
|
|
|
|
} else if ("Ubuntu" == OperatingSystemType) {
|