From f9b60c59155d29d22a75c6faf6300bcd20150340 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Wed, 22 Oct 2014 10:31:09 +0800 Subject: [PATCH] Add link to thunderbird setup in installation guides. --- README.md | 3 ++- convert.sh | 1 + html/index.html | 5 ++++- html/install.iredmail.on.debian.ubuntu.html | 1 + html/install.iredmail.on.freebsd.html | 1 + html/install.iredmail.on.openbsd.html | 1 + html/install.iredmail.on.rhel.html | 1 + installation/0-install.iredmail.on.rhel.md | 1 + installation/1-install.iredmail.on.debian.ubuntu.md | 1 + installation/2-install.iredmail.on.freebsd.md | 1 + installation/3-install.iredmail.on.openbsd.md | 1 + mua/_title.md | 1 + {howto => mua}/configure.thunderbird.md | 0 13 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 mua/_title.md rename {howto => mua}/configure.thunderbird.md (100%) diff --git a/README.md b/README.md index 81300f9d..3bfbdcee 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ * [Install iRedMail on OpenBSD](https://bitbucket.org/zhb/docs.iredmail.org/src/default/installation/3-install.iredmail.on.openbsd.md) * [Setup DNS records for your iRedMail server](https://bitbucket.org/zhb/docs.iredmail.org/src/default/installation/setup_dns.md) * [Perform silent/unattended iRedMail installation](https://bitbucket.org/zhb/docs.iredmail.org/src/default/installation/unattended.iredmail.installation.md) +# Configure mail client applications +* [Configure Thunderbird as mail client (POP3/IMAP, SMTP and global ldap address book)](https://bitbucket.org/zhb/docs.iredmail.org/src/default/mua/configure.thunderbird.md) # How to * [Allow certain users to send email as another user](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/0-allow.certain.users.to.send.email.as.different.user.md) * [Change mail attachment size](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/0-change.mail.attachment.size.md) @@ -17,7 +19,6 @@ * [Sign DKIM signature on outgoing emails for new mail domain](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/1-sign.dkim.signature.for.new.domain.md) * [Allow insecure POP3/IMAP/SMTP connections without STARTTLS](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/2-allow.insecure.pop3.imap.smtp.connections.md) * [Allow user to send email without authentication](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/allow.user.to.send.email.without.authentication.md) -* [Configure Thunderbird as mail client (POP3/IMAP, SMTP and global ldap address book)](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/configure.thunderbird.md) * [Force mail user to change password in 90 days](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/force.user.to.change.password.md) * [Ignore Trash folder in mailbox quota](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/ignore.trash.folder.in.quota.md) * [LDAP: Add an alias domain](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/ldap.add.alias.domain.md) diff --git a/convert.sh b/convert.sh index 18338b0c..afa4c9ae 100644 --- a/convert.sh +++ b/convert.sh @@ -34,6 +34,7 @@ strip_name_prefix() # Chapter directories in specified order all_chapter_dirs="installation \ + mua \ howto \ integrations \ cluster \ diff --git a/html/index.html b/html/index.html index 00ad2da2..1ff2eff6 100644 --- a/html/index.html +++ b/html/index.html @@ -21,6 +21,10 @@
  • Setup DNS records for your iRedMail server
  • Perform silent/unattended iRedMail installation
  • +

    Configure mail client applications

    +

    How to

    Access webmail and other web applications

    After installation successfully completed, you can access web-based programs diff --git a/html/install.iredmail.on.freebsd.html b/html/install.iredmail.on.freebsd.html index 8a123f8e..5a4c1131 100644 --- a/html/install.iredmail.on.freebsd.html +++ b/html/install.iredmail.on.freebsd.html @@ -202,6 +202,7 @@ automatically. Type y or Y and press Enter

    Setup DNS records for your mail server

    +
  • Configure Thunderbird as mail client (POP3/IMAP, SMTP and global ldap address book)
  • Access webmail and other web applications

    After installation successfully completed, you can access web-based programs diff --git a/html/install.iredmail.on.openbsd.html b/html/install.iredmail.on.openbsd.html index 12663092..6518bedf 100644 --- a/html/install.iredmail.on.openbsd.html +++ b/html/install.iredmail.on.openbsd.html @@ -223,6 +223,7 @@ automatically. Type y or Y and press Enter

    Setup DNS records for your mail server

    +
  • Configure Thunderbird as mail client (POP3/IMAP, SMTP and global ldap address book)
  • Access webmail and other web applications

    After installation successfully completed, you can access web-based programs diff --git a/html/install.iredmail.on.rhel.html b/html/install.iredmail.on.rhel.html index f82789dc..e93ef9a0 100644 --- a/html/install.iredmail.on.rhel.html +++ b/html/install.iredmail.on.rhel.html @@ -211,6 +211,7 @@ automatically. Type y or Y and press Enter

    Setup DNS records for your mail server

    +
  • Configure Thunderbird as mail client (POP3/IMAP, SMTP and global ldap address book)
  • Access webmail and other web applications

    After installation successfully completed, you can access web-based programs diff --git a/installation/0-install.iredmail.on.rhel.md b/installation/0-install.iredmail.on.rhel.md index 6f9a18a7..4efe4df5 100644 --- a/installation/0-install.iredmail.on.rhel.md +++ b/installation/0-install.iredmail.on.rhel.md @@ -194,6 +194,7 @@ Configuration completed. * Some other important and sensitive information * [Setup DNS records for your mail server](./setup_dns.html) +* [Configure Thunderbird as mail client (POP3/IMAP, SMTP and global ldap address book)](./configure.thunderbird.html) ## Access webmail and other web applications diff --git a/installation/1-install.iredmail.on.debian.ubuntu.md b/installation/1-install.iredmail.on.debian.ubuntu.md index 5be2132e..5fc46783 100644 --- a/installation/1-install.iredmail.on.debian.ubuntu.md +++ b/installation/1-install.iredmail.on.debian.ubuntu.md @@ -184,6 +184,7 @@ Configuration completed. * Some other important and sensitive information * [Setup DNS records for your mail server](./setup_dns.html) +* [Configure Thunderbird as mail client (POP3/IMAP, SMTP and global ldap address book)](./configure.thunderbird.html) ## Access webmail and other web applications diff --git a/installation/2-install.iredmail.on.freebsd.md b/installation/2-install.iredmail.on.freebsd.md index d96646cc..4f9bf46b 100644 --- a/installation/2-install.iredmail.on.freebsd.md +++ b/installation/2-install.iredmail.on.freebsd.md @@ -189,6 +189,7 @@ Configuration completed. * Some other important and sensitive information * [Setup DNS records for your mail server](./setup_dns.html) +* [Configure Thunderbird as mail client (POP3/IMAP, SMTP and global ldap address book)](./configure.thunderbird.html) ## Access webmail and other web applications diff --git a/installation/3-install.iredmail.on.openbsd.md b/installation/3-install.iredmail.on.openbsd.md index 82da2cc1..58f93bfe 100644 --- a/installation/3-install.iredmail.on.openbsd.md +++ b/installation/3-install.iredmail.on.openbsd.md @@ -211,6 +211,7 @@ Configuration completed. * Some other important and sensitive information * [Setup DNS records for your mail server](./setup_dns.html) +* [Configure Thunderbird as mail client (POP3/IMAP, SMTP and global ldap address book)](./configure.thunderbird.html) ## Access webmail and other web applications diff --git a/mua/_title.md b/mua/_title.md new file mode 100644 index 00000000..88dd1d1b --- /dev/null +++ b/mua/_title.md @@ -0,0 +1 @@ +Configure mail client applications diff --git a/howto/configure.thunderbird.md b/mua/configure.thunderbird.md similarity index 100% rename from howto/configure.thunderbird.md rename to mua/configure.thunderbird.md