> -----Original Message-----
> From: James Pifer 
> Subject: SMTP/AV/Spam Follow-Up
> 
> I can send mail from the local machine, just not from any 
> clients. Using webmin if I go into the sendmail configuration,
> user mailboxes, and compose a message from root, it gets sent ok. 
> 

Sounds like your using the default redhat sendmail.mc file that configures
sendmail to only listen on localhost. netstat -nap | grep sendmail should
verify this. 

If so, edit /etc/mail/sendmail.mc and comment the following line. Note: a
comment line is dnl, not #

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

Also, if this is going to be a production server, consider commenting the
following line:

dnl FEATURE(`accept_unresolvable_domains')dnl

Then recreate sendmail.cf using m4 as shown in the .mc file and restart
sendmail.

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