postfix config formatting

This commit is contained in:
Jeff Moe 2024-09-01 10:55:46 -06:00
parent 5c43260089
commit 80b1e1904c
2 changed files with 18 additions and 19 deletions

View file

@ -30,8 +30,8 @@ msgstr ""
#: ../../../_source/mail-libre-is.rst:6 #: ../../../_source/mail-libre-is.rst:6
msgid "" msgid ""
"Setting up Internet mail servers is a pain. It's nothing like just " "Setting up Internet mail servers is a pain. It's nothing like just setting "
"setting up a web server... This install is based on this guide:" "up a web server... This install is based on this guide:"
msgstr "" msgstr ""
#: ../../../_source/mail-libre-is.rst:10 #: ../../../_source/mail-libre-is.rst:10
@ -88,9 +88,9 @@ msgstr ""
#: ../../../_source/mail-libre-is.rst:41 #: ../../../_source/mail-libre-is.rst:41
msgid "" msgid ""
"The Apache webserver is used out of laziness as it allows easy " "The Apache webserver is used out of laziness as it allows easy certificate "
"certificate updates with certbot. A webmail server won't be running on " "updates with certbot. A webmail server won't be running on the main mail "
"the main mail server." "server."
msgstr "" msgstr ""
#: ../../../_source/mail-libre-is.rst:50 #: ../../../_source/mail-libre-is.rst:50
@ -137,8 +137,8 @@ msgstr ""
#: ../../../_source/mail-libre-is.rst:175 #: ../../../_source/mail-libre-is.rst:175
msgid "" msgid ""
"Note, the licensing of Redis has gone bad. The version in Debian is OK. " "Note, the licensing of Redis has gone bad. The version in Debian is OK. But "
"But in the future, probably replace with a fork." "in the future, probably replace with a fork."
msgstr "" msgstr ""
#: ../../../_source/mail-libre-is.rst:184 #: ../../../_source/mail-libre-is.rst:184
@ -155,8 +155,8 @@ msgstr ""
#: ../../../_source/mail-libre-is.rst:194 #: ../../../_source/mail-libre-is.rst:194
msgid "" msgid ""
"Encryption certificates with Let's Encrypt. Not using an Apache webserver" "Encryption certificates with Let's Encrypt. Not using an Apache webserver on "
" on the mail server makes getting new certificates a bit more complex." "the mail server makes getting new certificates a bit more complex."
msgstr "" msgstr ""
#: ../../../_source/mail-libre-is.rst:209 #: ../../../_source/mail-libre-is.rst:209
@ -165,15 +165,15 @@ msgstr ""
#: ../../../_source/mail-libre-is.rst:216 #: ../../../_source/mail-libre-is.rst:216
msgid "" msgid ""
"Note, since IPv6 isn't being used, the dovecot install barfs. Edit " "Note, since IPv6 isn't being used, the dovecot install barfs. Edit /etc/"
"/etc/dovecot/dovecot.conf and add this line, where appropriate:" "dovecot/dovecot.conf and add this line, where appropriate:"
msgstr "" msgstr ""
#: ../../../_source/mail-libre-is.rst:223 #: ../../../_source/mail-libre-is.rst:223
msgid "" msgid ""
"Note, this is removing the \"::\" from listen, which using IPv6. Then re-" "Note, this is removing the \"::\" from listen, which using IPv6. Then re-run "
"run the install so the packages are happy. Note, the re-install won't " "the install so the packages are happy. Note, the re-install won't overwrite "
"overwrite the \"listen\" change." "the \"listen\" change."
msgstr "" msgstr ""
#: ../../../_source/mail-libre-is.rst:243 #: ../../../_source/mail-libre-is.rst:243
@ -203,4 +203,3 @@ msgstr ""
#: ../../../_source/mail-libre-is.rst:263 #: ../../../_source/mail-libre-is.rst:263
msgid "Perhaps these too." msgid "Perhaps these too."
msgstr "" msgstr ""

View file

@ -115,7 +115,7 @@ Set up postfix to use MariaDB.
Edit /etc/postfix/mysql-virtual-mailbox-domains.cf Edit /etc/postfix/mysql-virtual-mailbox-domains.cf
and add below, using the mailserver password used in MariaDB. and add below, using the mailserver password used in MariaDB.
.. code-block:: sh .. code-block:: cfg
user = mailserver user = mailserver
password = password 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: Edit /etc/postfix/mysql-virtual-mailbox-maps.cf and add below contents:
.. code-block:: sh .. code-block:: cfg
user = mailserver user = mailserver
password = password 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: Edit /etc/postfix/mysql-virtual-alias-maps.cf and add below:
.. code-block:: sh .. code-block:: cfg
user = mailserver user = mailserver
password = password 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: Edit /etc/postfix/mysql-email2email.cf and add:
.. code-block:: sh .. code-block:: cfg
user = mailserver user = mailserver
password = password password = password