# HG changeset patch # User Pascal Volk # Date 1343580260 0 # Node ID 9c138471d5693da26ae7a5953a6dedbddbec5d5c # Parent b62210b96ea7609e7027064b90819c607bbf6804 doc/web: Emphasized a few lines of Dovecot/PostgreSQL configuration file excerpts. diff -r b62210b96ea7 -r 9c138471d569 doc/web/source/installation/dovecot_configuration.rst --- a/doc/web/source/installation/dovecot_configuration.rst Sun Jul 29 14:56:14 2012 +0000 +++ b/doc/web/source/installation/dovecot_configuration.rst Sun Jul 29 16:44:20 2012 +0000 @@ -24,6 +24,7 @@ .. note:: Please modify the `postmaster_address` to meet your specific needs. .. code-block:: text + :emphasize-lines: 7 # all your other settings #disable_plaintext_auth = no @@ -231,6 +232,7 @@ .. note:: Please modify the `postmaster_address` to meet your specific needs. .. code-block:: text + :emphasize-lines: 1 postmaster_address = postmaster@YOUR-DOMAIN.TLD recipient_delimiter = + diff -r b62210b96ea7 -r 9c138471d569 doc/web/source/installation/postgresql_configuration.rst --- a/doc/web/source/installation/postgresql_configuration.rst Sun Jul 29 14:56:14 2012 +0000 +++ b/doc/web/source/installation/postgresql_configuration.rst Sun Jul 29 16:44:20 2012 +0000 @@ -22,7 +22,10 @@ Add a line like the following to your :file:`pg_hba.conf` if you want to connect via a TCP/IP connection to the PostgreSQL server. Make sure to adjust the CIDR address if PostgreSQL is running on a -different system:: +different system: + +.. code-block:: text + :emphasize-lines: 2 # IPv4 local connections: host mailsys +mailsys 127.0.0.1/32 md5 @@ -30,7 +33,10 @@ For Unix-domain socket connections ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ If you want to use PostgreSQL's local Unix domain socket for database -connections add a line like the second one to your :file:`pg_hba.conf`:: +connections add a line like the second one to your :file:`pg_hba.conf`: + +.. code-block:: text + :emphasize-lines: 2 # "local" is for Unix domain socket connections only local mailsys +mailsys md5