Could it just be the password is not what you think the CF7 machine has
configured?  Try the cfmail test with user/password/server (IP is Russ
suggested) from the CF7 machine.  That might tell you if the password is
off.

Any antivirus or OS firewall on the CF11 machine possibly blocking the
service from sending?

On Wed, Dec 17, 2014 at 7:28 AM, Russ Michaels <r...@michaels.me.uk> wrote:
>
>
> are you use a FQDN for the mail server? if so, try using the IP address
> instead and see if that helps. Might be some weird dns caching issue.
>
> On Wed, Dec 17, 2014 at 6:14 AM, Gonzo Rock <gonzor...@gmail.com> wrote:
> >
> >
> > Pressing on I coded up a simple template to send a simple email using
> > <cfmail ... it's the first user added cfm on the server.
> >
> > Executing it I got this for an error in the mail.log file.
> >
> >
> "Error","scheduler-1","12/16/14","20:17:08",,"javax.mail.AuthenticationFailedException:
> > 535 No SMTP server defined. Use real server address instead of 127.0.0.1
> in
> > your account. "
> >
> > And this error in the exception.log file
> >
> >
> "Error","scheduler-1","12/16/14","20:17:08",,"javax.mail.AuthenticationFailedException:
> > 535 No SMTP server defined. Use real server address instead of 127.0.0.1
> in
> > your account. "
> > javax.mail.AuthenticationFailedException: 535 No SMTP server defined. Use
> > real server address instead of 127.0.0.1 in your account.
> >         at
> >
> >
> com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:826)
> >
> >           ...etc etc.
> >
> > wtf?
> >
> > So I look in the neo-mail.xml file and it looks correct... has all the
> > expected server id info etc. So I reconfirm the same by looking with the
> > CFadmin tool.
> >
> > So I use CFAdmin and clear out the cfmail settings and confirm by looking
> > at the neo-mail.xml file again.
> >
> > Next I add code to the simple template, this time adding in Server="
> > smtp-server.ca.rr.com" username="user" password="pass" etc...
> >
> > I get the same errors as above.
> >
> > So I restart the cfserver.
> >
> > And again I get the same errors as above.
> >
> > Kerflummoxed.
> >
> > On Tue, Dec 16, 2014 at 5:50 PM, Gonzo Rock <gonzor...@gmail.com> wrote:
> > >
> > > Good idea... yes... both machines can initiate a telnet connection in
> > that
> > > it gets to the opening prompt, Welcome to Road Runner... and waits for
> > > instructions. I type QUIT and the session terminates.
> > >
> > > On Tue, Dec 16, 2014 at 5:10 PM, Russ Michaels <r...@michaels.me.uk>
> > > wrote:
> > >>
> > >>
> > >> can you telnet into the mail server on port 25 from the cf11 machine ?
> > >>
> > >> On Wed, Dec 17, 2014 at 12:11 AM, Gonzo Rock <gonzor...@gmail.com>
> > wrote:
> > >> >
> > >> >
> > >> > I am setting up a new CF11 server on my network. Have a CF7 running
> > >> > currently too. I am having trouble getting the CF11 server to
> verify a
> > >> mail
> > >> > server connection. These are the details:
> > >> >
> > >> > CF7 is on Win2003 and using: username:pass@mailserver on port 25
> for
> > >> > CFMail
> > >> >
> > >> > CF11 is on Win2008 and using the 3 text boxes to define the
> username,
> > >> pass
> > >> > and mailserver on port 25.
> > >> >
> > >> > CF7 verifies the email server connection and always has. CF11 won't.
> > >> >
> > >> > Both are on the same network... one at 10.0.0.20 and the other at
> > >> 10.0.0.30
> > >> > talking to a router at 10.0.0.1 to get outside the lan.
> > >> >
> > >> > Both machines can traceroute to the mailserver without issue
> > >> > Both machines can browse the web
> > >> >
> > >> > I reinstalled CF in the developer mode thinking something was
> locking
> > it
> > >> > up.
> > >> > Next I thought it was windows firewall on the CF11 install but
> turning
> > >> it
> > >> > completely off across all three areas, domain, private and public
> > >> doesn't
> > >> > help.
> > >> >
> > >> > Google has not been my friend... just finding the obvious expected
> > >> > suggestions.
> > >> > Now that I have shot two days doing this I'm not clear on what to
> try
> > >> next.
> > >> > Ideas anyone?
> > >> > Thanks,
> > >> > Gonzo
> > >> >
> > >> >
> > >> >
> > >>
> > >>
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359851
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to