On Tue, Jul 19, 2011 at 04:27:14PM -0400, Lowell Gilbert wrote:
> ssgriffonuser <ssgriffonu...@gmail.com> writes:
> 
> > I'm having difficulty getting sendmail set up on my server.  I can
> > send and receive to localhost and I can send to external networks but
> > I can not receive from external networks (I receive a 550: Address
> > rejected).  Netstat says sendmail is listening on port 25 but I cannot
> > telnet to it.
> > When I do a port scan of the server, nmap does not show anything on
> > port 25 but does show smtp on 587.
> 
> How did you start sendmail?  The daemon doesn't run by default; perhaps
> you forgot to enable it in rc.conf?  There's a manual for rc.sendmail(8) 
> which describes the options for that...

Yes check /etc/rc.conf as pointed out above, I had missed that initially as 
well and took me a few minutes to realise what i'd missed. 

        sendmail_enable="YES" 
        sendmail_submit_enable="YES"

Should be all you need as well as your settings in the .cf file. 
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to