> -----Original Message-----
> From: Michael Rubin 
> Sent: Wednesday, October 23, 2002 8:20 PM
> To: [EMAIL PROTECTED]
> Subject: Sendmail absent-mindedness
> 
> 
> After re-installing RH 7.1 from scratch, my sendmail is 
> misbehaving.  Local mail (lots of output from various
> cron jobs) gets through fine.  I can check mail from home.
> I can email other people from home, so it relays.  But when
> anyone sends me mail, or when I send myself mail from home or 
> from another box, it dissappears.  Doesn't bounce...just
> never gets there. I don't think it's an ISP issue since it
> used to work before I reinstalled RH.  The 
> /etc/mail/local-host-names file has the right entries.  
> /etc/aliases is configured.  Any tips anyone?
> 
> Michael Rubin

Check to see if sendmail is only listening on localhost. 

netstat -nap | grep sendmail

If so, the remove (or comment) the following line from your .mc file and
rebuild your sendmail.cf file using m4

DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')

Steve Cowles



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to