diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 0f9971a1..0b92d40d 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -1497,6 +1497,65 @@ Have fun! + +
+ IMAP mailboxes + + LAM may create and delete mailboxes on an IMAP server for your + user accounts. You will need an IMAP server that supports either SSL + or TLS for this feature. + + To activate the mailbox management module please add the + "Mailbox (imapAccess)" module for the type user in your LAM server + profile: + + + + + + + + + + Now configure the module on the tab "Module settings". Here you + can specify the IMAP server name, encryption options, the + authentication for the IMAP connection and the valid mail domains. LAM + can use either your LAM login password for the IMAP connection or + display a dialog where you need to enter the password. The mail + domains specify for which accounts mailboxes may be created/deleted. + E.g. if you enter "lam-demo.org" then mailboxes can be managed for + "user@lam-demo.org" but not for "user@example.com". + + You need to install the SSL certificate of the CA that signed + your server certificate. This is usually done by installing the + certificate in /etc/ssl/certs. Different Linux distributions may offer + different ways to do this. For Debian please copy the certificate in + "/usr/local/share/ca-certificates" and run "update-ca-certificates" as + root. + + It is not recommended to disable the validation of IMAP server + certificates. + + + + + + + + + + When you edit an user account then you will now see the tab + "Mailbox". Here you can create/delete the mailbox for this + user. + + + + + + + + +
@@ -3215,6 +3274,24 @@ Have fun! This account type is only available in LAM Pro. + + + + + + + + + IMAP mailboxes + + - + + - + + - + + Does not require any schema. + diff --git a/lam/docs/manual-sources/images/imapAccess1.png b/lam/docs/manual-sources/images/imapAccess1.png new file mode 100644 index 00000000..b2cd96b4 Binary files /dev/null and b/lam/docs/manual-sources/images/imapAccess1.png differ diff --git a/lam/docs/manual-sources/images/imapAccess2.png b/lam/docs/manual-sources/images/imapAccess2.png new file mode 100644 index 00000000..43cf9201 Binary files /dev/null and b/lam/docs/manual-sources/images/imapAccess2.png differ diff --git a/lam/docs/manual-sources/images/imapAccess3.png b/lam/docs/manual-sources/images/imapAccess3.png new file mode 100644 index 00000000..76a47655 Binary files /dev/null and b/lam/docs/manual-sources/images/imapAccess3.png differ