Hi,
Here are the various questions answered:
_________________________________
rpm -qa | grep sendmail
sendmail-devel-8.12.11-4.RHEL3.1
sendmail-cf-8.12.11-4.RHEL3.1
sendmail-8.12.11-4.RHEL3.1
Note: Sendmail was actually stopped for whatever reason so I restarted it.
__________________________________
[root@edgewatercomputersystems root]# host -a -t mx yahoo.ca
Trying "yahoo.ca"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40423
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 5, ADDITIONAL: 4
;; QUESTION SECTION:
;yahoo.ca. IN MX
;; ANSWER SECTION:
yahoo.ca. 4351 IN MX 1 mx3.mail.yahoo.com.
yahoo.ca. 4351 IN MX 5 mx4.mail.yahoo.com.
yahoo.ca. 4351 IN MX 1 mx1.mail.yahoo.com.
yahoo.ca. 4351 IN MX 1 mx2.mail.yahoo.com.
;; AUTHORITY SECTION:
yahoo.ca. 85322 IN NS ns1.yahoo.com.
yahoo.ca. 85322 IN NS ns2.yahoo.com.
yahoo.ca. 85322 IN NS ns3.yahoo.com.
yahoo.ca. 85322 IN NS ns5.yahoo.com.
yahoo.ca. 85322 IN NS ns7.yahoo.com.
;; ADDITIONAL SECTION:
ns1.yahoo.com. 4267 IN A 66.218.71.63
ns2.yahoo.com. 4267 IN A 66.163.169.170
ns3.yahoo.com. 4267 IN A 217.12.4.104
ns5.yahoo.com. 4267 IN A 216.109.116.17
_______________________________________________________
I even tried to telnet from the machine with Scalix on it and that worked fine.
[root@edgewatercomputersystems spool]# telnet mail.edgewater.ca 25
Trying 192.168.0.XX...
Connected to mail.edgewater.ca (192.168.0.XX).
Escape character is '^]'.
220 mail.edgewater.ca ESMTP
MAIL FROM:
colint@edgewater.ca
250 ok
RCPT TO:
colint@edgewater.ca
250 ok
DATA
354 go ahead
Subject: Test
test
.
250 ok 1140706940 qp 7796
QUIT
221 mail.edgewater.ca
Connection closed by foreign host.
Mail was received through edgewater.ca mail server.
__________________________________________________________
I do not see the failed mail attempts in /var/spool/clientqueue or mqueue.
When I hit send to and user setup within the Scalix system it sends it right away. If I send it to anyone not configured within the system, even on the same domain, I get a popup error right away.
Another note I can even go into the Admin console and change my user email to @yahoo.ca and it will send the mail again within the scalix system to the email address I have listed but it will not go out externally.
Colin