r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!Uniserve] Creating Uniserve processes

Tomc
16-Mar-2005
[111]
sent
Graham
16-Mar-2005
[112]
Got Ammons, and my mailserver only delayed it for 30 mins.
Ammon
16-Mar-2005
[113]
(I actually sent two from different accounts...)
Graham
16-Mar-2005
[114x6]
I got the gmail one.
Hmm.  554 .. I don't issue 554's.  I should have kept some logs to 
see why this was rejected.
Got DideC.. who used Rebol to send it.  We should really have a message-id 
generator as part of the send command.
Got tomc's email ...wonder how that got thru !
Haven't so far seen Ammon's alternate mail.  And Sunanda's suffered 
a write failure .. in my save-email routine :(
But no misclassification of spam so far.
Ammon
16-Mar-2005
[120x2]
Why shouldn't have TomC's made it through?
My alternate hasn't bounced yet so maybe it is still in queue somewhere...
Tomc
16-Mar-2005
[122]
I was bouncing spam
Graham
16-Mar-2005
[123]
well, it wasn't even addressed to me ( in the to field ) ...
Tomc
16-Mar-2005
[124]
that part is easy graham
Graham
16-Mar-2005
[125]
I tend to filter based on the header ... but I guess my filters so 
far didn't object to it :)
Tomc
16-Mar-2005
[126]
the addres stuff you see at the top of an email has about as much 
to do with delivery as the picture on a postcard
Graham
16-Mar-2005
[127x3]
I must have allowed it thru as it was a RCPT TO:<[gchiu-:-compkarori-:-com]>
I noticed this morning it rejected a legitimate email from my own 
hotmail account as the address given by the EHLO gave a none reverse 
DNS ... but checking it again, it was okay.  So, some type of dns 
timeout error I guess
minor teething problems
Anton
17-Mar-2005
[130]
Sent one.
Dockimbel
17-Mar-2005
[131x2]
Task-Master Service documentation and Modules API : http://www.softinnov.org/rebol/task-master.html
This doc is in draft state, so if you have any questions or need 
more info, please ask me here.
[unknown: 5]
17-Mar-2005
[133]
Looks pretty cool Doc, I'll check it out.
Dockimbel
17-Mar-2005
[134]
Thanks Paul. The remaining docs for services and protocols should 
follow in the next days, so I'll be able to release UniServe 1.0 
soon.
[unknown: 5]
17-Mar-2005
[135]
Is Uniserve integrating your NTLM auth scheme with the Proxy component?
Dockimbel
17-Mar-2005
[136]
Yes, in a service called "Proxy-NTLM", but not yet released.
[unknown: 5]
17-Mar-2005
[137]
great.  I that would be very useful.
Dockimbel
17-Mar-2005
[138x2]
I thought about making a standalone exe with Proxy-NTLM as replacement 
to this python product : http://www.geocities.com/rozmanov/ntlm/
This might be useful to a lot of non-techie users. (Just a single 
exe file with a minimal form for login/pass).
[unknown: 5]
17-Mar-2005
[140x2]
yeah definately useful.
Ever find any more information on Kerberos to use as a module?
Dockimbel
17-Mar-2005
[142]
Sorry Paul, didn't had any time to investiguate that more deeply. 
I'm late in almost all my projects (Uniserve and Cheyenne should 
have been out for 3 month now).
[unknown: 5]
17-Mar-2005
[143]
LOL - yeah I understand how that goes.
Dockimbel
17-Mar-2005
[144]
;-)
Anton
18-Mar-2005
[145x6]
My last mail to Graham was Undeliverable. This could be because of 
the content I put in it :)
Reporting-MTA: dns; sv7.prth.eftel.com
X-Postfix-Queue-ID: E836A143ADA
X-Postfix-Sender: rfc822; <anton's email address>
Arrival-Date: Thu, 17 Mar 2005 21:00:45 +0800 (WST)

Final-Recipient: rfc822; [gchiu-:-compkarori-:-com]
Action: failed
Status: 5.0.0

Diagnostic-Code: X-Postfix; host pop.compkarori.com[203.79.110.37] 
said: 552
    write failure (in reply to end of DATA command)
Doc, just reading your task-master doc linked above. Grammar corrections:
provides you an integrate framework
  ->  "provides you with an integrated framework"
This service provides you :
  -> "This service provides :"
theses
 -> "these"
needs the following files been installed
 -> "needs the following files installed"
its spawns
 -> "it spawns"
job in background
 -> "job in the background"
transfer to it your data
 -> "transfers your data to it"
additionnal
 -> "additional"
service which dispatch
 -> "service which dispatches"
If there's no free processes
 -> "If there are no free processes"
it become available
 -> "it becomes available"
properties, event and method
 -> "properties, events and methods"
optionnally
 -> " optionally"
Maximum number of background process
 -> "Maximum number of background processes"
controled
 -> "controlled"
performances
 -> "performance"
I checked most of those first error strings above and they are unique 
in the document.
Dockimbel
18-Mar-2005
[151x2]
Thanks Anton, I'm fixing these errors at once.
Ok, done.
Graham
18-Mar-2005
[153x2]
Anton, that was more likely a bug in my save-email routine, which 
I hope is now fixed.
I'm ready for the next round of testing after some bug fixing.
Anyone care to send an email to me at [gchiu-:-compkarori-:-com] ?

Thanks.
Ammon
18-Mar-2005
[155]
incoming
Graham
18-Mar-2005
[156x3]
Got mail from didec and ammon.
both classed as spam due to smtp challenge timeouts :(
clearly got to work on that ... my smtp service checks to see if 
the sender has a valid mailbox ...
Graham
19-Mar-2005
[159x2]
this is my first crude webmail interface to my smtp service.

http://www.compkarori.co.nz:8001/
use userid: "test" password: "account"


If you send a message to [test-:-compkarori-:-com], it will take 15mins 
at least to get thru ( which is the default delay I have built in 
for mail from new users).  But after that it should be very quick.
And then you will be able to see the message in the webmail interface.