bash-2.03# host -t mx dlesage.com
dlesage.com             MX      10 dlesage.dyn.dhs.org
bash-2.03# host dlesage.dyn.dhs.org
dlesage.dyn.dhs.org     A       24.201.62.169
bash-2.03# telnet 24.201.62.169 25
Trying 24.201.62.169...
<nothing>
bash-2.03# ping 24.201.62.169
PING 24.201.62.169 (24.201.62.169): 56 data bytes
64 bytes from 24.201.62.169: icmp_seq=0 ttl=240 time=153.2 ms
<snip>

It seems your MTA (exim) is not listening on port 25 (smtp) as is 
 required if you want to receive mail (assuming that 24.201.62.169 is 
 the correct IP and your ISP isn´t filtering port 25 to you).

IIRC you can run exim in daemon mode or from inetd. ´man 5 exim´ or 
 /usr/doc/exim/ should get you started.

hth,
&rw


>Do you have the right DNS entries somewhere for your domain. In other words wh
>o is providing DNS for you?
>
>>I've recently signed up with DomainZero to register my own domain
>>(dlesage.com). Since I've got a cable connection at home, I figured I'd
>>try to set up exim to receive emails sent to (user)@dlesage.com. Outgoing
>>messages work fine, but messages sent to (user)@dlesage.com never show up,
>>but never bounce either.


-- 
/ Robert Waldner <[EMAIL PROTECTED]> | Phone: +43 1 89933 0 Fax x533 \
\        KPNQwest/AT tech staff        | Diefenbachg. 35   A-1150 Wien / 


Reply via email to