diff --git a/html/configure.thunderbird.html b/html/configure.thunderbird.html index ddf509c4..68db3978 100644 --- a/html/configure.thunderbird.html +++ b/html/configure.thunderbird.html @@ -27,24 +27,24 @@

Create new mail account

To create a new mail account with Thunderbird, please click menu: File -> New -> Mail Account.

Add your name, email address and password in this screen.

-

+

Click continue, it will detect IMAP and SMTP server automatically.

Note:

-

+

Configure Thunderbird as POP3 client

Warning: Make sure you are using full email address as username.

-

+

Configure Thunderbird as IMAP client

Warning: Make sure you are using full email address as username.

-

+

Configure Thunderbird to send mail via SMTP

Menu: Tools -> Account settings... -> Outgoing server (SMTP) -> Choose the server you are using.

Warning: Make sure you are using full email address as username.

-

+

Use OpenLDAP as Global LDAP Address Book

IMPORTANT NOTE: Thunderbird won\'t show contacts in LDAP address book directly, but it works when you starting typing email address in recipient field while composing email.

Here we take Thunderbird 5.0 for example. Steps:

diff --git a/html/images/Thunderbird.imap.png b/html/images/thunderbird/imap.png similarity index 100% rename from html/images/Thunderbird.imap.png rename to html/images/thunderbird/imap.png diff --git a/html/images/Thunderbird.new.mail.account.png b/html/images/thunderbird/new.mail.account.png similarity index 100% rename from html/images/Thunderbird.new.mail.account.png rename to html/images/thunderbird/new.mail.account.png diff --git a/html/images/Thunderbird.new.mail.account.setup.png b/html/images/thunderbird/new.mail.account.setup.png similarity index 100% rename from html/images/Thunderbird.new.mail.account.setup.png rename to html/images/thunderbird/new.mail.account.setup.png diff --git a/html/images/Thunderbird.pop3.png b/html/images/thunderbird/pop3.png similarity index 100% rename from html/images/Thunderbird.pop3.png rename to html/images/thunderbird/pop3.png diff --git a/html/images/Thunderbird.smtp.png b/html/images/thunderbird/smtp.png similarity index 100% rename from html/images/Thunderbird.smtp.png rename to html/images/thunderbird/smtp.png diff --git a/html/sogo-centos-6-mysql.html b/html/sogo-centos-6-mysql.html index 716f693d..3c0630e5 100644 --- a/html/sogo-centos-6-mysql.html +++ b/html/sogo-centos-6-mysql.html @@ -18,15 +18,17 @@
  • Install SOGo
  • Create required SQL database
  • Configure SOGo
  • -
  • Enable ActiveSync support
  • @@ -201,7 +203,9 @@ for you, just replace MySQL username/password in this file, then it's done.

    } -

    Enable ActiveSync support

    +

    Configure web server

    +

    To access SOGo groupware (webmail/calendar/contact), we need to configure +web server.

    Apache web server

    SOGo installs config file /etc/httpd/conf.d/SOGo.conf by default, please open it and find below lines:

    @@ -277,9 +281,26 @@ the real directory which contains SOGo files:

  • on x86_64, it's /usr/lib64/GNUstep/SOGo.
  • Start SOGo and dependent services

    -
    # service sogod restart
    -# service httpd restart     # <- restart 'nginx' service if you're running Nginx
    +
    # service httpd restart     # <- restart 'nginx' service if you're running Nginx
     # service memcached restart
    +# service sogod restart
    +
    + +

    Add Dovecot Master User, used for vacation message expiration

    +

    Add required cron jobs

    +

    Please add below cron jobs for SOGo daemon user sogo. You can add them with +command: crontab -l -u sogo

    +
    # iRedMail: SOGo email reminder, should be run every minute.
    +*   *   *   *   *   /usr/sbin/sogo-ealarms-notify
    +
    +# iRedMail: SOGo session cleanup, should be run every minute.
    +# Ajust the [X]Minutes parameter to suit your needs
    +# Example: Sessions without activity since 30 minutes will be dropped:
    +*   *   *   *   *   /usr/sbin/sogo-tool expire-sessions 30
    +
    +# iRedMail: SOGo vacation messages expiration
    +# The credentials file should contain the sieve admin credentials (username:passwd)
    +0   0   *   *   *   /usr/sbin/sogo-tool expire-autoreply -p /etc/sogo/sieve.cred
     

    Access SOGo from web browser

    @@ -288,7 +309,10 @@ word SOGo is case-sensitive), you can login with your email account

    Configure your mail clients or mobile devices to use CalDav/CardDAV services

    Please check our documents here to configure your mail clients or mobile devices.

    -

    References

    Document published under a CC BY-ND 3.0 license. If you found something wrong, please do contact us to fix it. +

    TODO

    +

    Document published under a CC BY-ND 3.0 license. If you found something wrong, please do contact us to fix it.