CF IMail Server interaction

2006-08-18 Thread Gabriel Bulfon
Hi, i am read the post at http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:38056 and I have the same problem right now. I use cfmail specifying server params. I try with telnet to my email server and nothing. I try to send an email to a server list account... I specified the

RE: CF IMail Server interaction

2006-08-18 Thread O�uz_Demirkap
. Oðuz Demirkapý -Original Message- From: Gabriel Bulfon [mailto:[EMAIL PROTECTED] Sent: Freitag, 18. August 2006 22:42 To: CF-Talk Subject: CF IMail Server interaction Hi, i am read the post at http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:38056 and I have the same

Re: CF IMail Server interaction

2006-08-18 Thread Gabriel Bulfon
Connection Verification Failed! Is that level already ok? If not, there would be a connection issue because of a firewall etc. Oðuz Demirkapý -Original Message- From: Gabriel Bulfon [mailto:[EMAIL PROTECTED] Sent: Freitag, 18. August 2006 22:42 To: CF-Talk Subject: CF IMail Server

RE: CF IMail Server interaction

2006-08-18 Thread Oğuz_Demirkapı
Subject: Re: CF IMail Server interaction There is not a connection problem. I test Connection Verification option suscesfully. The telnet to port 25 works fine too. First you need to see Connection Verification Successful. by activating Verify mail server connection in CF admin mail settings

Reply-to problem: CFMX and Imail

2005-04-06 Thread Scott Wolf
I have a mass mail application written in CF that I'm having small problem with. When a client sends a mass mail they specify their own e-mail address as the sender (ie: [EMAIL PROTECTED]), which gets puts into the FROM field of the e-mails. The application then puts another address (ie: [EMAIL

Re: Reply-to problem: CFMX and Imail

2005-04-06 Thread Howie Hamlin
You should be using a return-path header for bounces. The reply-to header is used when a recipient replies to a received email. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail

Re: Reply-to problem: CFMX and Imail

2005-04-06 Thread Matt Robertson
Isn't that setup going to cause trouble on anti-spam systems, as in it will often result in a negative weight being assigned to the email? And is that compliant with CAN-SPAM? -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com

Re: Imail Server

2005-02-07 Thread simmyana a
In the command prompt I typed the following command: telnet ip address 25 and it is displaying the Imail Server version in the screen, Does that mean it is recognizing the server?? ~| Discover CFTicket - The leading

Imail Server

2005-02-03 Thread simmyana a
Hi, Earlier we used to use Imail server with CFMX 6.0 to send mails, but after updating CFMX to 6.1, it stopped sending mails. I have no idea as how to set ColdFusion to use Imail Server.Please let me know as how to configure ColdFusion to use Imail Server. any help would be much appreciated

RE: Imail Server

2005-02-03 Thread Calvin Ward
, February 03, 2005 4:39 AM To: CF-Talk Subject: Imail Server Hi, Earlier we used to use Imail server with CFMX 6.0 to send mails, but after updating CFMX to 6.1, it stopped sending mails. I have no idea as how to set ColdFusion to use Imail Server.Please let me know as how to configure ColdFusion

Re: Imail Server

2005-02-03 Thread simmyana a
I tried giving the mail server IP and I verified connection also. It is not giving any error. But when i try to send mail, it is giving the following error Could not connect to SMTP host: localhost, port: 25; nested exception is: java.net.ConnectException: Connection refused any idea??

RE: Imail Server

2005-02-03 Thread Calvin Ward
I'd try verifying your spam settings in Imail against the email you are trying to send. - Calvin -Original Message- From: simmyana a [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 6:12 AM To: CF-Talk Subject: Re: Imail Server I tried giving the mail server IP and I

Re: Imail Server

2005-02-03 Thread Howie Hamlin
Connection refused means that the connection from the CF server to the mail server is either blocked by a firewall, you entered the wrong IP address of the mail server, or the mail server is off line. Open up a command prompt on the CF server and type: telnet ip address 25 Do you see the

RE: Imail Server

2005-02-03 Thread Calvin Ward
Wouldn't those conditions also give an error when verifying connection? - Calvin -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 9:11 AM To: CF-Talk Subject: Re: Imail Server Connection refused means that the connection from the CF

Re: Imail Server

2005-02-03 Thread Howie Hamlin
Yes. However - connection refused always means that the other side is unreachable on the designated port. So, I don't think the mail server is actually seeing the connection from the CF server at all which means that I don't think that it's a permissions issue on the mail server. Regards,

iMail Web Messaging through IIS

2004-01-06 Thread Heald, Tim
Has anyone ever gotten the iMail web mail app to run through IIS? -- Timothy Heald Web Portfolio Manager Overseas Security Advisory Council U.S. Department of State 571.345.2319 The opinions expressed here do not necessarily reflect those of the U.S. Department of State or any affiliated

RE: iMail Web Messaging through IIS

2004-01-06 Thread Dan Phillips
: iMail Web Messaging through IIS Has anyone ever gotten the iMail web mail app to run through IIS? -- Timothy Heald Web Portfolio Manager Overseas Security Advisory Council U.S. Department of State 571.345.2319 The opinions expressed here do not necessarily reflect those of the U.S. Department

OT: RE: iMail Web Messaging through IIS

2004-01-06 Thread Heald, Tim
with iMail through IIS so I can simply set it up as a virtual server like mail.terminal-fusion.com, but it keeps throwing a 404 error saying that login.cgi isn't found.However if I run it through the iMail web server it works just fine, even though there is no iMail.cgi. Someone told me that ipswitch

RE: RE: iMail Web Messaging through IIS

2004-01-06 Thread Dan Phillips
think it may have to do with the headers in IIS. It's giving you 404 because IIS has no idea what directory it should use with that header -Original Message- From: Heald, Tim [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 2:04 PM To: CF-Talk Subject: OT: RE: iMail Web Messaging

IMail as Mail Delivery Agent for CF

2002-12-03 Thread Joshua Miller
Anyone have experience or recommendations about using IMail to deliver mail from ColdFusion in-lieu of using CFMAIL? I know CFMAIL has a history of instability, would I accomplish anything by writing mail directly to IMail using the IMail1.exe application with CFEXECUTE? Would IMail be more

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

Re: IMail as Mail Delivery Agent for CF

2002-12-03 Thread Howie Hamlin
- From: Joshua Miller [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 03, 2002 11:16 AM Subject: IMail as Mail Delivery Agent for CF Anyone have experience or recommendations about using IMail to deliver mail from ColdFusion in-lieu of using CFMAIL? I know CFMAIL

IMail

2002-01-11 Thread Duane Boudreau
This was asked on another list by another developer: I would like to write files (as eMails) directly into the outgoing IMail Directory. By this way IMail and not the ColdFusionServer should send the eMails. I need to attach files too. How can I do this? Any one here done this? Duane

OT: anyone using imail server? I need help with list management

2002-01-07 Thread Mike Kear
I'm trying to build a list similar to this one (but a different topic entirely) for my client using imail v7.04. I have made the list, and it responds to a test message properly, sends the message out correctly, adding the trailer.txt file and modifying the subject line. So far so good

RE: anyone using imail server? I need help with list management

2002-01-07 Thread Mike Kear
his ruby-red face] Cheers, Mike Kear Windsor, NSW, Australia AFP WebWorks -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 9:06 AM To: CF-Talk Subject: OT: anyone using imail server? I need help with list management I'm trying to build

RE: anyone using imail server? I need help with list management

2002-01-07 Thread Andrew Scott
A little dyslexic this morning Mike:-) -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 8 January 2002 9:30 AM To: CF-Talk Subject: RE: anyone using imail server? I need help with list management OH well DER! I found the problem. Technical tip folks

CFMAIL IMAIL

2001-12-26 Thread kelly
Has anyone ever experienced this error in the mail log file: Error,TID=156,12/26/01,12:46:56,Failed to send the spooled mail file, d:\cfusion\MAIL\spool\18A6.cfmail. SMTP server replied Internal error: Pending mail operations must be completed. Moved file to d:\cfusion\MAIL\undelivr\18A8.cfmail.

Re: CFMAIL IMAIL

2001-12-26 Thread Paul Begovich
Kelly, We run Imail here also and have had similar problems. This error occurred for us in two different cases. Case 1 - CFMail is not connecting the the mail server. Check your firewall settings between your Webserver and mail server and make sure the proper ports are open Case 2

RE: Sample Imail External Database

2001-09-11 Thread Carlisle, Eric
Ipswitch has a pretty good knowledge base on thier website. That's the first/best place to look. As Robert Everland said, Imail builds the tables. You just have to point to a database. If you're looking for information on the database structure, create a dummy domain with a few dummy users

Sample Imail External Database

2001-09-10 Thread Angel Stewart
I have Imail 6 running on a server, and want to switch to an External Access database for user registration. I actually want to add fields to this database that I would write to using CF and hten pass the standard paramaters to the Imail CGI script using CFHTTPPARAM and CFHTTP. However, I can't

Re: Sample Imail External Database

2001-09-10 Thread Joseph Thompson
Simply have Imail build the database for you (you specify an existing datasource). You can then add as many extra fields as you like. The actual fields required are: USERID PASSWORD FULLNAME USERDIR MAILADDR MAXSIZE MAXMSGS FLAGS TYPE root password System Administrator D:\IMail

RE: Sample Imail External Database

2001-09-10 Thread Robert Everland
Imail will automatically make the database up for you once you set up a database, and ODBC driver. All you have to do is point imail to it and it creates it for you. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Angel Stewart [mailto:[EMAIL

RE: Sample Imail External Database

2001-09-10 Thread Brook Davies
Where can I get more info on Imail please? At 03:17 PM 10/09/01 -0400, you wrote: Imail will automatically make the database up for you once you set up a database, and ODBC driver. All you have to do is point imail to it and it creates it for you. Robert Everland III Dixon Ticonderoga Web

Re: Sample Imail External Database

2001-09-10 Thread Jon Hall
http://www.ipswitch.com/ They also have a very active mailing list which you can sign up for on the site. jon Brook Davies wrote: Where can I get more info on Imail please? At 03:17 PM 10/09/01 -0400, you wrote: Imail will automatically make the database up for you once you set up

IMail 7.0

2001-06-27 Thread Dylan Bromby
FWIW to anyone interested, IMail 7.0 was just released. ~~ 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

IMail and CF

2001-05-23 Thread cf-talk
Hi, I am running Ipswitchs IMail (6.06) and CF 4.5 SP2 (NT) on an NT 4 box together. From time to time the machine hangs (freezes) when s.o. uses cfmail with more than 10-12 people to mail to. (In those cases I can only reboot) I have the latest MDAC. The error comes without a rule. It happens

Configuring IMail

2001-02-13 Thread Duane Boudreau
All, Has anyone here done been able to configure (add, editing, deleting accounts, etc..) IMail thru ColdFusion? Does IMail provide an interface? Thx. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

Re: Configuring IMail

2001-02-13 Thread net_man
Imail has a built in Web Interface to administer all or individual domains setup on it. Let me know if you need more info... Robert - Original Message - From: "Duane Boudreau" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, February 13, 2

RE: Configuring IMail

2001-02-13 Thread Dylan Bromby
i use the command line arguments to add/delete accounts. www.planetaccess.com is totally based on CF and IMail. -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 8:30 AM To: CF-Talk Subject: Configuring IMail All, Has anyone here done

Re: Configuring IMail

2001-02-13 Thread Gerry Pauline
Duane: Human Kind has an ASP product that adds accounts to Imail that we use via CFHTTP. -Gerry Gerard T. Pauline Mgr, Internet/DB Applications Computer Systems, DoIT Pace University Duane Boudreau wrote: All, Has anyone here done been able to configure (add, editing, deleting accounts

RE: Configuring IMail

2001-02-13 Thread Dylan Bromby
i use CFX_SHELLEXEC; CFX_SHELLEXEC FILE="adduser" PARAMETERS="-u #username# -h [your server domain or IP here] -p #password#" DIRECTORY="e:\imail" the DIRECTORY value depends on where you installed IMail. --dylan -Original Message- From: Gerry Pauline [

Re: [OT] IMail?? Quoting....

2000-08-24 Thread Richard Ramos
We use pcAnywhere and IMail and its easy to manage. To add a new account takes a couple of minutes. To add a domain maybe 5-10 minutes. Changing passwords takes a minute or two. The user's guide is well organized and detailed. You should have no problems. Richard Ramos Network Administrator

Doug N email me about imail

2000-08-02 Thread Robert Everland
I remember you mentioning how you use CF to write to a txt file so Imail can send out a newsletter. Is there anyway you could send me that code? Robert Everland III Web Developer Dixon Ticonderoga -- Archives

RE: Doug N email me about imail

2000-08-02 Thread dougn
It's really easy. Just write to users.lst in the appropriate IMAIL/thedomain directory and put each e-mail address on its own line. I can see if I can dig up the code, but basically you CFQUERY the data set just on e-mail address, CFLOOP over it creating a variable with myVar=myVAR #chr(13