We have over 200 virtual domains using SQL without any problems. Imail has a limit of 10 ODBC connections using there dll. The work around is to point all the virtual domains to one database. If you need to pull the users information from another database just create a view.
Scott Marx My Tangledweb -----Original Message----- From: Eje Gustafsson [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 10:35 AM To: Tom Baker | Netsmith Inc Subject: IPWHOIS:Re[2]: [Declude.JunkMail] Coldfusion Declude front end? I would love to get a copy of you registry->sql conversion script. I been thinking about doing this change for a while and would be nice to have a way to decrypt the passwords to. BTW is there any drawbacks on using sql database compared to registry ? I think I recall seeing something somewhere about something with virtual servers not working correctly but not sure about version or anything. Are there any such issues if so what are they ? Friday, June 21, 2002, 12:14:23 PM, you wrote: TBNI> My code is not in a format I am proud to share right now. TBNI> I am running through putting comments in, and writing a small text file to TBNI> put up. TBNI> I'll post the URL to the code by the end of the day. TBNI> All of my IMAIL domains are stored in a SQL db so anyone using the registry TBNI> will need to most likely need to do a few modifications, or maybe I can post my registry->>sql conversion scripts for Imail as well. (that decrypt TBNI> passwords too). TBNI> Thank you, TBNI> Tom Baker TBNI> MCSE, CCNP TBNI> Network Administrator TBNI> Netsmith, Inc. TBNI> -----Original Message----- TBNI> From: Matt Robertson [mailto:[EMAIL PROTECTED]] TBNI> Sent: Friday, June 21, 2002 11:00 AM TBNI> To: [EMAIL PROTECTED] TBNI> Subject: RE: [Declude.JunkMail] Coldfusion Declude front end? TBNI> Yes, please! I'll post back whatever I come up with as well. TBNI> --Matt Robertson-- TBNI> MSB Designs, Inc. TBNI> http://mysecretbase.com TBNI> -----Original Message----- TBNI> From: [EMAIL PROTECTED] TBNI> [mailto:[EMAIL PROTECTED]] On Behalf Of Tom Baker | TBNI> Netsmith Inc TBNI> Sent: Friday, June 21, 2002 4:04 AM TBNI> To: '[EMAIL PROTECTED]' TBNI> Subject: Re: [Declude.JunkMail] Coldfusion Declude front end? TBNI> Actually yes, I have written two seperate front ends, as an ISP having a TBNI> frontend was essential to us. When we first purchased Junkmail Pro I went TBNI> straight to work for customized versions of TBNI> \imail\declude\domain.com\user.junkmail TBNI> After using that for a while and realizing what I really needed was a idiot TBNI> proof way of managing the \mail\mail_domain_com\users\USER\rules.ima file. TBNI> The last frontend I wrote does just that, so I erased all my user.JunkMail TBNI> files so that everyone on my system is using the $default$.Junkmail settings TBNI> (which is set to WARN on everything for header entries). TBNI> My frontend has a main menu with 3 options: TBNI> Filterlevel, Blocked Senders and Approved Senders. TBNI> When first choosing any of the 3 my script sucks in the current rules.ima TBNI> into a temporary SQL table (much easier to manage than a text file in CF). TBNI> The FilterLevel Menu has 5 Choices: Off, Low, Medium, High and Extreme as TBNI> well as 2 actions (move to SPAM or permanently delete) all 4 actual levels TBNI> are defined by another SQL table of course, and every level selected gets TBNI> logged into another table. (so if you update the definitions of the levels TBNI> you have a log of who has what level and can "push" the new rules.ima to TBNI> your users). TBNI> Blocked Senders and Approved Senders work by putting entries in rules.ima to TBNI> "Move to Main" and "Move to NUL" TBNI> I haven't written the code to actually "push" updates to your definitions TBNI> yet, but I would be glad to post my code for both the user.JunkMail and the TBNI> rules.ima scripts for those interested. TBNI> From: Matt Robertson TBNI> Subject: [Declude.JunkMail] Coldfusion Declude front end? TBNI> Date: Thu, 20 Jun 2002 10:48:28 -0700 TBNI> Has anyone tried putting a web-based front end on Declude? I just upgraded TBNI> to JunkMail Pro and am looking for something in ColdFusion. Don't want to TBNI> have to write it myself if I can avoid it. TBNI> --Matt Robertson-- TBNI> MSB Designs, Inc. TBNI> http://mysecretbase.com TBNI> --- TBNI> [This E-mail was scanned for viruses by Declude Virus TBNI> (http://www.declude.com)] TBNI> --- TBNI> This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, TBNI> just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe TBNI> Declude.JunkMail". You can E-mail [EMAIL PROTECTED] for assistance. You TBNI> can visit our web site at http://www.declude.com . TBNI> --- TBNI> [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] TBNI> --- TBNI> This E-mail came from the Declude.JunkMail mailing list. To TBNI> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and TBNI> type "unsubscribe Declude.JunkMail". You can E-mail TBNI> [EMAIL PROTECTED] for assistance. You can visit our web TBNI> site at http://www.declude.com . TBNI> --- TBNI> [This E-mail scanned for viruses by Declude Virus] Best regards, Eje Gustafsson mailto:[EMAIL PROTECTED] --- The Family Entertainment Network http://www.fament.com Phone : 620-231-7777 Fax : 620-231-4066 eBay UserID : macahan - Your Full Time Professionals - --- [This E-mail scanned for viruses by Declude Virus] --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". You can E-mail [EMAIL PROTECTED] for assistance. You can visit our web site at http://www.declude.com . --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". You can E-mail [EMAIL PROTECTED] for assistance. You can visit our web site at http://www.declude.com .
