Changeset 99492e8e for server


Ignore:
Timestamp:
12/23/2023 10:35:32 PM (4 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
3074f53
Parents:
cc095de
Message:

postifx - remove linginging hash: references.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/postfix.xml

    rcc095de r99492e8e  
    397397      <para>
    398398        The BLFS editors recommend to use LMDB instead of Berkeley DB for
    399         Postfix lookup tables.  Add a line into
     399        Postfix tables.  Add three lines into
    400400        <filename>/etc/postfix/main.cf</filename> to make
    401         <command>postmap</command> to encode the lookup tables in the LMDB
    402         format by default:
    403       </para>
    404 
    405 <screen role="root"><userinput>echo 'default_database_type = lmdb' &gt;&gt; /etc/postfix/main.cf</userinput></screen>
     401        <command>postmap</command> encode the lookup tables in the LMDB
     402        format by default and to change the default hash setting of the
     403        alias tables:
     404      </para>
     405
     406<screen role="root"><userinput>echo 'default_database_type = lmdb'       &gt;&gt; /etc/postfix/main.cf &amp;&amp;
     407echo 'alias_database = lmdb:/etc/aliases' &gt;&gt; /etc/postfix/main.cf &amp;&amp;
     408echo 'alias_maps = lmdb:/etc/aliases'     &gt;&gt; /etc/postfix/main.cf</userinput></screen>
    406409
    407410      <para>
Note: See TracChangeset for help on using the changeset viewer.