postifx - remove linginging hash: references.

This commit is contained in:
Ken Moffat 2023-12-23 22:35:32 +00:00
parent cc095de9eb
commit 99492e8ea0
2 changed files with 11 additions and 4 deletions

View File

@ -41,6 +41,10 @@
<listitem>
<para>December 23nd, 2023</para>
<itemizedlist>
<listitem>
<para>[ken] - Fix lingering 'hash:' items in postfix. Fixes
<ulink url="&blfs-ticket-root;19052">#19052</ulink>.</para>
</listitem>
<listitem>
<para>[rahul] - Update ProFTPD-1.3.8b (Security Update). Fixes
<ulink url="&blfs-ticket-root;19038">#19038</ulink>.</para>

View File

@ -396,13 +396,16 @@ EOF</userinput></screen>
<para>
The BLFS editors recommend to use LMDB instead of Berkeley DB for
Postfix lookup tables. Add a line into
Postfix tables. Add three lines into
<filename>/etc/postfix/main.cf</filename> to make
<command>postmap</command> to encode the lookup tables in the LMDB
format by default:
<command>postmap</command> encode the lookup tables in the LMDB
format by default and to change the default hash setting of the
alias tables:
</para>
<screen role="root"><userinput>echo 'default_database_type = lmdb' &gt;&gt; /etc/postfix/main.cf</userinput></screen>
<screen role="root"><userinput>echo 'default_database_type = lmdb' &gt;&gt; /etc/postfix/main.cf &amp;&amp;
echo 'alias_database = lmdb:/etc/aliases' &gt;&gt; /etc/postfix/main.cf &amp;&amp;
echo 'alias_maps = lmdb:/etc/aliases' &gt;&gt; /etc/postfix/main.cf</userinput></screen>
<para>
Note that if you are following an online tutorial to configure