diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index edbbbed0..49a65384 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -1099,7 +1099,9 @@ Have fun! here. Default is to use "\r\n". At the moment, this option is only available in LAM Pro as there - is no mail sending in the free version. + is no mail sending in the free version. See here for setting up your SMTP + server. @@ -5915,7 +5917,8 @@ objectclass: top template to fit your needs. Please configure your LAM server profile to setup the sender address, subject and mail body. Please see email format option in case of broken - mails. + mails. See here for setting up your + SMTP server. Using this method will prevent that your support staff knows the new password. @@ -6785,7 +6788,8 @@ objectclass: top other wildcards that are replaced by the corresponding LDAP attributes. E.g. "@@uid@@" will be replaced by the user name. Please see email format option in case of - broken mails. + broken mails. See here for setting + up your SMTP server. @@ -6900,7 +6904,8 @@ objectclass: top With LAM Pro your users can create their own accounts if you like. LAM Pro will display an additional link on the self service login page that allows you users to create a new account including - email validation. + email validation (see here for + setting up your SMTP server). You enable this feature in your self service profile. Just activate the checkbox "Enable self registration link". @@ -8416,6 +8421,31 @@ objectclass: top + + Setup of email (SMTP) server + + 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. + + 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). + + + + + + + + + + + + + + Setup for home directory and quota management diff --git a/lam/docs/manual-sources/images/lam_mail.png b/lam/docs/manual-sources/images/lam_mail.png new file mode 100644 index 00000000..4b979343 Binary files /dev/null and b/lam/docs/manual-sources/images/lam_mail.png differ