On Mon, 5 Oct 2009 19:48:09 -0500, Don Wilde <dwil...@gmail.com> wrote: > Hello, folks - > > I am setting up the sendmail on my 7.2-STABLE system, and I cannot get > it to listen to my live server address besides the localhost. > > I've added > CLIENT_OPTIONS(`Family=inet, > Addr=64.156.192.103, Name=MTA')dnl > > directly above the DAEMON_OPTIONS lines (after the FEATUREs), > recompiled with make -C, and copied the domain-specific cf to > sendmail.cf.
CLIENT_OPTIONS() does not set options for clients connecting *to* Sendmail, but for Sendmail itself when it acts as a client to an other MTA. > Sendmail starts correctly, so the m4 compilation was successful, but > it is still only listening on 127.0.0.1:25 according to netstat -atn. This is often a configuration error that launches only a local Sendmail listener. Show us your `/etc/rc.conf' settings: # grep -i sendmail /etc/rc.conf _______________________________________________ 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"