Merge consecutive, related, screen elements together.
This commit is contained in:
parent
83d7641850
commit
3589e35102
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21239
1 changed files with 9 additions and 10 deletions
|
@ -136,15 +136,15 @@
|
|||
<para>Create a directory to hold temporary configuration
|
||||
files:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mkdir /tmp/relaydelay</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>cd /tmp/relaydelay</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mkdir /tmp/relaydelay</userinput>
|
||||
&prompt.root; <userinput>cd /tmp/relaydelay</userinput></screen>
|
||||
|
||||
<para>Now that we have a temporary directory to work in, the
|
||||
following <acronym>URL</acronym>s should be sent to the
|
||||
<command>fetch</command> command:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>fetch http://projects.puremagic.com/greylisting/releases/relaydelay-0.04.tgz</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>fetch http://lists.puremagic.com/pipermail/greylist-users/attachments/20030904/b8dafed9/relaydelay-0.04.bin</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>fetch http://projects.puremagic.com/greylisting/releases/relaydelay-0.04.tgz</userinput>
|
||||
&prompt.root; <userinput>fetch http://lists.puremagic.com/pipermail/greylist-users/attachments/20030904/b8dafed9/relaydelay-0.04.bin</userinput></screen>
|
||||
|
||||
<!-- NOTE TO TOM RHODES: HAVING THE SOFTWARE LINKED HERE IS A BAD IDEA IN
|
||||
CASE SOME ASSHOLE UPDATES IT. I SHOULD PROBABLY ARCHIVE THE OTHER URL
|
||||
|
@ -184,9 +184,9 @@
|
|||
<para>Copy or move the configuration files to their respective
|
||||
directories:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mv db_maintenance.pl relaydelay.pl /usr/local/sbin</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mv relaydelay.conf /etc/mail</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mv relaydelay.sh /usr/local/etc/rc.d/</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mv db_maintenance.pl relaydelay.pl /usr/local/sbin</userinput>
|
||||
&prompt.root; <userinput>mv relaydelay.conf /etc/mail</userinput>
|
||||
&prompt.root; <userinput>mv relaydelay.sh /usr/local/etc/rc.d/</userinput></screen>
|
||||
|
||||
<para>Test the current configuration by running:</para>
|
||||
|
||||
|
@ -254,9 +254,8 @@ Starting Sendmail::Milter 0.18 engine.</programlisting>
|
|||
the <filename>addlist.pl</filename> script obtained a few
|
||||
lines ago:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>perl addlist.pl -whitelist 9999-12-31 23:59:59 < whitelist_ip.txt</userinput></screen>
|
||||
|
||||
<screen>&prompt.root; <userinput>perl addlist.pl -blacklist 9999-12-31 23:59:59 < blacklist_ip.txt</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>perl addlist.pl -whitelist 9999-12-31 23:59:59 < whitelist_ip.txt</userinput>
|
||||
&prompt.root; <userinput>perl addlist.pl -blacklist 9999-12-31 23:59:59 < blacklist_ip.txt</userinput></screen>
|
||||
|
||||
<para>To have <application>relaydelay</application> start with
|
||||
every system boot, add the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue