MS CF?

2002-12-23 Thread Len Conrad
http://theregister.co.uk/content/4/28667.html




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: OT: AOL?

2002-12-19 Thread Len Conrad
How can I test to ensure that my RDNS is working???

dig -x ip.ad.re.ss

dig for win32 can be had at ftp.isc.org.

or free registration to get to this page:

http://preview.samspade.org/t/

or:

http://www.dnsstuff.com/

Do I have to have an entry for every domain in reverse DNS???

The critical ones are any ip's that are SMTP clients sending mail to other 
mail servers.  Each sending ip should have matching PTR and A records.

Of course, the reverse zone delegation must be done and the delegated NS 
responding.

For all CF or web apps that send mail:

1. the envelope @sender.domain must have A and/or MX records.

2. The MX for @sender.domain must accept mail for [EMAIL PROTECTED]

That is, in your CF apps that send mail (and that you want to give the best 
chance of being delivered), just don't invent any old 
[EMAIL PROTECTED]  You will have no success with MX's that do sender 
address verification or DNS validations of @sender.domain.

Len

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Re: IMail as Mail Delivery Agent for CF

2002-12-03 Thread Len Conrad
Anyone have experience or recommendations about using IMail to deliver
mail from ColdFusion in-lieu of using CFMAIL?

Dumping tons of mail in short time on Imail for relaying is very probably 
going to screw it up, since Imail queue processing in that situation is 
flaky.  The mail chunk just won't go, it spurts, it stops, you can't kick 
it to life, it trickles out, etc, etc.

If only for low volumes, then it should be ok, but don't bet on 30k/msgs 
per hour.

Len

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: (Admin) New spam code

2002-11-12 Thread Len Conrad
DNS Expert
   Detailed Report for houseoffusion.com

11-Nov-02, 8:42 PM, using the analysis setting Normal
==

Information

why was my message truncated?  it was considered mail abuse?

Len

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: (Admin) New spam code (2nd attempt)

2002-11-12 Thread Len Conrad
Thanks Matt, I actually know a fair bit about it, I just get nervous when
people speak about rejecting 'improperly configured' servers.  Are we
talking about open relays, lack of rDNS, not rfc compliant?  I am just
curious what Michael's definition is.



   DNS Expert
  Detailed Report for houseoffusion.com

11-Nov-02, 8:42 PM, using the analysis setting Normal
==

Information

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: (Admin) New spam code

2002-11-12 Thread Len Conrad
I was basing it on the mail headers. Basically what your mail server reports
itself as to my mailserver. I've since found that my assumptions were not 
100% correct.

ALL mail headers can be forged.  Using easily forgeable Received: headers 
for validation is useless.

Here are the checks your MTA/MX can perform:

1. For ip of sending MTA

a. require PTR record ( avoid, too many false positives)

b. require the PTR hostname and that hostname's A record match. Mostly 
reliable for detecting forgeries of frequently-forged @sender.domains, 
including your own (if you do your DNS correctly).  Find a list of 4000+ 
frequently forged domains at monkeys.com with A + PTR matching.

2. Helo/ehlo
a. helo/ehlo command required
b. helo/ehlo hostname required and/or be a FQDN (avoid, too many false
   positives)
b. filter for trick hostnames

3. MAIL FROM:[EMAIL PROTECTED]
a. require FQDN for sender.domain
b. require that sender.domain have A and/or MX records


Len


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: (Admin) New spam code

2002-11-11 Thread Len Conrad
Thanks Matt, I actually know a fair bit about it, I just get nervous when
people speak about rejecting 'improperly configured' servers.  Are we
talking about open relays, lack of rDNS, not rfc compliant?  I am just
curious what Michael's definition is.



   DNS Expert
  Detailed Report for houseoffusion.com

11-Nov-02, 8:42 PM, using the analysis setting Normal
==

Information

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: free mail servers please - like Pegasus and Mercury

2002-10-14 Thread Len Conrad

My client has outlook 2000 but cannot afford Exchange.

http://www.ipswitch.com/Purchase/products/imail.html

Gives you RFC-compatible SMTP, POP, LDAP, IMAP, and Webmail servers.  Their 
press releases claim 50 million licenses sold.

But will not give any of the proprietary Exchange groupware.

Len


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: free mail servers please - like Pegasus and Mercury

2002-10-14 Thread Len Conrad

Lee - pretty reasonable price.  How secure is it?

APOP and webmail over SSL are available.

or are you talking about vulnerabilities?

Len


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: free mail servers please - like Pegasus and Mercury

2002-10-14 Thread Len Conrad

You are right!
But my users want their profile to appear on each machine they log on
to.
Thus all their emails, sent items, etc...
Do you see what I mean?

using a browser to access a mailbox gives you portability, and doing it 
over SSL gives you security.

Imail's sub-$400 product does that for up to 25 users.

trim your messages.

Len



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: free mail servers please - like Pegasus and Mercury

2002-10-14 Thread Len Conrad

   I didn't know that.  Very interesting.  I remember telnetting into my
school's VAX machine many years ago.  I remember a lot of discussion boards
throughout the Internet, but the web has moved them all away from telnet.

smtp and pop and imap are text protocols.  DNS is binary

Len


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: NSLookup

2002-09-24 Thread Len Conrad

I was under the impression that it used UDP by preference

UDP is used to query as long as the response packets do not have the TC = 
TrunCated bit set.  If TC, then the DNS client queries with TCP.

but will fall back
to TCP if UDP is not available.

afaik, TCP is not tried as fallback if UDP queries are not responding.

see:

http://www.networksorcery.com/enp/protocol/dns.htm

you can get dig for win32 here, in the tools package:

ftp://ftp.isc.org/isc/bind/contrib/ntbind-8.3.3

I'm not sure dig for win32 has the full man page, so here it is for 
bind8.  When rolling out to dig from CF, you can limit the verbosity of the 
response with dig arguments:


DIG(1)  FreeBSD General Commands Manual DIG(1)

NAME
  dig - send domain name query packets to name servers

SYNOPSIS
  dig [@server] domain [query-type] [query-class] [+query-option]
  [-dig-option] [%comment]

DESCRIPTION
  Dig (domain information groper) is a flexible command line tool which can
  be used to gather information from the Domain Name System servers.  Dig
  has two modes: simple interactive mode for a single query, and batch mode
  which executes a query for each in a list of several query lines. All
  query options are accessible from the command line.

  The usual simple use of dig will take the form:

  dig @server domain query-type query-class

  where:

  server  may be either a domain name or a raw (IPv4 / IPv6) Internet
  address. If this optional field is omitted, dig will attempt
  to use the default name server for your machine.

  Note: If a domain name is specified, this will be resolved
  using the domain name system resolver (i.e., BIND). If your
  system does not support DNS, you may have to specify a dot-
  notation address.  Alternatively, if there is a server at
  your disposal somewhere,  all that is required is that
  /etc/resolv.conf be present and indicate where the default
  name servers reside,  so that server itself can be resolved.
  See resolver(5) for information on /etc/resolv.conf.
  WARNING: Changing /etc/resolv.conf will affect both the stan-
  dard resolver library and (potentially) several programs
  which use it.  As an option, the user may set the environment
  variable LOCALRES to name a file which is to be used instead
  of /etc/resolv.conf (LOCALRES is specific to the dig resolver
  and is not referenced by the standard resolver).  If the
  LOCALRES variable is not set or the specified file is not
  readable, then /etc/resolv.conf will be used.

  domain  is the domain name for which you are requesting information.
  See the -x option (documented in the OTHER OPTIONS subsection
  of this section) for convenient way to specify reverse
  address query.

  query-type  is the type of information (DNS query type) that you are
  requesting. If omitted, the default is ``a'' (T_A = address).
  The following types are recognized:

  a   T_Anetwork address
  any T_ANY  all/any information about specified domain
  mx  T_MX   mail exchanger for the domain
  ns  T_NS   name servers
  soa T_SOA  zone of authority record
  hinfo   T_HINFOhost information
  axfrT_AXFR zone transfer (must ask an authoritative
 server)
  txt T_TXT  arbitrary number of strings

  (See RFC 1035 for the complete list.)

  query-class
  is the network class requested in the query. If omitted, the
  default is ``in'' (C_IN = Internet).  The following classes
  are recognized:

  in  C_IN   Internet class domain
  any C_ANY  all/any class information

  (See RFC 1035 for the complete list.)

  Note: ``Any'' can be used to specify a class and/or a type of
  query.  Dig will parse the first occurrence of ``any'' to
  mean query-type = T_ANY.  To specify query-class = C_ANY, you
  must either specify ``any'' twice, or set query-class using
  the -c option (see below).

OTHER OPTIONS

  %ignored-comment
  ``%'' is used to included an argument that is simply not
  parsed.  This may be useful  if running dig in batch mode.
  Instead of resolving every @server-domain-name in a list of
  

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Len Conrad

would you be willing to download 650 megs? Not being sarcastic, but that
is the main reason we did not make it downloadable.

There is more in heaven and earth ...

FreeBSD.org ftp mirrors world-wide have cdrom .iso images of the OS.

550 to 600 Mb per .iso.

Never heard anybody, server-side or client-side, complain.

I think other opensource OS's do the same.

Len



__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF Server Firewall

2002-06-24 Thread Len Conrad

you are doing IP filtering/routing with them - not true firewalling.

 firewalling is a collection of policies implemented variously, and 
packet filtering routers and router ACL's are clearly, and truly, within 
that definition.

Len


www.menandmice.com/DNS-training : DNS Training
BIND8NT.MEIway.com : ISC BIND for NT4  W2K
IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Crazy emails

2002-06-14 Thread Len Conrad

Has anyone ever seen an email that looks like this...

I bet somewhere you have a forgotten mail forwarding rule on some account 
in your mailbox server.

Len


www.menandmice.com/DNS-training : DNS Training
BIND8NT.MEIway.com : ISC BIND for NT4  W2K
IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Bulk email servers...

2002-05-31 Thread Len Conrad

someone once wrote a way here how send emails directly to MS SMTP service
using cffile instead of cfmail. using this method you could easily send out
a million plus emails a day. best of all ms smtp service is free with
windows.

but it doesn't do automatic bounce management like a real MLM, and too bad 
addresses, even on opt-in list they can be 4 or 5% or more, will really 
kill the listserver throughput.

Len


www.menandmice.com/DNS-training : DNS Training
BIND8NT.MEIway.com : ISC BIND for NT4  W2K
IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: IIS Log Tool

2002-04-09 Thread Len Conrad

Anyone using a good tool for parsing IIS logs and producing html output with
graphs? If so can you point me in the right direction.

webalizer, analog, and there is an add-on for analog to produce better graphs.

Len



http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Problems with CF-TALK mail server?

2002-03-14 Thread Len Conrad

It's happened to me everyday this week now, and it's happened before...
I won't get any mail from this list for over two hours or some long
period of time and then a ton of it comes in all at once.  Anybody else
experiencing this phenomenon?  If I need to ask a question and get an
answer and it happens then it's very frustrating.  I'm sending this
email at 1:31 my time and I want to see how long it takes till I get it.

When this happens, expose all the mail headers on the received msg and see 
when the msg trasited what server.

This kind of question is best answered by looking at the SMTP logs on the 
sending and receiving MTA, esp looking at the sender's logs for deferrals 
for the receiver.

Len



http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: IP Address Locator

2002-02-25 Thread Len Conrad

How can you reverse a credit card transaction once it's been processed
already? I've had credit card merchant account and have never seen this
happen before.

I did it once, as a buyer, on a seller of $5000 Mapinfo software, in 
Chicago. I just had to prove non-delivery of the product, and contact the 
seller's bank, and my bank got the money back.   The bank said if the 
seller then proved delivery to me, then the bank would take back money from 
my account.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Fwd: Postfix Relay Hub SMTP server: errors from houseoffusion.com[64.118.64.245]

2002-02-23 Thread Len Conrad

A common defense against mail-abuse for the receiving server to validate 
the sending server in DNS.

Somebody was futzing around either with HOF's zone file or CF-talk list's 
setting and broke it:

# dig hof001.houseoffusion.com a

;  DiG 8.3  hof001.houseoffusion.com a
;; res options: init recurs defnam dnsrch
;; got answer:
;; -HEADER- opcode: QUERY, status: NXDOMAIN, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;;  hof001.houseoffusion.com, type = A, class = IN

;; AUTHORITY SECTION:
houseoffusion.com.  3H IN SOA   trinity.cfhosting.net. 
hostmaster.cfhosting.net. (
 2001100101  ; serial
 3H  ; refresh
 15M ; retry
 1W  ; expiry

... so starting overnight Fri-Sat, we can't receive cf-talk:

Date: Sat, 23 Feb 2002 04:39:00 +0100 (CET)
From: [EMAIL PROTECTED] (Mail Delivery System)
To: [EMAIL PROTECTED] (Postmaster)
Subject: Postfix Relay Hub SMTP server: errors from 
houseoffusion.com[64.118.64.245]
X-Virus-Scanned: by VirusGate.MEIway.com

Transcript of session follows.

  Out: 220 mgw1.MEIway.com - ESMTP - Postfix Relay Hub - ATTN: UCE trespassers
  will be pursued.
  In:  EHLO hof001.houseoffusion.com
  Out: 250-mgw1.MEIway.com
  Out: 250-PIPELINING
  Out: 250-SIZE 4000
  Out: 250-ETRN
  Out: 250 8BITMIME
  In:  MAIL FROM:[EMAIL PROTECTED] SIZE=2556
  Out: 250 Ok
  In:  RCPT TO:[EMAIL PROTECTED]
  Out: 554 hof001.houseoffusion.com: Helo command rejected: Host not found
  In:  RSET
  Out: 250 Ok
  In:  QUIT
  Out: 221 Bye

No message was collected successfully.



__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Image Theft Sofware

2002-02-18 Thread Len Conrad

*Sigh*  Does anyone know of a good, cheap piece of software that I can
install on the server to detect websites that are using images on your
server by linking to them?

I heard of people using google, etc to find targeted image filenames  on 
indexed web pages.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Time for a checkup: soundoff on CF5/Linux

2002-02-15 Thread Len Conrad

For those of you running CF on Linux or FreeBSD's Linux?

Happy?  it's ready for prime time?

Any success on FreeBSD 4.x's Linux compatibility?

What about success in using PostrgeSQL ?

thanks
Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Maps

2002-01-02 Thread Len Conrad

NZERN (a volunteer non-profit environmental group) needs to display several
thousand maps as jpg files on a coldfusion site. The users need to be able
to move from one map to the next by up/down left/right nav keys. Also zoom
in/out. Anyone got any insites into how to approach this task.

We have a solution dynamic mapping for Coldfusion using MapInfo as a 
dynamic map generator.  the maps are gifs drawn in real time.  zoom in/out, 
pan,  find nearest, populate the map with various POI, etc, etc.  it's of 
course an OEM tool need integration with your specific maps.

Our development box is win2000, access 2000, IIS 5, CF which matches our
hosting ISP. The database will move over to SQL7 mid year.

as you must know, access sucks at any volume.   I doubt the rate of queries 
to support our dynamic mapping solution will be supported by Access.

ESRI/Eagle Technology donated ArcView for producing the maps. ARCIMS Server
is an option but it requires high bandwidth and IE5. We need a simpler
solution to cater for conservationists with old browsers/pcs and slow
modems.

For our CF MapInfo dynamic GIS, you'd need MapInfo MapxSite license, plus 
our stuff.  not cheap.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Using CF to control Spam

2001-12-31 Thread Len Conrad

My inbox has become increasingly infested with spam - up to 30 a day now -
so I've been writing a small app in CF to help control it.  Basically, the
robot logs into my current spam-infested inbox and checks each email against
a trusted addresses table in my db - if the email is from a trusted
source, it's sent to another clean POP.  If it's potentially spam, a
message is sent to the sender and the email is quarantined in the db - if
that sender is a real person, they'll click on a link which will validate
their email address, add it to my trusted addressbook and deliver their
email to my clean POP.

It works well, but it's annoying having to have another POP - can anyone
think of a better way of doing it?

google for TMDA, tagged message deliver agent.

a lot of ISP's have successfully set up IMGate, in my sig, to reduce spam 
and abuse by 90%, for free.  TMDA would kill the last 10%.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Slightly OT RE: death of coldfusion

2001-12-31 Thread Len Conrad

Better hide under a Bush then :-)

