Added information about the new ~/.spam_lover knob for turning off

spam checks done on mx1.  While here emphasise SSHv2 is now the only
way to connect to project hosts, SSHv1 got turned off.
This commit is contained in:
Ken Smith 2004-04-05 14:57:08 +00:00
parent a4161dba73
commit 83ed0cc555
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20523

View file

@ -114,9 +114,9 @@
</informaltable>
<para>It is required that you use &man.ssh.1; or &man.telnet.1;
with Kerberos 5 to connect to the project hosts and only
&man.ssh.1;, protocol 2 is allowed connecting to the repository
host. These are generally more secure than plain &man.telnet.1; or
with Kerberos 5 to connect to the project hosts. For
&man.ssh.1; only protocol 2 is allowed.
These are generally more secure than plain &man.telnet.1; or
&man.rlogin.1; since credential negotiation will always be
encrypted. All traffic is encrypted by default with &man.ssh.1;.
With utilities like &man.ssh-agent.1; and &man.scp.1; also
@ -678,11 +678,11 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o
</itemizedlist>
<para>You will almost certainly get a conflict because
of the <literal>$Id: article.sgml,v 1.185 2004-04-04 21:38:32 phantom Exp $</literal> (or in FreeBSD's case,
of the <literal>$Id: article.sgml,v 1.186 2004-04-05 14:57:08 kensmith Exp $</literal> (or in FreeBSD's case,
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
lines, so you will have to edit the file to resolve the conflict
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.185 2004-04-04 21:38:32 phantom Exp $</literal> line,
leaving the original <literal>$Id: article.sgml,v 1.185 2004-04-04 21:38:32 phantom Exp $</literal> line intact).</para>
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.186 2004-04-05 14:57:08 kensmith Exp $</literal> line,
leaving the original <literal>$Id: article.sgml,v 1.186 2004-04-05 14:57:08 kensmith Exp $</literal> line intact).</para>
</listitem>
<listitem>
@ -1050,6 +1050,18 @@ checkout -P</programlisting>
<hostid>hub</hostid> often get <quote>accidentally</quote> truncated
without warning, so forward it or read it and you will not lose
it.</para>
<para>Due to the severe load dealing with SPAM places on
the central mail servers that do the mailing list processing
the front-end server does do some basic checks and will
drop some messages based on these checks. At the moment
proper DNS information for the connecting host is the only
check in place but that may change. Some people blame these
checks for bouncing valid email. If you want these checks
turned off for your email you can place a file named
<filename>~/.spam_lover</filename> in your home directory
on <hostid role="fqdn">freefall.FreeBSD.org</hostid> to
disable the checks for your email.</para>
</listitem>
<listitem>