*[dan radom on Wed, Aug 01, 2001 at 10:00:23AM -0600]:
> Could you maybe provide me with a little more details? Here's what I've done
> so far..
> # my headers
> my_hdr From: "dan radom" <[EMAIL PROTECTED]>
> my_hdr Reply-To: "dan radom" <[EMAIL PROTECTED]>
> set realname = "dan radom"
> set envelope_from
OK so far.
> saturn:~$ mailq
> /var/spool/mqueue (1 request)
> ----Q-ID---- --Size-- -----Q-Time----- ------------Sender/Recipient-----------
> f71Frmi01654 4 Wed Aug 1 09:53 [EMAIL PROTECTED]
> (Deferred: ns3.redback.com.: Network is unreachable)
> [EMAIL PROTECTED]
Your sendmail knows that the MX ror redback.com is ns3.redback.com - but cannot
reach it / redback is not currently answerimng on port 25
Either that or you are on a dialup ISP that does port 25 blocking and forces
you to use their smtp server. Not much to do there other than seeing
http://www.hserus.net/dlhowto.html
on configuring sendmail / exim / postfix to use a smarthost and queue mails
when offline etc. I'd suggest postfix, you can use postconf to change the
smarthost easily.
-suresh