The local variety of sheriff shrubs are full of jerks.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: death of coldfusion

2001-12-30 Thread Len Conrad

Oh, and just to make it perfectly clear, in Neo you'll write CF as you do
now. You'll have other features and technologies available to you too, but
if you want to write CF as you do in CF5 (and earlier) you'll be able to.
The ease of use, the minimal learning curve, the rapid development - none of
that changes at all.

ah, if it were just a technology thing.

ah, if it were just being first with the best :))

MS never wins on pure technology. MS is never first.

Any non-MS commercial product on a strategic platform like IIS opposite MS 
strategic products that are free, are at serious risk of being 
Macintosh-ed, later if not sooner.

At a minimum, throwing a screenplay on the table about Neo going against 
MS on MS IIS and opposite MS .net and MS c# and all MS middleware and MS's 
$30B in cash and supposing MS's good will and laissez-faire is not going 
to get tons of VC now or in the future.  :))

but CF/Neo development could still be a comfortable little niche, just like 
the Macintosh segment.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: I hate spam

2001-12-21 Thread Len Conrad

The lists were down for 2 hours today because we had a massive influx of
spam targetted on the lists. I have code that deals with it, but it still
caused the lists to hang. I have some new code to stop the list handing and
remove the spam with no problems. At no time will spam be sent to the list
members.
I hate spammers.

For such a big list server of such importance and for ANY mailbox server, 
the current and increasing nastiness out there requires that mailbox 
servers and listservers NOT be the MX host, but be protected by an SMTP 
proxy gateway that takes the crap on the chin and stops it, protecting the 
the SMTP application boxes.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: SPAM lists?

2001-12-06 Thread Len Conrad

And shutting people down with no warning is also inexusable

People running open relays are lazy or incompetent, so sending them a 
warning, even automated (no labor) won't energize them or power up their 
skills.

In 2001, every mail admin has used up his virtual three strikes.  No 
excuse, no warning.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: SPAM lists?

2001-12-06 Thread Len Conrad

I'll agree that a blackhole list for web servers is a great idea.
Definitely a far greater risk and traffic waste than open relays.

You can only say that since you haven't been the victim of a mutli-week, 
high-source-bandwidth DoS and other malicious attacks mounted through 
1000's and 1000's of open relays world-wide.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: SPAM lists?

2001-12-06 Thread Len Conrad

Well Len thanks for calling me lazy and incompetent.  Until I got
blacklisted I did not know about open relays.  So how does that put me in
either category?

If you run a public mail server, don't know what open relays are, nor how 
to close your own, that's incompetence.

The mail server I was running had no documentation about
the possible abuse of or even the existence of open relays.

then change mail servers.  there's lotsa of good ones around, commercial 
and free.

I can guarantee you that had I received a warning, it would certainly 
would have energized me to deal with the situation.

So would have coming in the office one morning to find your mail server 
hijacked and the transit point for 30K abuse mails/hour all night, and 600K 
mail queued up to go, disk full.

Please watch those blanket statements in the future...because I am far from
lazy or incompetent...you weenie ;-)

As with MS and their repeated security screw ups, the grace period for open 
relays is over, long ago.  That said, if you pay to pay MAPS and DL their 
RBL reverse zone, it's 10+ mb of open relays, IIRC.

