Skip to content

Commit

Permalink
Added Exchange 2013 CU1&CU2&CU3 support
Browse files Browse the repository at this point in the history
Compiled version 1.5.2
  • Loading branch information
Pro committed Jan 23, 2014
1 parent 2d2996b commit d8cec6a
Show file tree
Hide file tree
Showing 33 changed files with 336 additions and 76 deletions.
20 changes: 16 additions & 4 deletions CatchAllAgent.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,25 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Ex2010 SP3|Any CPU = Debug Ex2010 SP3|Any CPU
Debug Ex2013 CU2|Any CPU = Debug Ex2013 CU2|Any CPU
Debug Ex2013|Any CPU = Debug Ex2013|Any CPU
Release Ex2007 SP3|Any CPU = Release Ex2007 SP3|Any CPU
Release Ex2010|Any CPU = Release Ex2010|Any CPU
Release Ex2010 SP1|Any CPU = Release Ex2010 SP1|Any CPU
Release Ex2010 SP2|Any CPU = Release Ex2010 SP2|Any CPU
Release Ex2010 SP3|Any CPU = Release Ex2010 SP3|Any CPU
Release Ex2010|Any CPU = Release Ex2010|Any CPU
Debug Ex2013|Any CPU = Debug Ex2013|Any CPU
Release Ex2013|Any CPU = Release Ex2013|Any CPU
Release Ex2013 CU1|Any CPU = Release Ex2013 CU1|Any CPU
Release Ex2013 CU2|Any CPU = Release Ex2013 CU2|Any CPU
Release Ex2013 CU3|Any CPU = Release Ex2013 CU3|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Debug Ex2010 SP3|Any CPU.ActiveCfg = Debug Ex2010 SP3|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Debug Ex2010 SP3|Any CPU.Build.0 = Debug Ex2010 SP3|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Debug Ex2013 CU2|Any CPU.ActiveCfg = Debug Ex2013 CU2|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Debug Ex2013 CU2|Any CPU.Build.0 = Debug Ex2013 CU2|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Debug Ex2013|Any CPU.ActiveCfg = Debug Ex2013|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Debug Ex2013|Any CPU.Build.0 = Debug Ex2013|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Release Ex2007 SP3|Any CPU.ActiveCfg = Release Ex2007 SP3|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Release Ex2007 SP3|Any CPU.Build.0 = Release Ex2007 SP3|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Release Ex2010 SP1|Any CPU.ActiveCfg = Release Ex2010 SP1|Any CPU
Expand All @@ -36,10 +44,14 @@ Global
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Release Ex2010 SP3|Any CPU.Build.0 = Release Ex2010 SP3|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Release Ex2010|Any CPU.ActiveCfg = Release Ex2010|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Release Ex2010|Any CPU.Build.0 = Release Ex2010|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Debug Ex2013|Any CPU.ActiveCfg = Debug Ex2013|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Debug Ex2013|Any CPU.Build.0 = Debug Ex2013|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Release Ex2013 CU2|Any CPU.ActiveCfg = Release Ex2013 CU2|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Release Ex2013 CU2|Any CPU.Build.0 = Release Ex2013 CU2|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Release Ex2013|Any CPU.ActiveCfg = Release Ex2013|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Release Ex2013|Any CPU.Build.0 = Release Ex2013|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Release Ex2013 CU1|Any CPU.ActiveCfg = Release Ex2013 CU1|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Release Ex2013 CU1|Any CPU.Build.0 = Release Ex2013 CU1|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Release Ex2013 CU3|Any CPU.ActiveCfg = Release Ex2013 CU3|Any CPU
{02B4C666-7992-4BFC-94AF-DF18C1D3ED16}.Release Ex2013 CU3|Any CPU.Build.0 = Release Ex2013 CU3|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
109 changes: 97 additions & 12 deletions CatchAllAgent/Exchange.CatchAll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
<TargetFrameworkProfile>
</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Ex2007 SP3|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Exchange 2007 SP3\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug Ex2010 SP3|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
Expand All @@ -24,18 +32,18 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Ex2010 SP3|AnyCPU' ">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Ex2010 SP2|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Exchange 2010 SP3\</OutputPath>
<OutputPath>bin\Exchange 2010 SP2\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Ex2010 SP2|AnyCPU' ">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Ex2010|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Exchange 2010 SP2\</OutputPath>
<OutputPath>bin\Exchange 2010\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -48,6 +56,20 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Ex2010 SP3|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Exchange 2010 SP3\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\Res\Wolverine.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Ex2010|AnyCPU'">
<OutputPath>bin\Exchange 2010\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand All @@ -66,6 +88,15 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Ex2013|AnyCPU'">
<OutputPath>bin\Exchange 2013\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug Ex2013|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
Expand All @@ -75,13 +106,41 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Ex2013|AnyCPU' ">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Ex2013 CU1|AnyCPU'">
<OutputPath>bin\Exchange 2013 CU1\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Ex2013 CU2|AnyCPU'">
<OutputPath>bin\Exchange 2013 CU2\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<OutputPath>bin\Exchange 2013\</OutputPath>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Ex2013 CU3|AnyCPU'">
<OutputPath>bin\Exchange 2013 CU3\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug Ex2013 CU2|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug Exchange 2013 CU2\</OutputPath>
<DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Exchange.Data.Common" Condition="'$(Configuration)'=='Release Ex2007 SP3'">
Expand Down Expand Up @@ -120,18 +179,42 @@
<Reference Include="Microsoft.Exchange.Data.Transport" Condition="'$(Configuration)'=='Debug Ex2010 SP3'">
<HintPath>..\Lib\Exchange 2010 SP3\Microsoft.Exchange.Data.Transport.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Exchange.Data.Common" Condition="'$(Configuration)'=='Release Ex2013'">
<Reference Include="Microsoft.Exchange.Data.Common" Condition="'$(Configuration)'=='Debug Ex2013'">
<HintPath>..\Lib\Exchange 2013\Microsoft.Exchange.Data.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Exchange.Data.Transport" Condition="'$(Configuration)'=='Release Ex2013'">
<Reference Include="Microsoft.Exchange.Data.Transport" Condition="'$(Configuration)'=='Debug Ex2013'">
<HintPath>..\Lib\Exchange 2013\Microsoft.Exchange.Data.Transport.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Exchange.Data.Common" Condition="'$(Configuration)'=='Debug Ex2013'">
<Reference Include="Microsoft.Exchange.Data.Common" Condition="'$(Configuration)'=='Debug Ex2013 CU2'">
<HintPath>..\Lib\Exchange 2013 CU2\Microsoft.Exchange.Data.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Exchange.Data.Transport" Condition="'$(Configuration)'=='Debug Ex2013 CU2'">
<HintPath>..\Lib\Exchange 2013 CU2\Microsoft.Exchange.Data.Transport.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Exchange.Data.Common" Condition="'$(Configuration)'=='Release Ex2013'">
<HintPath>..\Lib\Exchange 2013\Microsoft.Exchange.Data.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Exchange.Data.Transport" Condition="'$(Configuration)'=='Debug Ex2013'">
<Reference Include="Microsoft.Exchange.Data.Transport" Condition="'$(Configuration)'=='Release Ex2013'">
<HintPath>..\Lib\Exchange 2013\Microsoft.Exchange.Data.Transport.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Exchange.Data.Common" Condition="'$(Configuration)'=='Release Ex2013 CU1'">
<HintPath>..\Lib\Exchange 2013 CU1\Microsoft.Exchange.Data.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Exchange.Data.Transport" Condition="'$(Configuration)'=='Release Ex2013 CU1'">
<HintPath>..\Lib\Exchange 2013 CU1\Microsoft.Exchange.Data.Transport.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Exchange.Data.Common" Condition="'$(Configuration)'=='Release Ex2013 CU2'">
<HintPath>..\Lib\Exchange 2013 CU2\Microsoft.Exchange.Data.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Exchange.Data.Transport" Condition="'$(Configuration)'=='Release Ex2013 CU2'">
<HintPath>..\Lib\Exchange 2013 CU2\Microsoft.Exchange.Data.Transport.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Exchange.Data.Common" Condition="'$(Configuration)'=='Release Ex2013 CU3'">
<HintPath>..\Lib\Exchange 2013 CU3\Microsoft.Exchange.Data.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Exchange.Data.Transport" Condition="'$(Configuration)'=='Release Ex2013 CU3'">
<HintPath>..\Lib\Exchange 2013 CU3\Microsoft.Exchange.Data.Transport.dll</HintPath>
</Reference>
<Reference Include="mysql.data, Version=6.6.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Lib\mysql.data.dll</HintPath>
Expand Down Expand Up @@ -160,7 +243,9 @@
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="app.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
4 changes: 2 additions & 2 deletions CatchAllAgent/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.1")]
[assembly: AssemblyFileVersion("1.5.1")]
[assembly: AssemblyVersion("1.5.2")]
[assembly: AssemblyFileVersion("1.5.2")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="domainSection" type="ConfigurationSettings.DomainSection, ExchangeCatchAll"/>
<sectionGroup name="customSection">
<section name="database" type="ConfigurationSettings.Database, ExchangeCatchAll" allowLocation="true" allowDefinition="Everywhere"/>
<section name="general" type="ConfigurationSettings.General, ExchangeCatchAll" allowLocation="true" allowDefinition="Everywhere"/>
</sectionGroup>
</configSections>
<!-- You can edit the settings below this line -->
<domainSection>
<!-- Domain name comparison and the regex are case insensitive! -->
<Domains>
<!-- Redirect all E-Mail sent to an address with domain example.com to [email protected] -->
<Domain name="example.com" regex="false" address="[email protected]"/>
<!-- Use a regex to redirect. Redirects all mails to *@*.cathcall.com to *@example.org
E.g. [email protected] -> [email protected]
or [email protected] -> [email protected]
-->
<Domain name="^.*@(.*)\.catchall.com$" regex="true" address="[email protected]"/>
</Domains>
</domainSection>
<customSection>
<!-- LogLevel: 0 = off, 1 = error, 2 = error+warn, 3 = all
AddOrigToHeader: Enable/Disable 'X-OrigTo' header
RejectIfBlocked: If recipient blocked in database, directly send error to sender. Otherwise the address will be handled by Exchange which then decides the action.
-->
<general LogLevel="3" AddOrigToHeader="true" RejectIfBlocked="false"/>
<!-- Database settings.
enabled: enable/disable database logging/block checking
type: currently only mysql supported
-->
<database enabled="true" type="mysql" host="localhost" port="3306" database="catchall" user="catchall" password="catchall"/>
</customSection>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Binary file not shown.
Binary file modified CatchAllAgent/bin/Debug Exchange 2013/ExchangeCatchAll.dll
Binary file not shown.
Binary file modified CatchAllAgent/bin/Exchange 2007 SP3/ExchangeCatchAll.dll
Binary file not shown.
Binary file modified CatchAllAgent/bin/Exchange 2010 SP1/ExchangeCatchAll.dll
Binary file not shown.
Binary file modified CatchAllAgent/bin/Exchange 2010 SP2/ExchangeCatchAll.dll
Binary file not shown.
Binary file modified CatchAllAgent/bin/Exchange 2010 SP3/ExchangeCatchAll.dll
Binary file not shown.
Binary file modified CatchAllAgent/bin/Exchange 2010/ExchangeCatchAll.dll
Binary file not shown.
Binary file not shown.
35 changes: 35 additions & 0 deletions CatchAllAgent/bin/Exchange 2013 CU1/ExchangeCatchAll.dll.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="domainSection" type="ConfigurationSettings.DomainSection, ExchangeCatchAll"/>
<sectionGroup name="customSection">
<section name="database" type="ConfigurationSettings.Database, ExchangeCatchAll" allowLocation="true" allowDefinition="Everywhere"/>
<section name="general" type="ConfigurationSettings.General, ExchangeCatchAll" allowLocation="true" allowDefinition="Everywhere"/>
</sectionGroup>
</configSections>
<!-- You can edit the settings below this line -->
<domainSection>
<!-- Domain name comparison and the regex are case insensitive! -->
<Domains>
<!-- Redirect all E-Mail sent to an address with domain example.com to [email protected] -->
<Domain name="example.com" regex="false" address="[email protected]"/>
<!-- Use a regex to redirect. Redirects all mails to *@*.cathcall.com to *@example.org
E.g. [email protected] -> [email protected]
or [email protected] -> [email protected]
-->
<Domain name="^.*@(.*)\.catchall.com$" regex="true" address="[email protected]"/>
</Domains>
</domainSection>
<customSection>
<!-- LogLevel: 0 = off, 1 = error, 2 = error+warn, 3 = all
AddOrigToHeader: Enable/Disable 'X-OrigTo' header
RejectIfBlocked: If recipient blocked in database, directly send error to sender. Otherwise the address will be handled by Exchange which then decides the action.
-->
<general LogLevel="3" AddOrigToHeader="true" RejectIfBlocked="false"/>
<!-- Database settings.
enabled: enable/disable database logging/block checking
type: currently only mysql supported
-->
<database enabled="true" type="mysql" host="localhost" port="3306" database="catchall" user="catchall" password="catchall"/>
</customSection>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Binary file not shown.
Binary file not shown.
35 changes: 35 additions & 0 deletions CatchAllAgent/bin/Exchange 2013 CU2/ExchangeCatchAll.dll.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="domainSection" type="ConfigurationSettings.DomainSection, ExchangeCatchAll"/>
<sectionGroup name="customSection">
<section name="database" type="ConfigurationSettings.Database, ExchangeCatchAll" allowLocation="true" allowDefinition="Everywhere"/>
<section name="general" type="ConfigurationSettings.General, ExchangeCatchAll" allowLocation="true" allowDefinition="Everywhere"/>
</sectionGroup>
</configSections>
<!-- You can edit the settings below this line -->
<domainSection>
<!-- Domain name comparison and the regex are case insensitive! -->
<Domains>
<!-- Redirect all E-Mail sent to an address with domain example.com to [email protected] -->
<Domain name="example.com" regex="false" address="[email protected]"/>
<!-- Use a regex to redirect. Redirects all mails to *@*.cathcall.com to *@example.org
E.g. [email protected] -> [email protected]
or [email protected] -> [email protected]
-->
<Domain name="^.*@(.*)\.catchall.com$" regex="true" address="[email protected]"/>
</Domains>
</domainSection>
<customSection>
<!-- LogLevel: 0 = off, 1 = error, 2 = error+warn, 3 = all
AddOrigToHeader: Enable/Disable 'X-OrigTo' header
RejectIfBlocked: If recipient blocked in database, directly send error to sender. Otherwise the address will be handled by Exchange which then decides the action.
-->
<general LogLevel="3" AddOrigToHeader="true" RejectIfBlocked="false"/>
<!-- Database settings.
enabled: enable/disable database logging/block checking
type: currently only mysql supported
-->
<database enabled="true" type="mysql" host="localhost" port="3306" database="catchall" user="catchall" password="catchall"/>
</customSection>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit d8cec6a

Please sign in to comment.