Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2002 09:24:04 -0800
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>
To:        "Julian Stacey" <jhs@bim.bsn.com>
Cc:        freebsd-security@FreeBSD.ORG
Subject:   Re: ports 1021 1022 1023 & 587 ?
Message-ID:  <15511.29748.267352.263727@horsey.gshapiro.net>
In-Reply-To: <200203191511.g2JFBbG55810@jhs.muc.de>
References:  <200203191511.g2JFBbG55810@jhs.muc.de>

next in thread | previous in thread | raw e-mail | index | archive | help
jhs> submission=587 is also open.

sendmail uses this port for initial submission.  If you don't want to use
it, you can turn it off in your sendmail configuration.  If you don't
already have your own .mc file, create one with:

cd /etc/mail
make

Then edit it:

cd /etc/mail
vi `hostname`.mc

And add this line in the section with the other FEATURE() lines:

FEATURE(`no_default_msa')dnl

Then install the new configuration and restart sendmail:

cd /etc/mail
make install
make restart

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15511.29748.267352.263727>