Skip to content

Commit

Permalink
1.4.062100
Browse files Browse the repository at this point in the history
  • Loading branch information
dtouzeau committed Jun 20, 2010
1 parent a193ae0 commit 3e50e4d
Show file tree
Hide file tree
Showing 130 changed files with 1,215 additions and 803 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.4.061819
1.4.062100
1 change: 1 addition & 0 deletions WHATSNEW
Expand Up @@ -17,6 +17,7 @@ Messaging Changes:
1.4.060401: Fix demime error before backup mails. This cause illimited stored mysql error files in /var/log/artica-postfix that cause crash server.
1.4.061220: Adding Zarafa ICal/CalDav process startup/monitor.
1.4.061320: Fix unable to start amavis when detected server name match xxx.(none)
1.4.062001: Rebuild totally the multiple postfix instances engine (now each organization can store multiple mail servers)


Proxy Changes:
Expand Down
2 changes: 1 addition & 1 deletion artica.performances.php
Expand Up @@ -562,7 +562,7 @@ function main_config_artica(){
$cpuLimitEnabled=trim($sock->GET_INFO("cpuLimitEnabled"));
$SystemV5CacheEnabled=trim($sock->GET_INFO("SystemV5CacheEnabled"));

if(strlen(trim($SystemV5CacheEnabled))==0){$SystemV5CacheEnabled=1;}
if(strlen(trim($SystemV5CacheEnabled))==0){$SystemV5CacheEnabled=0;}

$systemMaxOverloaded=trim($sock->GET_INFO("systemMaxOverloaded"));

Expand Down
Binary file modified bin/artica-compile
Binary file not shown.
Binary file modified bin/artica-install
Binary file not shown.
6 changes: 0 additions & 6 deletions bin/src/artica-install/amavisd_milter.pas
Expand Up @@ -102,12 +102,6 @@ constructor tamavis.Create(const zSYS:Tsystem);
if not TryStrToInt(SYS.GET_INFO('EnablePostfixMultiInstance'),EnablePostfixMultiInstance) then EnablePostfixMultiInstance:=0;


if EnablePostfixMultiInstance=1 then begin
EnableAmavisDaemon:=0;
JCheckMailEnabled:=0;
EnableAmavisInMasterCF:=0;
end;

if EnableAmavisDaemon=1 then begin
if not SYS.ISMemoryHiger1G() then begin
logs.NOTIFICATION('[ARTICA]: ('+SYS.HOSTNAME_g()+') Warning: your memory is under 1GB ['+IntToStr(mem_installee)+'], amavis is now disabled','Amavis is disabled because your computer is not "memory compliance"','system');
Expand Down

0 comments on commit 3e50e4d

Please sign in to comment.