Re: [AOLSERVER] using aolserver for mail

2002-11-19 Thread Patrick Kelly
The trouble with calling qmail-inject is the overhead of spawning processes. (Especially on solaris.) On Tue, Nov 19, 2002 at 01:03:39PM -0800, Tom Jackson wrote: > Patrick Kelly wrote: > > >Here at GetActive Software we use qmail. We've done a couple little > >hacks i

Re: [AOLSERVER] using aolserver for mail

2002-11-19 Thread Patrick Kelly
Here at GetActive Software we use qmail. We've done a couple little hacks in order inject directly into the qmail queue. That is the aolServer does NOT talk SMTP to qmail, but writes outgoing messages to disk. (SMTP is just a way to get the message into the queue and doing all that network stuff

[AOLSERVER] encoding/nsd/utf-8

2002-06-13 Thread Patrick Kelly
Attempting to use the "encoding" command in aolserver 3.4.2 was a failure for me. Input from a browser could be changed to utf-8, but I never could send it back to the browser (after doing any encoding/regsub/ns_dbquotevalue/etc) as iso8859-1. I COULD get it into a file using plain tcl operation

Re: [AOLSERVER] ns_register_adptag question

2002-03-12 Thread Patrick Kelly
tag for convenience on this project (sigh)... I have tried > putting the tag into a ns_puts [ns_adp_parse "tag here"] construct, I have > tried ns_adp_parse in the <% %> brackets on the call to the wrap tag to no > avail... the adp tag works great other than this minor/major bobble.. > > Does anyone have any ideas here? > > Thanks much in advance. > > -- > Patrick Spence -- Patrick Kelly -- http://www.pk67.com/patrick.html

[AOLSERVER] blowfish module for aolserver

2002-03-11 Thread Patrick Kelly
anyone knows of any other blowfish (or 3DES) implementations for aolserver, please let me know! Thanks! -- Patrick Kelly -- http://www.pk67.com/patrick.html

Re: [AOLSERVER] ImageMagick

2002-01-31 Thread Patrick Kelly
; Hello, > > Is there an AOLServer module for ImageMagick? Actually, the only > functionality I need is resizing the images on the fly. Any other method of > easily implementing this task will be greatly appreciated. > > Thank you all. > > Haluk -- Patrick Kelly -- http://www.pk67.com/patrick.html

Re: [AOLSERVER] "virtual hosting"

2001-06-28 Thread Patrick Kelly
sending certificates back and forth, takes place BEFORE the host > > header has been read. This is true for all webservers, Apache and > > AOLserver. > > > Hmm so there is no virtual hosting of ssl? Each must be on a separate > ip? > > For hacks to ns_returnredirect

Re: [AOLSERVER] SSI under AOLserver

2001-06-27 Thread Patrick Kelly
- Dossy > > -- > Dossy Shiobara mail: [EMAIL PROTECTED] > Panoptic Computer Network web: http://www.panoptic.com/ -- Patrick Kelly -- http://www.oakroad.net/patrick.html

[AOLSERVER] "virtual hosting"

2001-06-26 Thread Patrick Kelly
tname when we receive a GET request with a host header of one of the aliases. This should keep browsers on the right path, and away from the aliases (and thus the cookies set to the right hostnames). Am I missing anything? -- Patrick Kelly -- http://www.oakroad.net/patrick.html

Re: [AOLSERVER] conditional code in an ADP

2001-06-25 Thread Patrick Kelly
f > > conditional HTML? Is there some other feature to > > TCL/ADP that I'm overlooking? > > > > Thanks, > > > > Alex Harvey > > > = > "Are you going to spend the rest of your life selling sugar water, or are you going >to come with me and change the world?" > > __ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ -- Patrick Kelly -- http://www.oakroad.net/patrick.html