[K12OSN] Help! Sendmail doesn't SEND - only receives

Les Mikesell les at futuresource.com
Fri Feb 4 18:31:29 UTC 2005


On Fri, 2005-02-04 at 11:37, richard ingalls wrote:
> I have tried the suggestions posted previously.  PLUS,
> many other things in desperation (from Webmin and
> manually on my server)... so I'm at a loss here...
> 
> 
> OK, let me start from scratch on this one... What
> SHOULD I do to make it so that users in my network can
> send mail from our sendmail server, using Mozilla mail
> or the dreaded M$ Outlook/Express? 

You should have to change:
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
to
DAEMON_OPTIONS(`Port=smtp,Name=MTA')dnl
in sendmail.mc then rebuild sendmail.cf and restart sendmail, and
add your network address to a line in /etc/mail/access
like:
192.168.0 RELAY
for networks that should be able to forward non-local mail
out through this server, then rebuild the access.db database.
Most (all?) fedora versions will do the rebuild if you type
'make' in the /etc/mail directory.
If you are running iptables firewalling, you'll have to allow
port 25 in.   You can test whether you are permitting connections
by trying to telnet to port 25 from another machine:
telnet yourserver 25
You should get a greeting from sendmail - exit by typing 'quit'.
If you get that far, any client rejections should result in a
log entry in /var/log/maillog with the reason.  If you still have
problems, please post one of these log entries.

-- 
  Les Mikesell
   les at futuresource.com





More information about the K12OSN mailing list