new mail system

This commit is contained in:
Roland Gruber 2020-03-11 21:09:42 +01:00
parent 50596a358e
commit 2904f178a0
7 changed files with 23 additions and 46 deletions

View File

@ -1,28 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<appendix id="mailSetup">
<title>Setup of email (SMTP) server</title>
<para>LAM always uses a local SMTP email server on the machine where LAM
is installed. Therefore, there is no need to configure any SMTP settings
inside LAM itself.</para>
<para>The local email server should be configured to forward all emails to
your company mail server (so-called smarthost). You can use any SMTP
software that ships with a Sendmail wrapper (e.g. Exim, Postfix, QMail or
Sendmail itself).</para>
<literallayout>
</literallayout>
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="images/lam_mail.png" />
</imageobject>
</mediaobject>
</screenshot>
</appendix>

View File

@ -93,9 +93,7 @@
<para>If the user account has set the mail attribute then LAM can <para>If the user account has set the mail attribute then LAM can
send your user a mail with the new password. You can change the mail send your user a mail with the new password. You can change the mail
template to fit your needs. Please configure your LAM server profile template to fit your needs. Please configure your LAM server profile
to setup the sender address, subject and mail body. Please see <link to setup the sender address, subject and mail body. See <link linkend="mailSetup">here</link> for setting up your
linkend="mailEOL">email format option</link> in case of broken
mails. See <link linkend="mailSetup">here</link> for setting up your
SMTP server.</para> SMTP server.</para>
<para>Using this method will prevent that your support staff knows <para>Using this method will prevent that your support staff knows

View File

@ -237,18 +237,22 @@
</screenshot> </screenshot>
</section> </section>
<section> <section id="mailSetup">
<title>Additional options</title> <title>Mail options (LAM Pro)</title>
<para id="mailEOL"><emphasis role="bold">Email format</emphasis></para> <para>Here you can configure the mail server settings. If you do not set
a mail server then LAM will try to use a locally installed one (e.g.
postfix, exim, sendmail).</para>
<para>Some email servers are not standards compatible. If you receive <para>SMTP setup:</para>
mails that look broken you can change the line endings for sent mails
here. Default is to use "\r\n".</para>
<para>At the moment, this option is only available in LAM Pro as there <para>Mail server: enter name + port separated by ":". E.g. "server:25"
is no mail sending in the free version. See <link will use "server" on port 25.</para>
linkend="mailSetup">here</link> for setting up your SMTP server.</para>
<para>User name: enter the user name if your SMTP server requires
authentication</para>
<para>Password: enter the password for the user above</para>
<screenshot> <screenshot>
<mediaobject> <mediaobject>

View File

@ -613,6 +613,14 @@
version. Unless explicitly noticed there is no need to install an version. Unless explicitly noticed there is no need to install an
intermediate release.</para> intermediate release.</para>
<section>
<title>7.1 -&gt; 7.2</title>
<para>LAM Pro: All emails need a specified FROM address. This affects
password email, self registration, password self reset and cron
emails.</para>
</section>
<section> <section>
<title>6.7 -&gt; 7.1</title> <title>6.7 -&gt; 7.1</title>

View File

@ -1195,8 +1195,7 @@
The mail can include the new password by using the special wildcard The mail can include the new password by using the special wildcard
"@@newPassword@@". Additionally, you may want to insert other wildcards "@@newPassword@@". Additionally, you may want to insert other wildcards
that are replaced by the corresponding LDAP attributes. E.g. "@@uid@@" that are replaced by the corresponding LDAP attributes. E.g. "@@uid@@"
will be replaced by the user name. Please see <link will be replaced by the user name.
linkend="mailEOL">email format option</link> in case of broken mails.
See <link linkend="mailSetup">here</link> for setting up your SMTP See <link linkend="mailSetup">here</link> for setting up your SMTP
server.</para> server.</para>
@ -1576,9 +1575,6 @@
valid for 24 hours. When he clicks on this link then the account will be valid for 24 hours. When he clicks on this link then the account will be
created in the self service user suffix. The DN will look like this: created in the self service user suffix. The DN will look like this:
<emphasis>uid=&lt;user name&gt;,...</emphasis></para> <emphasis>uid=&lt;user name&gt;,...</emphasis></para>
<para>Please see <link linkend="mailEOL">email format option</link> in
case of broken mails.</para>
</section> </section>
<section> <section>

View File

@ -15,7 +15,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendix-schema.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendix-schema.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendix-security.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendix-security.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendix-ldapConfig.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendix-ldapConfig.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendix-email.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendix-lamdaemon.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendix-lamdaemon.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendix-selfResetSchema.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendix-selfResetSchema.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendix-design.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendix-design.xml"/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 16 KiB