CalgaryCR9
Technical User
My Solaris 10 server running sendmail 8.13.6 gives me the following error in sending:
Connection timed out with host.domain.com
I can send to email addresses at my ISP's domain, eg: user@telus.com Telus is my ISP.
From my prompt I typed: cat filename | mailx -v user@external_domain.com (used real filename and real external email address).
Result:
<cut for brevity>
>>> MAIL From:<me@host.mydomain.com>...Sender OK
<cut>
250 2.1.5 <user@external_domain.com>...Recipient ok
354 Enter amil, end with "." on a line by itself
>>>>.
then it hangs.
When I run this on a different Solaris 8 server running the same version of sendmail it runs successfully & the message gets delivered.
/etc/mail/local-host-names has my FQDN hostname in it, as does /etc/hosts.
I have compared the two sendmail.cf files. The only difference I can see is that we're using two different domains (correct setup. One is for one domain, the other is for another domain).
Suggestions? Google and this forum are overwhelming for a sendmail rookie like me
Connection timed out with host.domain.com
I can send to email addresses at my ISP's domain, eg: user@telus.com Telus is my ISP.
From my prompt I typed: cat filename | mailx -v user@external_domain.com (used real filename and real external email address).
Result:
<cut for brevity>
>>> MAIL From:<me@host.mydomain.com>...Sender OK
<cut>
250 2.1.5 <user@external_domain.com>...Recipient ok
354 Enter amil, end with "." on a line by itself
>>>>.
then it hangs.
When I run this on a different Solaris 8 server running the same version of sendmail it runs successfully & the message gets delivered.
/etc/mail/local-host-names has my FQDN hostname in it, as does /etc/hosts.
I have compared the two sendmail.cf files. The only difference I can see is that we're using two different domains (correct setup. One is for one domain, the other is for another domain).
Suggestions? Google and this forum are overwhelming for a sendmail rookie like me