mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
postifx - remove linginging hash: references.
This commit is contained in:
parent
cc095de9eb
commit
99492e8ea0
@ -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>
|
||||
|
@ -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' >> /etc/postfix/main.cf</userinput></screen>
|
||||
<screen role="root"><userinput>echo 'default_database_type = lmdb' >> /etc/postfix/main.cf &&
|
||||
echo 'alias_database = lmdb:/etc/aliases' >> /etc/postfix/main.cf &&
|
||||
echo 'alias_maps = lmdb:/etc/aliases' >> /etc/postfix/main.cf</userinput></screen>
|
||||
|
||||
<para>
|
||||
Note that if you are following an online tutorial to configure
|
||||
|
Loading…
Reference in New Issue
Block a user