Date: Sun, 25 Mar 2007 19:12:47 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: tomohito.kajiwara@nts.ricoh.co.jp Cc: owner-freebsd-questions@freebsd.org, freebsd-questions@freebsd.org, bernt@bah.homeip.net Subject: Re: Why doesn't sendmail wait to receive on port 25? Message-ID: <20070325161246.GA2502@kobe.laptop> In-Reply-To: <OF1807480E.7D4A6935-ON492572A8.00305693-492572A8.0031302F@nts.ricoh.co.jp> References: <4604DF4C.9080907@bah.homeip.net> <OF1807480E.7D4A6935-ON492572A8.00305693-492572A8.0031302F@nts.ricoh.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2007-03-24 17:57, tomohito.kajiwara@nts.ricoh.co.jp wrote:
>
> Thank you very much !!
>
> I didn't think that it was necessary to add
> sendmail_enable="YES" because sendmail is running without
> changing rc.conf.
>
> I confirmed that sendmail listens on port 25 after adding the
> above setting.
>
> I couldn't find out what to do for three days.
>
> Thank you very much !!! m(_ _)m
Tomohito-san,
Sendmail is listening only to 'localhost:25' by default. This is
necessary for local email delivery, but it doesn't allow any
other host to connect to your SMTP port.
You can find more about the various sendmail-related options of
"rc.conf" files in the rc.sendmail manpage:
man rc.sendmail
Regards,
Giorgos
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070325161246.GA2502>