(Don't put your mailbox server on internet as MX host, either.)

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: SPAM lists?

2001-12-06 Thread Len Conrad

Yup..I'll take the hit...I should have done more research.  The fact still
remains that groups like ORDB are going too far in their approach to SPAM

They do much more good than harm, ime.  collateral damage isn't fun for the 
damaged, but it's recoverable.  These people are doing voluntary work.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: exchange rates

2001-12-06 Thread Len Conrad

Just wondering if anyone knows of some good places to nab daily exchange
rates from (say with CFHTTTP to grab and then stuff in a db)??

xe.com I use interactively.  Don't know about their license concerning 
sucking their content into your database.

Len



http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Hi

2001-12-05 Thread Len Conrad

Just starting to get a little tired of watching the press hype up a virus
attack and then say it was a flash in the pan nothing to worry about

speaking of pan flashes, remember  SirCam ?  here's report for IMGateAV 
from (partial) yesterday, SirCam is just slightly overtaken by the Goner storm:

Grand Totals

messages

  352086   received
  386330   delivered
   5   forwarded
   1   deferred  (1  deferrals)
   16844   bounced
  47   rejected

6288m  bytes received
7786m  bytes delivered
   63730   senders
   10594   sending hosts/domains
   45609   recipients
6828   recipient hosts/domains

giving:


   1 Infected with I-Worm.Magistr.b.poly
   1 Infected with Macro.Word97.Sattelite.b
   1 Infected with [EMAIL PROTECTED]
   1 Infected with [EMAIL PROTECTED]
   1 Infected with [EMAIL PROTECTED]
   1 Infected with Macro.Word97.Ethan
   1 Infected with I-Worm.Hybris.f
   1 Infected with I-Worm.Hybris.c
   3 Infected with I-Worm.Magistr.a.poly
   3 Infected with I-Worm.KakWorm
   3 Infected with [EMAIL PROTECTED]
   6 Infected with I-Worm.Badtrans
   7 Infected with Win32.FunLove.4070
   8 Infected with I-Worm.MTX
  34 Infected with I-Worm.Hybris.b
  99 Infected with I-Worm.Magistr.a
 101 Infected with I-Worm.Magistr.b
 281 Infected with I-Worm.BadtransII
 522 Infected with I-Worm.Sircam.c
 582 Infected with I-Worm.Goner

1657 TOTAL

I expect Goner will be around for a while, too.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Hi

2001-12-05 Thread Len Conrad

If P-mail were as popular as Outlook, it would be targetted and exploited.
You don't hear about Pegasus Mail viruses because it doesn't have the
userbase that Outlook does.

ah, another MS apologist.

spin: MS software is attacked because it's widely used
(ie, high value target)

truth: MS software is attacked because it's vulnerable
(ie, fish in a barrel)

Outlook is exploited because its developer was not security-conscious 
(Easy to use now. Secure, whenever.) and made the wrong decisions on 
default settings.

This criminal trust us to innovate company has caused billions in damages 
to its clients, paid for by the clients.  Now this criminal company says it 
needs an RFC to protect itself from exploits to its vulnerable software.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: SPAM lists?

2001-12-04 Thread Len Conrad

I was looking at automating my server-side SPAM filtering.  Are there
any resources for pulling known SPAM addresses?  Free, as in beer?

We run an SMTP anti-abuse gateway, and subcribe it to selected RBL servers, 
do DNS validations, enforce SMTP protocol compliance, regex filters on 
headers, bodies, attachments.  This kills 90% of spam, and a bunch of 
worms, virii, too without costing anything.

A couple of new ones that look promising are spamassassin.taint.org and
tmda.sourceforge.net.

Another one combines the MAIL FROM: [EMAIL PROTECTED] with a lookup of the 
owner of the sending mailserver's ip.  If you say [EMAIL PROTECTED] and your 
mailserver is not an AOL ip, click.

Len



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: SPAM lists?

2001-12-04 Thread Len Conrad

To go back to your gun analogy,
we are restricted in possession and use of guns in order to reduce the
likelihood of homicides.  Otherwise, I should be able to carry a locked and
loaded gun anywhere I choose.

open relay MX's lying around will be picked up by spammers and used as 
weapons.  Running an open relay is inexcusable.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Managing DNS via a browser

2001-11-03 Thread Len Conrad

I've never seen one available, except for in one of those prefab ISP
control panels that are out there.

When I tested the beta of www.UltraDNS.com, it had an excellent zone editor 
in CF, much better than W2K MMC.  Don't know about now.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Managing DNS via a browser

2001-11-03 Thread Len Conrad

One other thing - if you're using Bind on Windows then the service needs 
to be restarted for the changes to take affect.

no longer true, for BIND8 on Win32, with the recent bindcmd.exe:

C:\bindcmd
Usage: BatchCmd command
where command is one of:
reload   - reload configuration file
start- start named
stop - stop named
stats- dump statistics to a file
trace- increment trace level
notrace  - turn off tracing
dump - dump cache database to a file
querylog - toggle query logging

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: a matter of milliseconds?

2001-08-19 Thread Len Conrad


In an OPTIMAL NETWORK conditions,

?

Will a server co-located in Israel perfrom as good
as a co-located server in the US?

probably not, ime.  typically a lot worse, since connectivity and peering 
for .il is much poorer than for USA.

matter of milliseconds? yes, 500+, in some cases.

Try to telnet or develop over ftp with 500 ms delay is painful.

Same hardware, same visitors from around the world
(with a slight edge for US people).

Any idea?

develop your own idea:

1. at a candidate .il hosting service, find an ip of an machine there.

2. at a candidate USA hosting service, find and ip of a machine there.

3. go to www.traceroute.org, and run a bunch of traceroutes from all 
over  to .il and to USA.

There was some @sshole in .il trying to anonymous ftp login into our 
machines in Paris last night from ras3-p104.hfa.netvision.net.il.  Here´s 
ping from Paris to netvision.net.il:

# ping netvision.net.il
PING netvision.net.il (194.90.1.6): 56 data bytes
64 bytes from 194.90.1.6: icmp_seq=0 ttl=238 time=576.753 ms
64 bytes from 194.90.1.6: icmp_seq=1 ttl=238 time=573.519 ms
64 bytes from 194.90.1.6: icmp_seq=2 ttl=238 time=572.935 ms
64 bytes from 194.90.1.6: icmp_seq=3 ttl=238 time=573.473 ms

500+ ms is pretty poor.

In general, and I´ve dealt a lot with .il people and boxes, the net delays 
to .il from Paris are a lot worse than the 90 ms between Paris and US East 
coast.

Look at this ridiculous, but common, paris-USA-Isreal route, , noting the 
huge delay within teleglobe NewYork:

# traceroute netvision.net.il

traceroute to netvision.net.il (194.90.1.6), 30 hops max, 40 byte packets
  1  bb0-eth.gw1.meiway.com (212.73.210.126)  0.449 ms  0.354 ms  0.306 ms
  2  gw1-eth.gw0.meiway.com (212.73.210.62)  1.658 ms  1.574 ms  1.597 ms
  3  serial1-0-0.msipaccess1.Paris1.Level3.net (212.73.206.9)  23.592 
ms  3.775 ms  3.421 ms
  4  loopback0.mp1.Paris1.Level3.net (212.113.2.15)  3.924 ms  4.310 
ms  4.380 ms
  5  so-3-0-0-0.mp1.London2.Level3.net (212.187.128.46)  10.274 ms  10.398 
ms  10.521 ms
  6  so-1-0-0.mp2.Weehawken1.level3.net (212.187.128.138)  78.821 
ms  79.289 ms  79.103 ms
  7  so-2-0-0-0.mp2.NewYork1.Level3.net (209.247.9.89)  79.324 ms  79.895 
ms  79.199 ms
  8  pos9-0.core1.NewYork1.Level3.net (209.247.10.42)  79.172 ms  79.030 
ms  79.138 ms
  9  teleglobe-level3-oc12.newyork.teleglobe.net (63.211.54.78)  79.465 
ms  79.635 ms  79.471 ms
10  if-7-0.core2.Newark.Teleglobe.net (207.45.222.162)  281.479 ms  81.687 
ms  81.304 ms
11  if-1-0.core3.NewYork.Teleglobe.net (64.86.83.165)  80.935 ms  81.041 
ms  81.091 ms
12  if-7-0.core1.NewYork.Teleglobe.net (64.86.83.153)  136.086 ms  111.428 
ms  203.761 ms
13  if-10-0.bb8.NewYork.Teleglobe.net (207.45.223.110)  79.875 ms  79.732 
ms  79.791 ms
14  ix-4-0.bb8.NewYork.Teleglobe.net (207.45.198.78)  574.582 ms  573.285 
ms  572.813 ms
15  swr1-hfa-v1.netvision.net.il (199.203.4.84)  573.997 ms  576.494 
ms  574.254 ms
16  swr1-hfa-v1.netvision.net.il (199.203.4.84)  573.138 ms  574.486 
ms  573.987 ms
17  rad.netvision.net.il (194.90.1.120)  574.737 ms  573.875 ms  575.094 ms
18  ftp.netvision.net.il (194.90.1.6)  574.519 ms  574.817 ms  575.461 ms

Len

http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: a matter of milliseconds?

2001-08-19 Thread Len Conrad


But will the visitors really see the diffrence?

try it yourself. surf to the US hosting service, and then surf to 
www.netvision.net.il or whatever hosting svc you´re considering there.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMail - caveats?

2001-08-05 Thread Len Conrad


Try CFX_iiPOP3
http://iistore.infranet.com

How does a POP3 tag remplace an SMTP client tag?

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Image Resizing tags

2001-08-03 Thread Len Conrad


Does anyone out there who's messed with tags like CF_ImageSize have any
info on the nature of the files these tags produce, especially when it comes
to running pre-compressed images through them? I'm digging around trying to
settle on one of these tags, but I don't want to end up tossing, say, a 3k
JPG through one of these tags, trimming it down width/height-wise, and end
up with a larger file than I started with because the tag couldn't deal with
compression.

well, such a tag would suck and deselect itself from your short list, 
wouldn´t it ?

Use  ImageRobot batch image processor from www.Jasc.com.   Just about 
everything you could do to an image in PaintShop Pro 4, you can do with IR, 
to 1000´s of images at once.

IR let´s you set the jpg compression ratio, of course.

You can also lay around a border of 1 or more pixels, overlay a trademark, 
logo, etc.   Scanned photos are almost always too pink, with insufficient 
saturation and contrast.  All can be corrected with IR.

Hint:  re- / down-sizing an image by resampling will cause it to lose 
sharpness, to soften it usually too much, esp withthumbs where you´re 
already at squinting size.

So we always run our thumbs through one level of the sharpen filter as last 
IR process before saving.  makes a visible diff.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: can't connect to mail server

2001-07-31 Thread Len Conrad


Are there any ideas as to why Cold Fusion cannot connect to a mail server?
You can rule out the mail server being down or change of address because I
just tested it using a non-cold fusion program

from the CF machine?

  and I received an email. When
I go to the CF Admin and 'verify' the mail server connection I get 'Unable
to connect to server'. It was working last week and today all of a sudden I
send any emails via CFmail or Cf_aspmail

on the CF machine:

telnet ip.ad.re.ss 25

if you get a banner back, the CF-to-SMTP server connectivity is ok.

quit

to quit SMTP dialog

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: SPAM - Why is he doing this to me?

2001-07-20 Thread Len Conrad


For the last day I have been getting emails into my mailbox continuously
round the clock - at the rate of 10-20 a minute.   I am trying to work out
why it's happening.

car to share with us how far have you got ?

Can anyone give me any hints?

you're being abused?

It's a plain commercial message - earn $15000 a month working at home doing
no work at all  kind of thing and the messages are identical.  What I can't
figure out is why the spammer is sending me so many messages?

he´s trying to convince you to take up his offer?

Would he have somehow got hold of my mail server and is passing the 
messages through

If your mail server has its pants down around its ankles, expect the worst, 
or, uh, der wurst.

Any other reasons you can think of why he's sent me hundreds of identical
spam messages?

you are a difficult customer?  he loves ya so much?

What are you running for mail-abuse defense?

Does your border router allow packet filtering?  then block his Class 
C.  If he´s spoofing his source address all over the park, this won´t work.

Does your mail server have any string filtering or other defense?  It´s not 
the best place to do filtering, esp against SMTP DoS like harvesting or 
mailbombing (your case), but when it´s all ya got ...

Check out my free IMGate in my sig if you´d like to prevent/limit this and 
other abuse in the future.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: SPAM - Why is he doing this to me?

2001-07-20 Thread Len Conrad


I own the email account.  I change my password.  You can't relay through the
account or at least  I tried that and tested and it bounced.  So I don't see
what he's got to gain by sending me a gazillion emails.


I can't do any of that - I'm not the systems admin.  If I was, I could just
shut his ip address out and/or bounce back 100 of every email he sends me.
But it's outside my control.

then talk to who has the control

Check out my free IMGate in my sig if you´d like to prevent/limit this and
other abuse in the future.

Perhaps you could write to Shiloh Jennings at [EMAIL PROTECTED] and suggest
it to him. I'll support you.

Shiloh can go to my site and decide for himself.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: is this list dead?

2001-07-05 Thread Len Conrad


As for post.office, I think its abandon-ware.

:)))

