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 |
fonsy |
Posted: Sep 3 2003, 11:55 PM
|
||
Newbie Group: Members Posts: 22 Member No.: 165 Joined: 29-March 02 |
I think about in first place. The problem is that machine is only a mail server. Does not have apache, and no other services. It did not want to resign to leave the maximum of resources for XMail. In any case, I already solved it, at least at the moment (Very little *or nothing* elegant way). I studied the protocol which you use between the agent and the XQM, putting proxy in the middle, and modifying an old ASP that it had for another thing. query, soon query_status 1, hoping the 0 and to request query_result, parse the string ___NEXT___. I think that it will work to me, while does not make an update of the agent. I believe, I already saying, but I do not get tired to say it. You have done one of greatest XMail utilities, and port it to FreeBSD a great favor! :-) |
||
fonsy |
Posted: Sep 4 2003, 05:19 AM
|
||||||
Newbie Group: Members Posts: 22 Member No.: 165 Joined: 29-March 02 |
In case of anyone are in seemed situation: In order to make it more portable, and works as much in Windows as in UNIX, I passed it to PHP. The final configuration: Using CRON or AT (UNIX or Windows), Xqm-cmd does "query" every x minutes / hours. The PHP file, requests the result of that query, but without updating it. Thus it goes very fast. The code of the PHP is here: (I'm only test it on Windows, at this moment...)
|
||||||
hschneider |
Posted: Sep 4 2003, 05:49 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
>... to request query_result, parse the string ___NEXT___.
I see y... you're a real HACKER :-) > I think that it will work to me, while does not make an update of the agent. The protocol is XML RPC, which is standardized. IT will never be touched by any update. Maybe its data content will change some day, but you see it is easy to parse. >I believe, I already saying, but I do not get tired to say it. You have done one of >greatest XMail utilities, and port it to FreeBSD a great favor! :-) Thanks! -------------------- 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 |
fonsy |
Posted: Sep 4 2003, 06:09 AM
|
||||
Newbie Group: Members Posts: 22 Member No.: 165 Joined: 29-March 02 |
Jajajajajajajajaja Nothing else far from the truth... The truth is that I have been as much time as teacher on networking, that almost I can't remember what is programming!
That sounds very good! :-) |
||||
hschneider |
Posted: Sep 4 2003, 09:33 AM
|
||
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
To make things complete, here a complete listing of the Agent's RPCs:
-------------------- 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 |
||