postfix config formatting
This commit is contained in:
parent
5c43260089
commit
80b1e1904c
|
@ -30,8 +30,8 @@ msgstr ""
|
|||
|
||||
#: ../../../_source/mail-libre-is.rst:6
|
||||
msgid ""
|
||||
"Setting up Internet mail servers is a pain. It's nothing like just "
|
||||
"setting up a web server... This install is based on this guide:"
|
||||
"Setting up Internet mail servers is a pain. It's nothing like just setting "
|
||||
"up a web server... This install is based on this guide:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/mail-libre-is.rst:10
|
||||
|
@ -88,9 +88,9 @@ msgstr ""
|
|||
|
||||
#: ../../../_source/mail-libre-is.rst:41
|
||||
msgid ""
|
||||
"The Apache webserver is used out of laziness as it allows easy "
|
||||
"certificate updates with certbot. A webmail server won't be running on "
|
||||
"the main mail server."
|
||||
"The Apache webserver is used out of laziness as it allows easy certificate "
|
||||
"updates with certbot. A webmail server won't be running on the main mail "
|
||||
"server."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/mail-libre-is.rst:50
|
||||
|
@ -137,8 +137,8 @@ msgstr ""
|
|||
|
||||
#: ../../../_source/mail-libre-is.rst:175
|
||||
msgid ""
|
||||
"Note, the licensing of Redis has gone bad. The version in Debian is OK. "
|
||||
"But in the future, probably replace with a fork."
|
||||
"Note, the licensing of Redis has gone bad. The version in Debian is OK. But "
|
||||
"in the future, probably replace with a fork."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/mail-libre-is.rst:184
|
||||
|
@ -155,8 +155,8 @@ msgstr ""
|
|||
|
||||
#: ../../../_source/mail-libre-is.rst:194
|
||||
msgid ""
|
||||
"Encryption certificates with Let's Encrypt. Not using an Apache webserver"
|
||||
" on the mail server makes getting new certificates a bit more complex."
|
||||
"Encryption certificates with Let's Encrypt. Not using an Apache webserver on "
|
||||
"the mail server makes getting new certificates a bit more complex."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/mail-libre-is.rst:209
|
||||
|
@ -165,15 +165,15 @@ msgstr ""
|
|||
|
||||
#: ../../../_source/mail-libre-is.rst:216
|
||||
msgid ""
|
||||
"Note, since IPv6 isn't being used, the dovecot install barfs. Edit "
|
||||
"/etc/dovecot/dovecot.conf and add this line, where appropriate:"
|
||||
"Note, since IPv6 isn't being used, the dovecot install barfs. Edit /etc/"
|
||||
"dovecot/dovecot.conf and add this line, where appropriate:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/mail-libre-is.rst:223
|
||||
msgid ""
|
||||
"Note, this is removing the \"::\" from listen, which using IPv6. Then re-"
|
||||
"run the install so the packages are happy. Note, the re-install won't "
|
||||
"overwrite the \"listen\" change."
|
||||
"Note, this is removing the \"::\" from listen, which using IPv6. Then re-run "
|
||||
"the install so the packages are happy. Note, the re-install won't overwrite "
|
||||
"the \"listen\" change."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/mail-libre-is.rst:243
|
||||
|
@ -203,4 +203,3 @@ msgstr ""
|
|||
#: ../../../_source/mail-libre-is.rst:263
|
||||
msgid "Perhaps these too."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -115,7 +115,7 @@ Set up postfix to use MariaDB.
|
|||
Edit /etc/postfix/mysql-virtual-mailbox-domains.cf
|
||||
and add below, using the mailserver password used in MariaDB.
|
||||
|
||||
.. code-block:: sh
|
||||
.. code-block:: cfg
|
||||
|
||||
user = mailserver
|
||||
password = password
|
||||
|
@ -126,7 +126,7 @@ and add below, using the mailserver password used in MariaDB.
|
|||
|
||||
Edit /etc/postfix/mysql-virtual-mailbox-maps.cf and add below contents:
|
||||
|
||||
.. code-block:: sh
|
||||
.. code-block:: cfg
|
||||
|
||||
user = mailserver
|
||||
password = password
|
||||
|
@ -136,7 +136,7 @@ Edit /etc/postfix/mysql-virtual-mailbox-maps.cf and add below contents:
|
|||
|
||||
Edit /etc/postfix/mysql-virtual-alias-maps.cf and add below:
|
||||
|
||||
.. code-block:: sh
|
||||
.. code-block:: cfg
|
||||
|
||||
user = mailserver
|
||||
password = password
|
||||
|
@ -146,7 +146,7 @@ Edit /etc/postfix/mysql-virtual-alias-maps.cf and add below:
|
|||
|
||||
Edit /etc/postfix/mysql-email2email.cf and add:
|
||||
|
||||
.. code-block:: sh
|
||||
.. code-block:: cfg
|
||||
|
||||
user = mailserver
|
||||
password = password
|
||||
|
|
Loading…
Reference in a new issue