and it never was a listserver in the first place. :

My offer stands to set you up, for free as my contribution to list, with a 
dedicated list server of FreeBSD + postfix + listar with auto-bounce mgt, 
un/subscribe confirmation dialogues, unlimited number of lists with 
per-list customization, and dozens of other features.  I would also put a 
caching-only DNS on the listserver to pre-empt any more the stupid registry 
sh!t with W2K DNS.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: is this list dead?

2001-07-02 Thread Len Conrad


This is the first one i've had in over a week!!!

I thought the list was Dead!!

ime, this list has been effectively dead, MIA, since after 15 June.  It 
will be a surprise, to me, if my msg shows up.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Is this list screwed up again?

2001-06-25 Thread Len Conrad



I haven´t received but about 150 msgs in the last 10 days, versus 100+ msgs 
per day up to 15 June.

A couple of other CF Talk members have contacted me directly, saying they 
weren´t getting msgs either.

What´s up?

10 days?

Len


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Hacker

2001-06-15 Thread Len Conrad


If you think that's bad check out the following article:

http://grc.com/dos/openletter.htm


If you that article is good, check out other mailing lists.

The consensus is that GRC is grandstanding, grabbing some fame, the sky is 
falling, etc, etc.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: winzip and cfexecute

2001-05-24 Thread Len Conrad


Have you tried just using the 16bit DOS version of PKZIP :-))

isn´t the command line version 32 bits now?

Len



http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Allaire Forum

2001-05-17 Thread Len Conrad


On the subject of Forums, what Forum software is being used at
http://forums.allaire.com ?

scroll to bottom of its screen

Len




http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.3 NT3 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Detecting router IP

2001-05-02 Thread Len Conrad


Is there anyway to dynamically retrieve the IP assigned to a router,
which is getting its IP from a DSL line in ColdFusion?

IF the router uses the same hostname for its inside ip address as it does 
for its outside address (the DHCP assigned address you´re after), then 
doing a PTR query (get hostname by ip) on the fixed inside ip address will 
answer with a hostname.  Then do an A query to an outside, public DNS with 
that hostname to see the outside ip address.

hmmm, not real confident about  all that.  The first IF is a biggy.

Len


http://MenAndMice.com/DNS-training : SFO,CA; 7,8 May
http://BIND8NT.MEIway.com : ISC BIND 8.2.3 NT3 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: New CF5 Partner Hosting License

2001-04-27 Thread Len Conrad

MM could be positioning CF upmarket, abandoning the low-end web apps to 
PHP,  open source platforms, and ASP, and targetting primarily, exclusively 
the corps, not the hosting services, knowing MM can´t run a business 
competing with free open source software, and the equally free MS security 
blanket.

I remember Jeremy, I think, saying if you can´t get your tools adopted by 
the corps, strategically, you´re dead.  He didn´t say anything about CF 
hosting shops.

Len


http://MenAndMice.com/DNS-training : Austin,TX: SFO,CA; 7,8 May
http://BIND8NT.MEIway.com : ISC BIND 8.2.3 NT3 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: New CF5 Partner Hosting License

2001-04-27 Thread Len Conrad


And where would that leave smaller developers?

If the smaller developers aren´t worth their cost of sales,  then, yes ...

Out in the cold

 and you don´t make significant money selling CF software, but from your 
CF apps and support contract revenue, none of which goes back to MM.

Of course, the other shoe will drop, which will be software renting, 
time-limited product activation codes, since that´s where MS is officially 
going, sooner rather than later.

Let´s not get emotional about it, it´s the brutal face of 
business.  Remember, as long as one can do it in the name of (moral) 
religion or (amoral) business, you can do anything. :))

Len

http://MenAndMice.com/DNS-training : Austin,TX: SFO,CA; 7,8 May
http://BIND8NT.MEIway.com : ISC BIND 8.2.3 NT3 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Undeliverable Messages

2001-04-27 Thread Len Conrad

Use CF as database app to manage the list membership, but have CF give the 
list membership to a real list server that does automatic bounce management.

Before your next newsletter shot, import the list server´s bounce removals 
to your CF database.

Len


I have a database of email addresses for people that want to receive our
monthly newsletter. I'm looking for a way to automatically flag the
addresses that are undeliverable so the server will not try to send to
those addresses next month.

The reply-to address of the newsletter needs to be a real email address,
because no matter what verbiage I put in the email about not replying to
it, people still reply with sales questions and we don't want to turn those
away. Manually removing the addresses is working for now, but it's a real 
pain.

Anybody have a good way to do this?

http://MenAndMice.com/DNS-training : Austin,TX: SFO,CA; 7,8 May
http://BIND8NT.MEIway.com : ISC BIND 8.2.3 NT3 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: New CF5 Partner Hosting License

2001-04-27 Thread Len Conrad


dBase and Sybase

neither could stand up to MS and Oracle

share. For example, has anyone tried to buy a copy of MS Word 2000 for $99
or $69 with a competitive upgrade. Not recently.

competitive upgrade from what?  monopolists can charge whatever they 
want, and MS will bleed the market for every billion they can, and shrub 
will encourage them.

than $500. Today, it can be $5,000. What changed, Novell is no longer a
threat. Now these are all Microsoft examples but ask yourself, who is
generally Allaire's competitor in this space

Win 2000 server and IIS are both strategic for MS, do you really think any 
other (commercial) players have a chance, over time, on that platform? The 
stock market doesn´t.  if you can raise cash, you´re dead.

So who has failed or is really struggling. Sybase,

MS´s version of sybase was always going to have more cred that sybase.

cc:Mail

early player, but sucky product, Internet swamped it, price was not the pb

Banyan

interesting but was never a threat to Novell through 80´s and 90´s. price 
was not the pb

Who else is struggling? Well Allaire for one. Macromedia's performance
hasn't been that stellar recently.

It´s an MS world, period.

Len



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: New CF5 Partner Hosting License

2001-04-26 Thread Len Conrad


'owned' by anyone else. Is this a hosting situation? The logical answer is
no.

and the stock optioned/bonussed suits' answer is  ??

Len


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: New CF5 Partner Hosting License

2001-04-26 Thread Len Conrad


We probably wouldn't need a special promotional upgrade offer unless the 
cost is going up.

that´s cost per server-side app and PER YEAR ad infinitum.

MS h






Robert Long wrote:

  Anyone seen a pricing structure for cf5?
 
  We're going to feel pretty ackward if they
  actually lower the prices. ;-) If not, then I
  agree with you.





~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: IP Address

2001-04-10 Thread Len Conrad


I need to figure out who is at a particular IP address not the exact person
but if I have a range of 5 or 6 addresses I would like to know who is
viewing my website.

Have you ever looked a the report of a web log analyzer?

The rate of successful (ie useful) reverse resolutions is low, fairly useless.

Even if the reverse zone is defined, the ip could on a DSL, cable, or 
dial-up line so all you see is the DHCP ip of the access provider, 
not the access consumer's info.

Len


http://MenAndMice.com/DNS-training Austin,TX: 23,24/04; SFO,CA: 
7,8/05
http://BIND8NT.MEIway.com : ISC BIND 8.2.3 "NT3" for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IP Address

2001-04-10 Thread Len Conrad


Just wondering who this is?

  207.179.142.36

mgw1# dig -x 207.179.142.36

;  DiG 8.3  -x
;; res options: init recurs defnam dnsrch
;; got answer:
;; -HEADER- opcode: QUERY, status: NXDOMAIN, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;;  36.142.179.207.in-addr.arpa, type = ANY, class = IN

;; AUTHORITY SECTION:
142.179.207.in-addr.arpa.  1D IN SOA  opal.nbnet.nb.ca. 
hostmaster.nbnet.nb.ca. (
 2001010200  ; serial
 6H  ; refresh
 30M ; retry
 1w3d; expiry
 1D ); minimum

see, as I said, the reverse zone is not even defined.

Len


http://MenAndMice.com/DNS-training Austin,TX: 23,24/04; SFO,CA: 
7,8/05
http://BIND8NT.MEIway.com : ISC BIND 8.2.3 "NT3" for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL - twofold

2001-03-26 Thread Len Conrad


