doc/web: Emphasized a few lines of Dovecot/PostgreSQL configuration
authorPascal Volk <user@localhost.localdomain.org>
Sun, 29 Jul 2012 16:44:20 +0000
changeset 581 9c138471d569
parent 580 b62210b96ea7
child 582 605f8c115711
doc/web: Emphasized a few lines of Dovecot/PostgreSQL configuration file excerpts.
doc/web/source/installation/dovecot_configuration.rst
doc/web/source/installation/postgresql_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 = +
--- 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