aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2020-08-27 15:44:03 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2020-08-27 15:44:03 +0000
commite3ed30f14a3b01b6cb94f69ad72fa77725126406 (patch)
tree8b0eb3cd897b2fd292338f11c6b2ef9a59e2936d
parent9964eca47156c83852c64217d0dab21fd2f6f45e (diff)
Tag dovecot and remove lua workaround
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23629 af4574ff-66df-0310-9fd7-8a98e5e911e0
-rw-r--r--server/mail/dovecot.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/mail/dovecot.xml b/server/mail/dovecot.xml
index 7527ddb8df..bfe7d57f8d 100644
--- a/server/mail/dovecot.xml
+++ b/server/mail/dovecot.xml
@@ -38,7 +38,7 @@
easily extensible with plugins.
</para>
- &lfs91_checked;
+ &lfs10_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -121,11 +121,13 @@ groupadd -g 43 dovenull &amp;&amp;
useradd -c "Dovecot login user" -d /dev/null -u 43 \
-g dovenull -s /bin/false dovenull</userinput></screen>
+<!--
<para>
First, adapt the Lua plugin to Lua-5.4:
</para>
<screen><userinput remap="pre">sed -i 's/lua_newuserdata/lua_newuserdatauv/' src/lib-lua/dlua-dovecot.c</userinput></screen>
+-->
<para>
Install <application>Dovecot</application> by running the following