someone correct me if im wrong but doesn't the "From= " line have to have a
valid email address such as: FROM="[EMAIL PROTECTED]" and cant have a
name like: FROM="JAY PATTON"? i think i ran into a problem like this a while
ago.?!?.

You can put any crap you want in there (spammers do), from nothing 
(aka NUL sender) to anything.

However, many mail hubs, including AOL, perform DNS validations on 
the envelope @senderdomain, and will reject if validation fails.

Other ways to keep your mail from getting rejected listed here:

http://bind8nt.meiway.com/itsaDNSmess.cfm


Len



http://MenAndMice.com/DNS-training : In Austin, TX; SFO, CA; Paris, 
FR
http://BIND8NT.MEIway.com : ISC BIND 8.2.3 "NT3" for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: IIS / FTP

2001-03-24 Thread Len Conrad


Is there some trick to getting IIS' FTP server to add a virtual directory?
I've tried to do this a couple of times and it never seems to work.

Don't use MS FTP, use www.cat-soft.com Serv-U

Len



http://MenAndMice.com/DNS-training : In Austin, TX; SFO, CA; Paris, 
FR
http://BIND8NT.MEIway.com : ISC BIND 8.2.3 "NT3" for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF DNS

2001-03-22 Thread Len Conrad


I can see why this idea would arise,

an idle mind?  a stalled mind??  an over-revving mind :))

DNS == database;
CF uses databases, but using a traditional DNS model, I can't think 
of any compelling reasons why
someone would attempt to do this, beyond idle curiosity.

ah, sweet reason.   :))

There are, on the other hand, a number of negative technical, 
security, and performance issues
that immediately come to mind.

etc, etc.  DNS is one hairy piece(s) of functionality.  Even if you 
wrote an CF-achievable, dumbed-down DNS, what's the point vs BIND and 
all the existing proprietary versions?

