cant overwrite the warningtext and cant set an pecentage for warningmessages.
Could anyone give me some tips or help, where the error could be located.
CentOS 5

Moderator: ScalixSupport
Code: Select all
2008-05-02 03:00:00,189 DEBUG [RESDispatcherServlet.dumpRequest:260] ---> RES Incoming Request Headers <----
2008-05-02 03:00:00,191 DEBUG [RESDispatcherServlet.dumpRequest:265] content-type:text/xml; charset=utf-8
2008-05-02 03:00:00,192 DEBUG [RESDispatcherServlet.dumpRequest:265] user-agent:Scalix CAA/Ubermanager 1.0
2008-05-02 03:00:00,194 DEBUG [RESDispatcherServlet.dumpRequest:265] host:mine.de
2008-05-02 03:00:00,195 DEBUG [RESDispatcherServlet.dumpRequest:265] accept:text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
2008-05-02 03:00:00,196 DEBUG [RESDispatcherServlet.dumpRequest:265] connection:keep-alive
2008-05-02 03:00:00,198 DEBUG [RESDispatcherServlet.dumpRequest:265] content-length:209
2008-05-02 03:00:00,199 DEBUG [RESDispatcherServlet.dumpRequest:265] Max-Forwards:10
2008-05-02 03:00:00,201 DEBUG [RESDispatcherServlet.dumpRequest:268] ---> RES Incoming Request XML Document (Not a secure request, OK) <-----
2008-05-02 03:00:00,202 DEBUG [RESDispatcherServlet.dumpRequest:294] <?xml version="1.0" encoding="UTF-8"?>
<ReqRequest>
<Command instance="mine" name="omlimit">
<Parameters enc="false">
<param flag="-g"/>
<param flag="-r"/>
<param flag="-j"/>
</Parameters>
</Command>
</ReqRequest>
2008-05-02 03:00:00,204 DEBUG [CmdExecution.executeCmd:141] ENVIRONMENT: LANG=en_US.UTF-8 OM_CHAR=UTF-8 OMCURRENT=mine HOME=/tmp PWD=/tmp
2008-05-02 03:00:00,206 DEBUG [CmdExecution.executeCmd:143] COMMAND: /opt/scalix/bin/omlimit -g -r -j
2008-05-02 03:00:00,323 DEBUG [RESDispatcherServlet.dumpResponse:302] ---> RES Sending Response XML Document <-----
2008-05-02 03:00:00,326 DEBUG [RESDispatcherServlet.dumpResponse:309] <?xml version="1.0" encoding="UTF-8"?>
<ResResponse>
<Command name="omlimit">
<Status>OK:0</Status>
<Output>
<Line value=""/>
<Line value="NAME=GLOBAL SETTINGS"/>
<Line value="MAILBOX_LIMIT=200000"/>
<Line value="INTRAY_LIMIT=0"/>
<Line value="FILING_CABINET_LIMIT=0"/>
<Line value="WASTEBASKET_LIMIT=0"/>
<Line value="PENDING_TRAY_LIMIT=0"/>
<Line value="DLAREA_LIMIT=0"/>
<Line value="SANCTIONS=usr"/>
</Output>
</Command>
</ResResponse>
2008-05-02 03:00:00,348 DEBUG [RESDispatcherServlet.dumpRequest:260] ---> RES Incoming Request Headers <----
2008-05-02 03:00:00,350 DEBUG [RESDispatcherServlet.dumpRequest:265] content-type:text/xml; charset=utf-8
2008-05-02 03:00:00,351 DEBUG [RESDispatcherServlet.dumpRequest:265] user-agent:Scalix CAA/Ubermanager 1.0
2008-05-02 03:00:00,352 DEBUG [RESDispatcherServlet.dumpRequest:265] host:mine.de
2008-05-02 03:00:00,354 DEBUG [RESDispatcherServlet.dumpRequest:265] accept:text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
2008-05-02 03:00:00,355 DEBUG [RESDispatcherServlet.dumpRequest:265] connection:keep-alive
2008-05-02 03:00:00,356 DEBUG [RESDispatcherServlet.dumpRequest:265] content-length:206
2008-05-02 03:00:00,358 DEBUG [RESDispatcherServlet.dumpRequest:265] Max-Forwards:10
2008-05-02 03:00:00,359 DEBUG [RESDispatcherServlet.dumpRequest:268] ---> RES Incoming Request XML Document (Not a secure request, OK) <-----
2008-05-02 03:00:00,361 DEBUG [RESDispatcherServlet.dumpRequest:294] <?xml version="1.0" encoding="UTF-8"?>
<ReqRequest>
<Command instance="mine" name="sxlimitcfg">
<Parameters enc="false">
<param flag="-g"/>
<param flag="-t" value="all"/>
</Parameters>
</Command>
</ReqRequest>
2008-05-02 03:00:00,363 DEBUG [CmdExecution.executeCmd:141] ENVIRONMENT: LANG=en_US.UTF-8 OM_CHAR=UTF-8 OMCURRENT=mine HOME=/tmp PWD=/tmp
2008-05-02 03:00:00,364 DEBUG [CmdExecution.executeCmd:143] COMMAND: /opt/scalix/bin/sxlimitcfg.py -g -t all
2008-05-02 03:00:00,559 DEBUG [RESDispatcherServlet.dumpResponse:302] ---> RES Sending Response XML Document <-----
2008-05-02 03:00:00,561 DEBUG [RESDispatcherServlet.dumpResponse:309] <?xml version="1.0" encoding="UTF-8"?>
<ResResponse>
<Command name="sxlimitcfg">
<Status>OK:0</Status>
<Output>
<Line value="OMLIMIT-EXCEEDED=105 ACTION=REJECT"/>
<Line value="OMLIMIT-EXCEEDED=95 ACTION=ALLOW NOTIFY="öljlkjk NOTIFY""/>
<Line value="VIRUS-UNCLEANED=1 ACTION=REJECT NDN-INFO=!ndninfo.txt"/>
<Line value="VIRUS-UNCLEANED=0 VIRUS-FOUND=1 ACTION=ALLOW NOTIFY="A virus was"/>
<Line value="fuond in your message. It was successfully cleaned and sent to the"/>
<Line value="recipient. However we highly recommend that you install or update"/>
<Line value="your virus protection software and scan your computer for viruses.""/>
</Output>
</Command>
</ResResponse>
Code: Select all
#
# DO NOT EDIT OR CHANGE THIS FILE
# THIS FILE IS DYNAMICALLY GENERATED
# CHANGING THE ORDER OR THE SETTINGS BELOW
# CAN RESULT IN UNDESIRABLE BEHAVIOUR
# -- UberManager
#
OMLIMIT-EXCEEDED=105 ACTION=REJECT
OMLIMIT-EXCEEDED=95 ACTION=ALLOW NOTIFY="öljlkjk NOTIFY"
VIRUS-UNCLEANED=1 ACTION=REJECT NDN-INFO=!ndninfo.txt
VIRUS-UNCLEANED=0 VIRUS-FOUND=1 ACTION=ALLOW NOTIFY="A virus was
fuond in your message. It was successfully cleaned and sent to the
recipient. However we highly recommend that you install or update
your virus protection software and scan your computer for viruses."
Return to “Scalix Management Services”
Users browsing this forum: No registered users and 1 guest