2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
hschneider |
Posted: May 2 2003, 08:43 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
You can download the latest release of XQM and XQM Agent at
http://xmail.marketmix.com What's new: 1. Message analyzing on the fly An additional column in the grid view now contains a diagnosis tag for each message. E.g. QUOTA if the message bounced because the user's mailbox was full, RELAY_DENIED if you were not allowed to relay etc. 98% of the queue content can be recognized by this method. This allows you to quickly view a bulk of frozen messages without digging through the SLOGs by hand. You can also sort and delete by that new attribute. 2. XQM remembers its column widths now. 3. Scalable number of threads The number of threads collecting the queue content in parallel can be scaled from 1 to 25 for best possible performance also on slow machines. 4. Debug info The Agent can be run in a debug mode on Win32 where it dumps a log to the console. Just start it with paramter -debug from a command prompt. On Linux it gives some useful informations during startup. -------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
hschneider |
Posted: May 5 2003, 07:43 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
There is an updated Agent 1.14 for WinNT available. It fixes a connection problem appearing in some environments. The Linux platform release was not affected.
-------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
chabral |
Posted: May 5 2003, 12:43 PM
|
Newbie Group: Members Posts: 9 Member No.: 527 Joined: 10-April 03 |
Harald,
I've tried using the admin protocol by hand to view queued messages and delete them, and it's very fast in my "slow" server (do you remember?) What do you think about doing some things interacting with the admin protocol and others by yourself? I mean, for example, getting the list of queued messages using the protocol and getting more info by hand (I mean the way you're doing it now). This way may improve performance in slow server. Getting the list this way it took about 8 seconds in my server, instead of 15 minutes using the Agent. Regards, chabral |
hschneider |
Posted: May 5 2003, 01:02 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
There are 2 problems:
- The ctrl protocol only returns the frozen messages. That means no resending and no sending ones. - Things have to be encoded to XML and transferred via XML-RPC. I think here is also a bottleneck between your slow machine and the Python implementation. I have some ideas about gaining speed on low resource machines - just need the time to implement'em. E.g.: - A faster XMLRPC lib, written in C or C++ - A caching daemon written in C, which prepares the nested structure for the slower Python routines. I'll let you know, when things are ready to test. -------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
chabral |
Posted: May 5 2003, 03:22 PM
|
Newbie Group: Members Posts: 9 Member No.: 527 Joined: 10-April 03 |
I just don't know if I expressed myself correctly. I meant that the Agent delegates some work to the administration protocol, not the GUI.
Regards, chabral |
hschneider |
Posted: May 5 2003, 05:34 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
The GUI only displays the data collected by the agent.
Surely the agent can get the list of frozen messages faster from the ctrl protcol. But in order to find the sending and resending messages, the agent has to search the whole spool which costs the same amount of time. Remote access by the ctrl protocol is faster, but also fails by the limited capabilities of the protocol ... -------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |