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 |
arbibo |
Posted: Aug 25 2003, 04:04 AM
|
Newbie Group: Members Posts: 9 Member No.: 689 Joined: 12-August 03 |
I saw 4 or 5 web mail in PHP or Perl version for xmail. Just wounder is any jsp version or any tips if I do need build one?
Thanks |
hschneider |
Posted: Aug 25 2003, 12:28 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Just go straight ahead. XMail does not differ from any ohter SMTP or POP server concerning webmail as long as you access its data by SMTP and POP3 protocol.
Every generic .jsp solution should work with XMail. -------------------- 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 |
arbibo |
Posted: Aug 26 2003, 03:27 AM
|
Newbie Group: Members Posts: 9 Member No.: 689 Joined: 12-August 03 |
I read the class in detail for the XPAI webmail and I like the idea of the class. I have question that "telnet localhost 6017".
As you see it is telnet into xmail thought 6017 and call the command. Anyone know how to "telnet" using JSP? In Php, there is a function like. //connection to Xmail $fp = fsockopen($this->xm_ip, $this->xm_port, $errno, $this->xm_err_msg, 10); I think after I can succefully telnet and connect to Xmail using JSP. the rest will be easy since it just execute command and rerturn the result. Thanks |
hschneider |
Posted: Aug 26 2003, 06:21 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
As far as I know, JSP does not support raw sockets. You need to access'em in another language.
-------------------- 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 |
Aram |
Posted: Aug 26 2003, 09:31 PM
|
||
Administrator Group: Moderators Posts: 142 Member No.: 1 Joined: 15-February 01 |
I found the following code in my archive. Looks like all that you need.
-------------------- Bye,
Aram Tutunciyan. |
||
roguecoolman |
Posted: Sep 3 2003, 04:28 PM
|
Newbie Group: Members Posts: 3 Member No.: 714 Joined: 1-September 03 |
Hi there,
sorry for intruding on the thread, but I saw this sometime ago: http://openwebmail.com/openwebmail/ does it work for xmail? I read a bit of the site and only mentions sendmail and qpopper. it looks like a neat to access my mail via web interface. |
hschneider |
Posted: Sep 3 2003, 04:42 PM
|
||
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Sticking to its requierements, it should work with ANY SMTP/POP server:
-------------------- 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 |
||