What is interesting grist for the CF mill is that BIND9 is being 
delivered with database API using PostgreSQL as the example 
backend.  So I expect CF apps for DNS database admin to appear for BIND9.  (

(BIND9 isn't quite ready for infrastructure prime time.)

But CF as database web admin app has nothing to do with CF app 
functioning as a domain name service/daemon.

Is CF now used for writing Win32 services and *nix daemons separate 
from CF templates and an HTTP services?

Len


http://MenAndMice.com/DNS-training : In Austin, TX; SFO, CA; Paris, 
FR
http://BIND8NT.MEIway.com : ISC BIND 8.2.3 "NT3" for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF DNS

2001-03-22 Thread Len Conrad


It's not really that hard to figure out the sturcture of the dns record
files. Just open one up and the write a program that will write the same
file with the right names in the right places. We wrote a program that
writes the dns files for Microsoft DNS server...

He's asking about writing an internet domain service in CF, not about 
writing a database admin app that just writes out zone files.

Len



http://MenAndMice.com/DNS-training : In Austin, TX; SFO, CA; Paris, 
FR
http://BIND8NT.MEIway.com : ISC BIND 8.2.3 "NT3" for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF DNS

2001-03-22 Thread Len Conrad


Yeah .. for BIND on Linux it's just as easy as appending to one text file,
and creating another.  Then just restart the daemon and away you go.

yes, but it doesn't scale well.  Editing by hand or CF writing out a 
1000 or 10,000 or 100K line named.conf text is pretty dumb. It's 
clearly a database pb, so that's why BIND9 has a database API and can 
read the zone data right out of the database.

Unlike BIND8, BIND9 can also start serving data while it's starting 
up and reading in the zone data.

The A root server, for the .com TLD, has at least two NS records and 
two A glue records for each of 20+ million .com domains.

Len

http://MenAndMice.com/DNS-training : In Austin, TX; SFO, CA; Paris, 
FR
http://BIND8NT.MEIway.com : ISC BIND 8.2.3 "NT3" for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: M$ licensing has me at wits end

2001-03-03 Thread Len Conrad


We have used MySQL to great success, but the above statement really
misstates the case. MySQL is missing many features necessary to the daily
operation of a RDBMS. It is really only a marginal step up from Access in
this manner.

In many scenarios, MySQL is (much) faster than Microsoft SQL Server.
However, this speed comes at a terrible price, including data integrity.
There is no row level locking or transactions built into MySQL, no column or
table constraints, no default values for columns, no foreign keys, no stored
procedures, no sub-selects or views, no TRUE or FALSE constants, no UNION
statements, etc. We use these throughout our code liberally ever day.

ok, this is what I've heard about MySQL which pretty much 
disqualifies it for many CF applications.

Has anybody gotten CF/Win32 working into Postgres?

That looks a serious, free, full-featured replacement for commercial 
SQL, and even offers commercial support option from postgres.com.

Len


http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-spam mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What does OT mean?

2001-03-01 Thread Len Conrad


Other things??

That's a very good and workable guess, but

http://www.acronymfinder.com/af-query.asp?String=exactAcronym=otFind=Find


Len


http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-spam mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Cascading menus - anyone know a good cross-browser version?

2001-02-25 Thread Len Conrad


I'm looking for a cascading menu that is not based on graphics - I want to
make it dynamic.

lotsa choices here: dynamicdrive.com

Len


http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-spam mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Web Design

2001-02-12 Thread Len Conrad


What's HCI?

http://www.acronymfinder.com/af-query.asp?String=exactAcronym=hciFind=Find

Len

http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-spam mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: thumbnails

2001-02-11 Thread Len Conrad


I've tried using CFX_GIFGD and CFX_IMAGE, but neither one allows you to set
the quality (compression ratio) for JPG files.  I'm trying to make low
quality (fast loading) thumbnails auomatically.  The thumbnails I make with
ACDSee are about an eighth the size.

www.jasc.com,  Image Robot.

hint:  after resizing/resampling, the thumbs will be fuzzy, so apply 
one step of sharpening filter.  Otherwise, fuzzy AND highly 
compressed thumbs will be crappy looking.

Len

http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-spam mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What Does OT Stand For?

2001-01-12 Thread Len Conrad


http://www.acronymfinder.com/af-query.asp?String=exactAcronym=otFind=Find




http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 T9B for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-spam mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL High Volume

2001-01-09 Thread Len Conrad


we use ListServ HPO version
www.lsoft.com

touted as the best there is currently. We enjoy it.

But it costs many $1000's, AND per year, which are enjoyable otherwise.

This may be considered an "unfair comment" in a commercial software 
forum, but I have delivered a sustained 1000 msgs/minute using open 
source software with a mono-CPU Intel box.

I did it for a Lyris refugee just last weekend who had been paying 
$2500/month for a Lyris unlimited project. He pays no more.

The trick to overcome CFmail's eternally sucky SMTP client is to ask 
it only to hose the data across the room to the ip of an open source 
box wit a real MTA that does the actual queueing, delivery, retries.

Len



http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 T9B for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-spam mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: SSL

2001-01-09 Thread Len Conrad

Anybody using stuff like

http://www.rainbow.com/ncdb/ACCEL.PDF

to speed up SSL and offload encryption from the main CPU?

Len



http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 T9B for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-spam mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Slightly OT: CF in Europe

2001-01-08 Thread Len Conrad


Well this is a completely subjective view but my perception is that
CF is considered quite a hot technology here in the UK.

I don't know, but I believe the relative strength of CF versus ASP
is stronger in the US than in Europe because a lot of people in the US
started building web apps before ASP came out or was usable.

The timing is certainly one contribution, but there are a lot more 
"cowboys" and "entpreneurs" in the USA who don't insist on buying 
only "safe" products.

In Europe, the entire culture, across countries, is a bureaucratic, 
standardized,  politicized mentality, seeking at all costs (extremely 
high, eg, the EC machinery of fraud and waster) to avoid the tiniest 
risk or non-compliance, and if the product is not 100% "safe" (ie, 
it's not an MS product for an MS strategic platform), the product, eg 
CF, is seen as too risky.  Is this a conscious orientation? No of 
course not. It's like asking fish is they are conscious if water.

Len



http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 T9B for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-spam mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT- HTH

2000-12-29 Thread Len Conrad


Okay, I've seen a million people use HTH in their signatures or
sign-offs. I can't figure it out.

www.acronymfinder.com

IKTH (I KNOW this helps) :))

Len


http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 T9B for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-spam mail gateways


~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free 
Setup from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support 
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: figleaf.com

2000-12-27 Thread Len Conrad


having to specify the "www." isn't all that silly.

But it's mostly counterproductive.  www.domain.com and domain.com A 
records both return the the same ip, WTF else do you want to at port 
80 of that ip?

Having an A record lookup of www and domain.com return different ip's 
serves what purpose? esp when it has become fairly conventional that 
public internet web service be there?

... what if a site is also
running an ftp server gopher server, etc. for a domain then you'd want
to force the www

No "you" wouldn't.

I run serv-U on machine that also has www.domain.com and domain.com 
resolving to the same ip.

I ftp to www.domain.com and domain.com and serv-U answers at port 21 
of that ip just fine.

It is always advisable, even for one ip initially, to use a different 
hostname for each service:

$ORIGIN domain.com.

@   A ip.ad.re.ss
www A ip.ad.re.ss
; the above two are customarily welded

ftp A ip.ad.re.ss
pop A ip.ad.re.ss
mailA ip.ad.re.ss
smtpA ip.ad.re.ss
webmail A ip.ad.re.ss
gopher  A ip.ad.re.ss

When you get bigger and move the services to separate machines (eg., 
the mail-related services), you only have to change the ip address, 
not add/change hostnames:

@   A ip.ad.re.ss
www A ip.ad.re.ss
ftp A ip.ad.re.ss
;
pop A ip.ad.re.s2
mailA ip.ad.re.s2
smtpA ip.ad.re.s2
webmail A ip.ad.re.s3
;
gopher  A ip.ad.re.s4

Len



http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 T9B for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-spam mail gateways


~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free Setup 
from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support  Visit 
SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFFILE locking?

2000-11-30 Thread Len Conrad



With CFFILE action=write, does CF have implicit file locking or 
serialization of access to one file (such as a logging file common 
used by all a site's pages) or do we have implement our own locking scheme?

In either case, what happens when there is a collision?

Does CF do its own retry/timeout thing or do we have to do that also?

Len

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFFILE locking?

2000-11-29 Thread Len Conrad



With CFFILE action=write, does CF have implicit file locking or 
serialization of access to one file (such as a logging file common 
used by all a site's pages) or do we have implement our own locking scheme?

In either case, what happens when there is a collision?

Does CF do its own retry/timeout thing or do we have to do that also?

Len

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Mail Servers

2000-11-14 Thread Len Conrad


  If a host receives 1,000,000 e-mails from a single host in a day, can't it
  be flagged as suspicious activity and rerouted to a temp account or
dumped?

Many mail servers are capable of this or some similar behavior. For
instance, as you probably guessed by watching this thread :), our shop uses
VOPmail (among other mail servers).

VOPmail has a feature that forces the server to wait a period time in
between each message over a certain number of legitimate or illegitimate
messages from a single source.

This is called tarpitting, where the sender/spammer is held "on line" 
while the attacked server twiddles its thumbs for x seconds or 
minutes, tying up an SMTP sending process in the attacker's 
machine.  (yahoo has been doing this to EVERBODY recently but not a 
spam defense, yahoo's seem just to be overwhelmed).

Tarpitting can also be triggered by x number of SMTP protocol errors 
in a session, with exponentially increasing response delays per by 
the attacked per error.  ie, the more errors the attacker makes, the 
longer he has to wait to get a response from the attacked.

Another tactic is to limit the number of RCTP TO: in single SMTP session.

Another tactic is to block SMTP command pipelining (senders sends 
many commands without waitnig for a response, a classic spam tactic)

Although this is a nice feature for decreasing the amount of mail that
accumulates through a dictionary attack, this is not good relay protection
because it only take one piece to get through and get reported to the ORBS
database.

NO relaying unless some kind of AUTH succeeds, a totally different 
situation from dictionary attack or mail bomb.

Len


http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  8.2.3 T6B for NT4  W2K
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Mail Servers

2000-11-13 Thread Len Conrad


Having problems with SMTP and hops.

What mail server(s) does anyone recommend to work well with CF 4.5.

What do you mean "with" :  on the same machine?  If yes, then I 
recommend against it. CF is happiest as a dedicated machine.

If neither CF nor the mail is very busy or important, ok together. 
otherwise put them on separate machines.

Imail, Mailsite, and Vircom VOP are probably the 3 top mail servers 
for NT for medium to largish installations (up to 200K mailboxes per 
machine).  Mailsite is probably stronger than Imail if you want to 
keep you mail user base/authentification in an SQL box and do lots of 
list services, but there is a new ODBC driver for Imail that should 
bring it up to Mailsite's level. Imail has a very nice Web mail 
facility included, and www.HKSI.com has great templates for it.

Coolfusion's iMS is a very interesting alternative to tradtional mail 
servers if you want lots of programmability in mail the backend 
operations, imo.

Len

http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  8.2.3 T6B for NT4  W2K
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Mail Servers

2000-11-13 Thread Len Conrad


stay away from mailsite! It's a major bitch keeping smammers out of it. we
have it running on an NT box here
and we have to fix it at least once a week because of spammers killing it
with tons of mail.

Just curious: what can't mailsite do for anti-spam defense that 
sendmail can?  MAPS? ORBS? DNS validations?

If you want to stick with mailsite for its ODBC support, you can use 
IMGate (in my sig, it's free) to protect Mailiste and give this level 
of reject rate and daily traffic with a medium-powerd PC for the 
IMGate relay hub, from today's logs:

Grand Totals (13 Nov 2000)

messages

   94746   received
   96975   delivered
   4   forwarded
 726   deferred  (6890  deferrals)
 828   bounced
   34676   rejected  equals 36% of received!!

1608m  bytes received
1960m  bytes delivered
   34045   senders
6983   sending hosts/domains
   25926   recipients
3898   recipient hosts/domains


Per-Hour Traffic Summary
 time  received  delivered   deferredbounced rejected
 
 -01004578   4333202 58   2247
 0100-02004463   4091414 68   2503
 0200-03003909   3491407 43   2436
 0300-04003678   3344389 19   2060
 0400-05004146   3778221 18   2276
 0500-06004420   4045343 12   2471
 0600-07004015   3766373 16   1979
 0700-08005045   4978394 38   2050
 0800-09006792   7058228 74   2410
 0900-10006970   7646639 48   1778
 1000-11007854   8640929 80   1964
 1100-12007211   7792370 57   2001
 1200-13007613   8375260 75   2220
 1300-14007784   8331203 76   2252
 1400-15007364   7943788 59   1882
 1500-16008003   8410717 82   1849
 1600-1700 901954 13  5298
 1700-1800   0  0  0  0  0
 1800-1900   0  0  0  0  0
 1900-2000   0  0  0  0  0


There is another Imail/IMGate user who avg's a 50% reject rate every day.

Len  and did I mention IMGate's free? and a helluva lot easier to 
config than senmail. I give you the proven, canned config 

http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  8.2.3 T6B for NT4  W2K
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Mail Servers

2000-11-13 Thread Len Conrad


But what do you do, if spammers IP constantly change if he is dialling in
via call by call ?
Then only blocking of IP-classes would help.

All relayers must use authentification, preferably SMTP AUTH, or 
POP-B4-SMTP, even if they relay from trusted ip's.  There simply is 
no other way to be safe from relay hijacking, esp there is no safety 
in trusting msg headers.

Len


http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  8.2.3 T6B for NT4  W2K
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: SNMP Monitoring.

2000-11-09 Thread Len Conrad


I was wondering if anyone had any ideas on monitoring CPU utilization on a
server that CF is using via SNMP?

this guys has a few: http://www.wtcs.org/snmp4tpc/

Len



http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  8.2.3 T6B for NT4  W2K
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Fannie-packs? (RE: fusebox)

2000-11-07 Thread Len Conrad


Round these parts a "fanny" is slang for a woman's frontal privates :-)

.au =  upside down AND backwards   :-)))

Len


http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  8.2.3 T6B for NT4  W2K
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: ColdFusion is vulnerable?

2000-11-01 Thread Len Conrad


Have a look at this article listing ColdFusion as number 2 in top 10
internet security threats...
http://www.sans.org/topten.htm

Comments on a postcard please?

I invoke your own tag, it works very well, thanks.

CF_IGNORE User="Mike Connolly"

CFX_TALKINGARSE User="Mike Connolly"

CFABORT

Len

http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  8.2.3 T6B for NT4  W2K
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: OT: URGENT HELP NEED - MAIL SERVER PROBLEM

2000-10-18 Thread Len Conrad


I know this is totally off topic, but I have nowhere to turn at the moment.

Somehow even though I have mail relaying turned off on my mail 
server, I've received several thousand messages over the night, and 
those messages continue to pour in.

relaying stops relaying, it does not stop mail bombs.

If anyone knows how to stop a spammer, please contact me immediately.

go to your border router and block the spammer ip's Class C.

Len


http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  installable binary for NT4
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: URGENT HELP NEED - MAIL SERVER PROBLEM - More Info

2000-10-18 Thread Len Conrad


I'm pretty sure that it blocks before writing to the disk. There's still
going to be some load, though - the server will still receive connections on
the SMTP port.

yes, that's why I recommended he do it up at his border router, or 
filtering mail hub, so the mailbox server is available for users.


Len


http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  installable binary for NT4
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: cfx_image

2000-10-10 Thread Len Conrad

A commercial alternative is www.jasc.com for Image Robot.  Can be 
called from CF or run stand-alone.  Batch processing of unlimited 
number of images, applying to an image just about every feature of 
Paint Shop Pro 4.

Crop, rotate, resample/resize, add borders, overlay an image (eg, 
copywright or watermark) with transparency, sharpen, save with 
variable compression ratio, save to different image file formate, etc, etc.

Len


http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  installable binary for NT4
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: OT: Linux List Servers

2000-10-10 Thread Len Conrad


Reply off list if you canon the side I run a few football and 
hockey fan sites, and we'd like to blow off our current listserv 
service and bring it inhouse.we have a few Linux boxes ready to go...

Any word on a decent free listserver to dump on those boxes?

www.listar.org is a sweet little MLM, written in C, fast, web i/f, 
archive, tons of options.  my fave   The developers' personal 
preference for an MTA is postfix.

www.list.org mailman, written in Python, lotsa fans.

www.qmail.org has its own MLM, very high performance and solid.

All the above support lists of over 100K members.

 From the nature of your question, I suppose you don't know sendmail, 
then www.postfix.org is just as capable for list purposes and much 
easier to config with daily support from the developer in its users list.

Len


http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  installable binary for NT4
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Math Question HA HA HA

2000-10-03 Thread Len Conrad


Everyone is jumping in to answer an easy one!
"I got it, I got it!"

Regis Filbin's new prime-time blockbuster: "Who wants to shoot a fish 
in a barrel?"

Len  I prefer small barrels and big fish 

http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  installable binary for NT4
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: OT: Bind problems

2000-10-02 Thread Len Conrad


   I'm trying to create a "fake"
test Domain as part of a project. For example I just created
www.wluke-testing.co.uk - the Bind file was called db.wluke-testing.co.uk
and obviously I entered the entry into named.boot.

But I can't get it to resolve.  Do I have to wait a set period of minutes
until it'll resolve?

Yes, like a woman, it has warm up for best results.

If your machine's "DNS client" aka "resolver" is pointing at that 
DNS, the zone's records are availailable immediately after you 
stop/start BIND (this smells like a BIND4 vintage) to re-parse the 
named.boot and any changes in the zone files or new zone files.

Len


http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  installable binary for NT4
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Email Trigger?

2000-09-29 Thread Len Conrad


Another way to do this would be to have your MTA (ie Sendmail) fire a Perl
script that calls the CF page (via HTTP) when mail to that alias
arrives.  No scheduling required, and near-instant action on the email.

ah, now that's cool. thanks,

Len

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Image validation

2000-09-21 Thread Len Conrad


Definitely, I need to check about their file size, width and height. Do you
know how to do the validation?

There are tags in the gallery for returning image size.

www.jasc.com for Image Robot if you want to produce thumbnails or 
otherwise automate tranformation of the images.

Len

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Somewhat OT: Is it possible to detect a mail client from a web page [CF-Talk]

2000-09-20 Thread Len Conrad


I think this is bunk, but a suit here is telling me that it is possible =
to detect the client's mail client. OK, I've used JS to detect browsers =
and all associated stuff, but the mail client?

Sometimes a header will identify the SMTP client program.

But I'm pretty sure there's no reliable way to determine the mail 
client, even when it's sending directly to a CF machine as SMTP 
server, ie, Howie's iMS.  SMTP is just not setup to function like that.

Len

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: WOT: Allaire stock price

2000-09-16 Thread Len Conrad

With all of MS's server-side momentum/juggernaut only increasing, 
SOAP, XML, asp, .net, C# tools and noises, ALL non-MS NT/W2K web 
server appplication server vendors are in MS's gun sights, and 
investors know what happens to the MS's strategic targets.

Investors can't be faulted for expecting MS, medium- and long-term, 
to own every square inch of the W2K/NT4 Internet services platform. 
ie, investors could very well think Allaire is already a lame duck, 
imminent roadkill waiting, lame on highway, for the steamroller. Even 
if MS gets split in two or three, they are going to own that 
OS/Internet platform and give away whatever tools it takes to kill 
off all the Allaire's.

Len

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: WOT: Allaire stock price

2000-09-16 Thread Len Conrad


Are you saying that ColdFussion will be a thing of the past??

I'm suggesting what a lot of investors, dumb and smart, could be 
thinking about Allaire et al as presumptious, even talented players 
on what MS considers to be their own, private strategic turf.

If former market share godzillas like Netscape (browser and web 
server) and Novell got crushed, sooner or later, by MS with predatory 
giveaways of inferior products, what hope has a 
leader-of-a-pack-of-midgets player like Allaire?

Do you think investors really care about the debateable technical 
merits of ASP/VBscript vs CF/JRUN?

Len

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: WOT: Allaire stock price

2000-09-16 Thread Len Conrad


That might be true of less established, more exposed, non-quoted 
companies, but
not the Allaires of this world. CF has been compared to ASP for 
along time, and
CF goes from strength to strength on merit.

but we're talking about stock prices and Internet investors, not 
product merits.

The scenario you overlook is that if M$ targets a company with critical mass,
like Hotmail and many others, it becomes acquisition target - that is a much
more likely scenario for Allaire IMO.

nah, MS has committed to XML/XSL for 2 years and are championing 
SOAP.  Too much overlap with CFML.   They don't need to buy Allaire, 
whose installed base and showcase design wins are smaller than MS's 
own with ASP.

Len

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Hotel Booking Engine up

2000-09-13 Thread Len Conrad


Well instead of writing and saying that, write your own then.

Hi Bob,

People, esp programmers, can really be assholes!!

www.Go2France.com is our French lodging guide, has about 75,000 
lodging facilities, all types.  We are thinking about offering each 
one an on-line reservation service, with a fee to confirm/block the 
reservation.  How adaptable would your one-hotel reservation product 
be to 75,000 lodging providers, with daily rates running from $5 pr 
$10 (campgrounds overnight) to $5000 (county house for 3 weeks 
straight)??   We're not too serious yet but we are definitely in the 
buy-or-make mode. Maybe our special requirements will push us towards make.

Len

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Mail Servers?

2000-08-23 Thread Len Conrad


Are there any GOOD yet not too expensive mail servers out there? We
currently
have exchange no matter what we do we cant get CF to work with exchange as
long
as Relaying is shut down.  So we wanted to install another mail server for
CF
that can bypass exchange. Meaning we dont want a mail server, like some,
that still
POINTS to another mail server. We want a mail server that can send out SMTP
mail on it's own, i dont care about receiving mail. Any recommendations?

see my siggy for free IMGate.  anti-relay and anti-spam for 
protecting exchange while allowing CF to relay its outbound at LAN 
speed without DNS lookups.

If you're nervous about FreeBSD or Linux, I can install over telnet 
for a much smaller fee than you're going to pay for new commercial 
mail software.

Len


http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  installable binary for NT4
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Good inexpensive NT Email Solution

2000-08-19 Thread Len Conrad


Oops, let me try again, 100,000 total users per server and suggested max of
2,000 users per domain.

hah, I thought it sounded too good to be true.  A low-end server, but 
of course the low-end is the big end.

Len


http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  installable binary for NT4
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



  1   2   >