RE: can't connect to mail server
Check your /cfusion/mail/undelivr directory for a backlog of undelivered emails. Check your /cfusion/log/mail.log for specific error messages that the mail server sends back. Make sure you have permission to relay on the mail server. Since CF cannot pass a username/password combo to the mail server for authentication that means that the mail server must be able to relay based upon your CF server's IP address. ---mark = Mark Warrick - Fusioneers.com Personal Email: [EMAIL PROTECTED] Business Email: [EMAIL PROTECTED] Phone: 714-547-5386 Efax: 801-730-7289 Personal URL: http://www.warrick.net Business URL: http://www.fusioneers.com ICQ: 125160 / AIM: markwarric = > -Original Message- > From: S R [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 1:39 PM > To: CF-Talk > Subject: can't connect to mail server > > > 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 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 > ~~ 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
Is this your mail server? If not, the mail server administrator may have decided you are sending too much email and shut you off.:o)) Sounds like the most likely thing if you haven't changed anything on your CF Server. I just recently installed CF 5 and could not connect to my own mail server that was connected by a cross over cable. After trying everything 'I' could think of, re-installing CF 5 fixed the problem. Jeff Craig - Original Message - From: "S R" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 3:38 PM Subject: can't connect to mail server > 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 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 > ~~ 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
I did not get a banner I got a cannot connect error, so somehow there is not a connection between my web server and our mail server, Thanks Sal >From: Len Conrad <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Re: can't connect to mail server >Date: Tue, 31 Jul 2001 23:13:23 +0200 > > > >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: can't connect to mail server
>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: can't connect to mail server
Anything in the mail server log? Is it possible that some anti-spam options are turned on that are preventing CF from connecting? John www.cornells.com > -Original Message- > From: S R [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 4:39 PM > To: CF-Talk > Subject: can't connect to mail server > > > 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 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 > ~~ 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
There is a big difference between receiving mail and sending mail. They use different protocols to send mail you use SMTP (port 25), and to receive you use POP3 (port 110) or IMAP. So your SMTP server could be down, and your POP3 server is still running. A lot of times the SMTP server is on a different physical server than the POP3. You can test your connection by logging in to a unix shell and typing $> telnet mymailserver.com 25 it should connect, if not you have a problem, I suspect CF uses a similar method to test the connection (probably not telnet, just a raw socket connection). Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developers Resources http://www.cfdev.com/ -Original Message- From: S R [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 4:39 PM To: CF-Talk Subject: can't connect to mail server 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 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 ~~ 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
I've tried both >From: "Dylan Bromby" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: can't connect to mail server >Date: Tue, 31 Jul 2001 13:46:52 -0700 > >are you connecting by its IP or FQDN? > >-Original Message- >From: S R [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, July 31, 2001 1:39 PM >To: CF-Talk >Subject: can't connect to mail server > > >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 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 > ~~ 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
are you connecting by its IP or FQDN? -Original Message- From: S R [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 1:39 PM To: CF-Talk Subject: can't connect to mail server 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 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 ~~ 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