dovecot cont...
This commit is contained in:
parent
44bc53a89c
commit
6af050a5a7
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Libre Developers Documentation 0\n"
|
"Project-Id-Version: Libre Developers Documentation 0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-01 11:35-0600\n"
|
"POT-Creation-Date: 2024-09-01 11:37-0600\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: en\n"
|
"Language: en\n"
|
||||||
|
@ -62,7 +62,7 @@ msgstr ""
|
||||||
msgid "MariaDB"
|
msgid "MariaDB"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/mail-libre-is.rst:28 ../../../_source/mail-libre-is.rst:351
|
#: ../../../_source/mail-libre-is.rst:28 ../../../_source/mail-libre-is.rst:363
|
||||||
msgid "OpenDKIM"
|
msgid "OpenDKIM"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ msgstr ""
|
||||||
msgid "`<http://www.opendkim.org/>`_"
|
msgid "`<http://www.opendkim.org/>`_"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/mail-libre-is.rst:32 ../../../_source/mail-libre-is.rst:359
|
#: ../../../_source/mail-libre-is.rst:32 ../../../_source/mail-libre-is.rst:371
|
||||||
msgid "OpenDMARC"
|
msgid "OpenDMARC"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -230,34 +230,39 @@ msgstr ""
|
||||||
msgid "Run this to tell postfix to deliver to dovecot:"
|
msgid "Run this to tell postfix to deliver to dovecot:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/mail-libre-is.rst:360
|
#: ../../../_source/mail-libre-is.rst:349
|
||||||
|
msgid "Edit /etc/dovecot/conf.d/20-lmtp.conf and change line like this:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../../_source/mail-libre-is.rst:356
|
||||||
|
msgid "Restart dovecot again...."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../../_source/mail-libre-is.rst:372
|
||||||
msgid "Requires database setup."
|
msgid "Requires database setup."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/mail-libre-is.rst:369
|
#: ../../../_source/mail-libre-is.rst:381
|
||||||
msgid "SPF"
|
msgid "SPF"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/mail-libre-is.rst:370
|
#: ../../../_source/mail-libre-is.rst:382
|
||||||
msgid "Set up SPF."
|
msgid "Set up SPF."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/mail-libre-is.rst:374
|
#: ../../../_source/mail-libre-is.rst:386
|
||||||
msgid "DNS"
|
msgid "DNS"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/mail-libre-is.rst:375
|
#: ../../../_source/mail-libre-is.rst:387
|
||||||
msgid "Set up DNS."
|
msgid "Set up DNS."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/mail-libre-is.rst:379
|
#: ../../../_source/mail-libre-is.rst:391
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/mail-libre-is.rst:380
|
#: ../../../_source/mail-libre-is.rst:392
|
||||||
msgid "Perhaps these too."
|
msgid "Perhaps these too."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#~ msgid "Set file permissions and restart server."
|
|
||||||
#~ msgstr ""
|
|
||||||
|
|
||||||
|
|
|
@ -346,6 +346,18 @@ Run this to tell postfix to deliver to dovecot:
|
||||||
|
|
||||||
sudo postconf virtual_transport=lmtp:unix:private/dovecot-lmtp
|
sudo postconf virtual_transport=lmtp:unix:private/dovecot-lmtp
|
||||||
|
|
||||||
|
Edit /etc/dovecot/conf.d/20-lmtp.conf and change line like this:
|
||||||
|
|
||||||
|
.. code-block:: cfg
|
||||||
|
|
||||||
|
mail_plugins = $mail_plugins sieve
|
||||||
|
|
||||||
|
|
||||||
|
Restart dovecot again....
|
||||||
|
|
||||||
|
.. code-block:: sh
|
||||||
|
|
||||||
|
sudo systemctl restart dovecot
|
||||||
|
|
||||||
OpenDKIM
|
OpenDKIM
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in a new issue