Ask a Question related to Coldfusion Server Administration, Design and Development.
-
TonySDev #1
Setting up CF mail server to connect to ISP mail server
I would like to setup a testing evironment and use my ISP's mail server to test
and create CF mail applications.
When I tried connecting to the ISP's mail server which is "smtp.comcast.net "
I received the following message from
CF admin "Connection Verification Failed". I also tried entering my user name
and password before the server name
(e.g.: [email]johndoe@comcast.net:password@smpt.comcast.net[/email].
What would cause the communication failure from the CF server to the ISP's
mail server?
If I cannot get this to run what alternatives do I have?
I am using WinXP pro. Can I install a mail server on my local machine and
configure CF admin to connect
to the mail server on my local machine?
TonySDev Guest
-
Setting up mail server
Hi, I'm really new to Linux, but I tried setting up a mailserver today. I use fetchmail + postfix + courier-imap + procmail. I've run into the... -
Canot connect to mail server through CF Administrator
I am trying to set up a connection between my CF MX 6.1 administrator and my mail server (Exchange 2003). Both are within the same subnet and are... -
Setting the mail Server - HELP PLEASEEEEE
Hi everibody. I'm getting frustated with the mail server. May be I'm doing something wrong. This is what happens: I have to computers with CF... -
CF5 Unable to connect to mail server???
As of two weeks ago, both of our CF5 servers have stopped being willing to connect to any (ANY) email server. I have no idea what caused this; no... -
Setting up home network mail server
Hi all, Currently I have 3 systems within various areas of my home all running XP (2 running home edition and main running Pro edition). I would... -
Ken Ford - *ACE* #2
Re: Setting up CF mail server to connect to ISP mail server
You can install the SMTP server on your computer.
Control Panel > Add/Remove Programs > Add/Remove Windows Components >
Internet Information Services > Details . check the SMTP Service checkbox
Then use localhost as the mail server.
--
Ken Ford
Adobe Community Expert
Fordwebs, LLC
[url]http://www.fordwebs.com[/url]
"TonySDev" <webforumsuser@macromedia.com> wrote in message
news:eilfo4$n31$1@forums.macromedia.com...>I would like to setup a testing evironment and use my ISP's mail server to
>test
> and create CF mail applications.
> When I tried connecting to the ISP's mail server which is
> "smtp.comcast.net "
> I received the following message from
> CF admin "Connection Verification Failed". I also tried entering my user
> name
> and password before the server name
> (e.g.: [email]johndoe@comcast.net:password@smpt.comcast.net[/email].
>
> What would cause the communication failure from the CF server to the ISP's
> mail server?
> If I cannot get this to run what alternatives do I have?
> I am using WinXP pro. Can I install a mail server on my local machine and
> configure CF admin to connect
> to the mail server on my local machine?
>
>
Ken Ford - *ACE* Guest
-
TonySDev #3
Re: Setting up CF mail server to connect to ISP mailserver
Hi Ken,
thanks for your response. I have the Default SMTP vitrual server installed on
a WinXP machine. Under IP address in the configuration menu you can select
(All unassigned or 192.168.1.102). I tried (All unassigned) and 192.168.1.192.
When inside CF admin Mail configuration settings I entered localhost and
192,168.1.192 and neither one worked. Do you have any other ideas.
I would really like to get this one to work.
Thanks
TonySDev Guest
-
Ken Ford - *ACE* #4
Re: Setting up CF mail server to connect to ISP mail server
Only thing else I can suggest is to use your computer name, sorry.
--
Ken Ford
Adobe Community Expert
Fordwebs, LLC
[url]http://www.fordwebs.com[/url]
"TonySDev" <webforumsuser@macromedia.com> wrote in message
news:eiqhs4$r10$1@forums.macromedia.com...> Hi Ken,
> thanks for your response. I have the Default SMTP vitrual server installed
> on
> a WinXP machine. Under IP address in the configuration menu you can select
> (All unassigned or 192.168.1.102). I tried (All unassigned) and
> 192.168.1.192.
> When inside CF admin Mail configuration settings I entered localhost and
> 192,168.1.192 and neither one worked. Do you have any other ideas.
>
> I would really like to get this one to work.
>
> Thanks
>
Ken Ford - *ACE* Guest
-
cf_dev2 #5
Re: Setting up CF mail server to connect to ISP mailserver
[q]Originally posted by: TonySDev
When inside CF admin Mail configuration settings I entered localhost and
192,168.1.192 and neither one worked.
[/q]
Did you try 127.0.0.1 instead of localhost?
cf_dev2 Guest
-
TonySDev #6
Re: Setting up CF mail server to connect to ISP mailserver
Yes, I tried 127.0.0.1
TonySDev Guest
-
cf_dev2 #7
Re: Setting up CF mail server to connect to ISP mailserver
I can't say I know about windows SMTP server. But I would check your firewall settings. Its a frequent culprit with connection problems like this...
cf_dev2 Guest
-
TonySDev #8
Re: Setting up CF mail server to connect to ISP mailserver
Hi, thanks for getting back to me. What configuration settings am I looking for in the firewall?
TonySDev Guest
-
cf_dev2 #9
Re: Setting up CF mail server to connect to ISP mailserver
Configuration settings differ a lot based on what firewall you're using. If
you're using XP's firewall check out the ms xp support site for details and
security information.
Generally firewalls block the standard smtp port (25) by default. If the port
is blocked you won't be able to verify the connection. Try turning off your
firewall or using telnet to see if you can connect to the smtp server. If you
can connect, its probably a firewall configuration problem.
telnet 127.0.0.1 25
cf_dev2 Guest
-
TonySDev #10
Re: Setting up CF mail server to connect to ISP mailserver
Hi, when I entered telnet 127.0.0.125 in the command line I received the following message 0.0.125 is not a recognized as an internal or external command, operable program or batch file.
TonySDev Guest
-
cf_dev2 #11
Re: Setting up CF mail server to connect to ISP mailserver
XP Pro should include the telnet program, but I'm not sure. Check your help
files. Also you're missing a space in between the ip address (127.0.0.1) and
port number (25).
Did you try turning off your firewall or configuring it allow access to the
smtp port?
cf_dev2 Guest
-
TonySDev #12
Re: Setting up CF mail server to connect to ISP mailserver
Hi,
thanks for getting back to me. Guess what I have the XP pro SMPT server
running. I went to Windows web site and looked up the setting and
configuration. All I needed to do was set up a virtual domain server.
Thanks for all your help.
TonySDev Guest



Reply With Quote

