Page 1 of 1

No route to host

Posted: Thu Dec 01, 2005 10:22 pm
by hawkeye
I can recive emails from anyone, and can send messages to another scalix account on my server, but I can not send messages to other email address(username@gmail.com, username@yahoo.com, username@hotmail.com, etc.) I think it may be a sendmail problem. I keep getting a stat=Deferred:: No route to host type of error. Here is some of the log in the mailog file for sendmail:

Dec 1 19:52:23 localhost sendmail[24924]: jAUNF1fK007757: to=<ddenure@gmail.com>, ctladdr=<apache@bhclan.servegame.com> (48/48), delay=1+02:37:22, xdelay=00:00:00, mailer=esmtp, pri=2550664, relay=gsmtp185-2.google.com., dsn=4.0.0, stat=Deferred: gsmtp185-2.google.com.: No route to host
Dec 1 19:52:23 localhost sendmail[24924]: jAUIObJV004736: to=<racoonhunter2004@yahoo.com>, ctladdr=<apache@bhclan.servegame.com> (48/48), delay=1+07:27:46, xdelay=00:00:00, mailer=esmtp, pri=3000830, relay=mx4.mail.yahoo.com., dsn=4.0.0, stat=Deferred: mx4.mail.yahoo.com.: No route to host
Dec 1 19:52:23 localhost sendmail[24924]: jAUIOaUM004729: to=<ddenure@gmail.com>, ctladdr=<apache@bhclan.servegame.com> (48/48), delay=1+07:27:47, xdelay=00:00:00, mailer=esmtp, pri=3001019, relay=gsmtp185.google.com., dsn=4.0.0, stat=Deferred: gsmtp185.google.com.: No route to host
Dec 1 19:52:24 localhost sendmail[24924]: jAU2EbHA015692: to=<racoonhunter2004@yahoo.com>, delay=1+23:37:47, xdelay=00:00:00, mailer=esmtp, pri=4441296, relay=mx4.mail.yahoo.com., dsn=4.0.0, stat=Deferred: mx4.mail.yahoo.com.: No route to host
Dec 1 19:52:24 localhost sendmail[24924]: jAU2HOkT015755: to=<hawkeye06@gmail.com>, delay=1+23:34:59, xdelay=00:00:00, mailer=esmtp, pri=4441305, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: gsmtp163.google.com.: No route to host
Dec 1 19:52:24 localhost sendmail[24924]: jAU23Mn1015566: to=<hawkeye06@gmail.com>, delay=1+23:49:01, xdelay=00:00:00, mailer=esmtp, pri=4441371, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: gsmtp163.google.com.: No route to host

Re: No route to host

Posted: Fri Dec 02, 2005 7:16 am
by ScalixSupport
hawkeye wrote:I can recive emails from anyone, and can send messages to another scalix account on my server, but I can not send messages to other email address(username@gmail.com, username@yahoo.com, username@hotmail.com, etc.) I think it may be a sendmail problem. I keep getting a stat=Deferred:: No route to host type of error. Here is some of the log in the mailog file for sendmail:

Dec 1 19:52:23 localhost sendmail[24924]: jAUNF1fK007757: to=<ddenure@gmail.com>, ctladdr=<apache@bhclan.servegame.com> (48/48), delay=1+02:37:22, xdelay=00:00:00, mailer=esmtp, pri=2550664, relay=gsmtp185-2.google.com., dsn=4.0.0, stat=Deferred: gsmtp185-2.google.com.: No route to host
Dec 1 19:52:23 localhost sendmail[24924]: jAUIObJV004736: to=<racoonhunter2004@yahoo.com>, ctladdr=<apache@bhclan.servegame.com> (48/48), delay=1+07:27:46, xdelay=00:00:00, mailer=esmtp, pri=3000830, relay=mx4.mail.yahoo.com., dsn=4.0.0, stat=Deferred: mx4.mail.yahoo.com.: No route to host
Dec 1 19:52:23 localhost sendmail[24924]: jAUIOaUM004729: to=<ddenure@gmail.com>, ctladdr=<apache@bhclan.servegame.com> (48/48), delay=1+07:27:47, xdelay=00:00:00, mailer=esmtp, pri=3001019, relay=gsmtp185.google.com., dsn=4.0.0, stat=Deferred: gsmtp185.google.com.: No route to host
Dec 1 19:52:24 localhost sendmail[24924]: jAU2EbHA015692: to=<racoonhunter2004@yahoo.com>, delay=1+23:37:47, xdelay=00:00:00, mailer=esmtp, pri=4441296, relay=mx4.mail.yahoo.com., dsn=4.0.0, stat=Deferred: mx4.mail.yahoo.com.: No route to host
Dec 1 19:52:24 localhost sendmail[24924]: jAU2HOkT015755: to=<hawkeye06@gmail.com>, delay=1+23:34:59, xdelay=00:00:00, mailer=esmtp, pri=4441305, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: gsmtp163.google.com.: No route to host
Dec 1 19:52:24 localhost sendmail[24924]: jAU23Mn1015566: to=<hawkeye06@gmail.com>, delay=1+23:49:01, xdelay=00:00:00, mailer=esmtp, pri=4441371, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: gsmtp163.google.com.: No route to host


On your Scalix server, type in

telnet gsmtp163.google.com 25

See if you get a SMTP conversation going on that port.

If you do not get a connection on port 25, it is either firewalled locally or by your provider. If you are with SBC DSL, check if they firewalled port 25. The SMTP submission port 587 has to be used then. (redo the same test as above but instead of 25 use 587)

Best would be to use a mail relay then, your SBC support can help you out with the exact hostname, password and such.

Cheers,

Sascha.

provider blocked port 25

Posted: Fri Dec 02, 2005 1:50 pm
by hawkeye
My internet provider (tds) has blocked port 25 so how do I change my outgoing email server to be smtp.tds.net for Scalix Communtiy?

Posted: Fri Dec 02, 2005 7:27 pm
by hawkeye
Ok, thanks for your help, i now have it fully working. thanks again