This commit is contained in:
Zhang Huangbin 2018-09-06 14:39:41 +08:00
parent f1905f463f
commit 99b3aa504b
2 changed files with 95 additions and 87 deletions

View File

@ -4,51 +4,9 @@
SOGo Connector extention provides integration of Mozilla Thunderbird with the SOGo groupware solution. It does this by adding support for remote DAV address books and by adding features to be used along with the Lightning calendar extension.
## Download and install SOGo Connector
## Calendar (CalDAV) with Thunderbird add-on 'Lightning'
* Download the SOGo connector from SOGo website: <https://sogo.nu/download.html#/frontends>
* Launch Thunderbird, go to `Tools` -> `Add-ons`
![](./images/thunderbird/sogo_menu_addons.png)
Click the gear icon and choose `Install Add-on From File`
![](./images/thunderbird/sogo_install_addons_from_file.png)
Select the downloaded SOGo Connector xpi file to install it, then restart Thunderbird.
### Configure Remote Address Book
To use SOGo address book, we need to get the link of SOGo Address Book first.
* Login to SOGo
* Click `Address Book` on top-right corner
* Choose the address book you want to sync (`Personal Address Book` is the
default one), click on 3 vertical dots, choose `Link to this Address Book`,
and copy CardDAV URL.
Note: Some old SOGo releases might use `127.0.0.1:20000` as server
address in the CardDAV URL, you must replace them by the real server
address like `https://<your_server_name_or_ip>/SOGo`.
![](./images/thunderbird/sogo_link_to_address_book.png)
Now launch Thunderbird:
* open its Address Book (on macOS, it's menu `Windows` -> `Address Book`)
* on Address Book window, click `File` -> `New` -> `Remote Address Book`
![](./images/thunderbird/sogo_new_remote_address_book.png)
Configure the Address Book Properties:
* `Name`: SOGo Address Book name (you can use whatever name you like here)
* `URL`: insert link you got from SOGo above - like: `https://<host>/SOGo/dav/<userName>/Contacts/personal/`
* Optionally check Periodic sync
![](./images/thunderbird/sogo_remote_address_book.png)
## Install Thunderbird Lightning
### Install Thunderbird Lightning
Lightning is a calendar add-on for Thunderbird.
@ -88,3 +46,49 @@ Launch Thunderbird to add SOGo calendar:
* Type a preferred name for this calendar, then click `Continue` to finish the
setup.
## Address Book (CardDAV) with SOGo Connector
### Download and install SOGo Connector
* Download the SOGo connector from SOGo website: <https://sogo.nu/download.html#/frontends>
* Launch Thunderbird, go to `Tools` -> `Add-ons`
![](./images/thunderbird/sogo_menu_addons.png)
Click the gear icon and choose `Install Add-on From File`
![](./images/thunderbird/sogo_install_addons_from_file.png)
Select the downloaded SOGo Connector xpi file to install it, then restart Thunderbird.
### Configure Thunderbird
To use SOGo address book, we need to get the link of SOGo Address Book first.
* Login to SOGo
* Click `Address Book` on top-right corner
* Choose the address book you want to sync (`Personal Address Book` is the
default one), click on 3 vertical dots, choose `Link to this Address Book`,
and copy CardDAV URL.
Note: Some old SOGo releases might use `127.0.0.1:20000` as server
address in the CardDAV URL, you must replace them by the real server
address like `https://<your_server_name_or_ip>/SOGo`.
![](./images/thunderbird/sogo_link_to_address_book.png)
Now launch Thunderbird:
* open its Address Book (on macOS, it's menu `Windows` -> `Address Book`)
* on Address Book window, click `File` -> `New` -> `Remote Address Book`
![](./images/thunderbird/sogo_new_remote_address_book.png)
Configure the Address Book Properties:
* `Name`: SOGo Address Book name (you can use whatever name you like here)
* `URL`: insert link you got from SOGo above - like: `https://<host>/SOGo/dav/<userName>/Contacts/personal/`
* Optionally check Periodic sync
![](./images/thunderbird/sogo_remote_address_book.png)

View File

@ -19,12 +19,14 @@
<div class="toc">
<ul>
<li><a href="#setup-thunderbird-sogo-address-book-and-calendar-synchronization-with-carddav-and-caldav">Setup Thunderbird: SOGo Address Book and Calendar synchronization with CardDAV and CalDAV</a><ul>
<li><a href="#download-and-install-sogo-connector">Download and install SOGo Connector</a><ul>
<li><a href="#configure-remote-address-book">Configure Remote Address Book</a></li>
<li><a href="#calendar-caldav-with-thunderbird-add-on-lightning">Calendar (CalDAV) with Thunderbird add-on 'Lightning'</a><ul>
<li><a href="#install-thunderbird-lightning">Install Thunderbird Lightning</a></li>
<li><a href="#configure-remote-calendar">Configure Remote Calendar</a></li>
</ul>
</li>
<li><a href="#install-thunderbird-lightning">Install Thunderbird Lightning</a><ul>
<li><a href="#configure-remote-calendar">Configure Remote Calendar</a></li>
<li><a href="#address-book-carddav-with-sogo-connector">Address Book (CardDAV) with SOGo Connector</a><ul>
<li><a href="#download-and-install-sogo-connector">Download and install SOGo Connector</a></li>
<li><a href="#configure-thunderbird">Configure Thunderbird</a></li>
</ul>
</li>
</ul>
@ -32,44 +34,8 @@
</ul>
</div>
<p>SOGo Connector extention provides integration of Mozilla Thunderbird with the SOGo groupware solution. It does this by adding support for remote DAV address books and by adding features to be used along with the Lightning calendar extension.</p>
<h2 id="download-and-install-sogo-connector">Download and install SOGo Connector</h2>
<ul>
<li>Download the SOGo connector from SOGo website: <a href="https://sogo.nu/download.html#/frontends">https://sogo.nu/download.html#/frontends</a></li>
<li>Launch Thunderbird, go to <code>Tools</code> -&gt; <code>Add-ons</code></li>
</ul>
<p><img alt="" src="./images/thunderbird/sogo_menu_addons.png" /></p>
<p>Click the gear icon and choose <code>Install Add-on From File</code></p>
<p><img alt="" src="./images/thunderbird/sogo_install_addons_from_file.png" /></p>
<p>Select the downloaded SOGo Connector xpi file to install it, then restart Thunderbird.</p>
<h3 id="configure-remote-address-book">Configure Remote Address Book</h3>
<p>To use SOGo address book, we need to get the link of SOGo Address Book first.</p>
<ul>
<li>Login to SOGo</li>
<li>Click <code>Address Book</code> on top-right corner</li>
<li>
<p>Choose the address book you want to sync (<code>Personal Address Book</code> is the
default one), click on 3 vertical dots, choose <code>Link to this Address Book</code>,
and copy CardDAV URL.</p>
<p>Note: Some old SOGo releases might use <code>127.0.0.1:20000</code> as server
address in the CardDAV URL, you must replace them by the real server
address like <code>https://&lt;your_server_name_or_ip&gt;/SOGo</code>.</p>
</li>
</ul>
<p><img alt="" src="./images/thunderbird/sogo_link_to_address_book.png" /></p>
<p>Now launch Thunderbird:</p>
<ul>
<li>open its Address Book (on macOS, it's menu <code>Windows</code> -&gt; <code>Address Book</code>)</li>
<li>on Address Book window, click <code>File</code> -&gt; <code>New</code> -&gt; <code>Remote Address Book</code></li>
</ul>
<p><img alt="" src="./images/thunderbird/sogo_new_remote_address_book.png" /></p>
<p>Configure the Address Book Properties:</p>
<ul>
<li><code>Name</code>: SOGo Address Book name (you can use whatever name you like here)</li>
<li><code>URL</code>: insert link you got from SOGo above - like: <code>https://&lt;host&gt;/SOGo/dav/&lt;userName&gt;/Contacts/personal/</code></li>
<li>Optionally check Periodic sync</li>
</ul>
<p><img alt="" src="./images/thunderbird/sogo_remote_address_book.png" /></p>
<h2 id="install-thunderbird-lightning">Install Thunderbird Lightning</h2>
<h2 id="calendar-caldav-with-thunderbird-add-on-lightning">Calendar (CalDAV) with Thunderbird add-on 'Lightning'</h2>
<h3 id="install-thunderbird-lightning">Install Thunderbird Lightning</h3>
<p>Lightning is a calendar add-on for Thunderbird.</p>
<p>Launch Thunderbird, click menu: <code>Tools</code> -&gt; <code>Add-ons</code>, Search "Lightning" and
install it.</p>
@ -103,7 +69,45 @@ address like <code>https://&lt;your_server_name_or_ip&gt;/SOGo</code>.</p>
<ul>
<li>Type a preferred name for this calendar, then click <code>Continue</code> to finish the
setup.</li>
</ul><div class="footer">
</ul>
<h2 id="address-book-carddav-with-sogo-connector">Address Book (CardDAV) with SOGo Connector</h2>
<h3 id="download-and-install-sogo-connector">Download and install SOGo Connector</h3>
<ul>
<li>Download the SOGo connector from SOGo website: <a href="https://sogo.nu/download.html#/frontends">https://sogo.nu/download.html#/frontends</a></li>
<li>Launch Thunderbird, go to <code>Tools</code> -&gt; <code>Add-ons</code></li>
</ul>
<p><img alt="" src="./images/thunderbird/sogo_menu_addons.png" /></p>
<p>Click the gear icon and choose <code>Install Add-on From File</code></p>
<p><img alt="" src="./images/thunderbird/sogo_install_addons_from_file.png" /></p>
<p>Select the downloaded SOGo Connector xpi file to install it, then restart Thunderbird.</p>
<h3 id="configure-thunderbird">Configure Thunderbird</h3>
<p>To use SOGo address book, we need to get the link of SOGo Address Book first.</p>
<ul>
<li>Login to SOGo</li>
<li>Click <code>Address Book</code> on top-right corner</li>
<li>
<p>Choose the address book you want to sync (<code>Personal Address Book</code> is the
default one), click on 3 vertical dots, choose <code>Link to this Address Book</code>,
and copy CardDAV URL.</p>
<p>Note: Some old SOGo releases might use <code>127.0.0.1:20000</code> as server
address in the CardDAV URL, you must replace them by the real server
address like <code>https://&lt;your_server_name_or_ip&gt;/SOGo</code>.</p>
</li>
</ul>
<p><img alt="" src="./images/thunderbird/sogo_link_to_address_book.png" /></p>
<p>Now launch Thunderbird:</p>
<ul>
<li>open its Address Book (on macOS, it's menu <code>Windows</code> -&gt; <code>Address Book</code>)</li>
<li>on Address Book window, click <code>File</code> -&gt; <code>New</code> -&gt; <code>Remote Address Book</code></li>
</ul>
<p><img alt="" src="./images/thunderbird/sogo_new_remote_address_book.png" /></p>
<p>Configure the Address Book Properties:</p>
<ul>
<li><code>Name</code>: SOGo Address Book name (you can use whatever name you like here)</li>
<li><code>URL</code>: insert link you got from SOGo above - like: <code>https://&lt;host&gt;/SOGo/dav/&lt;userName&gt;/Contacts/personal/</code></li>
<li>Optionally check Periodic sync</li>
</ul>
<p><img alt="" src="./images/thunderbird/sogo_remote_address_book.png" /></p><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://bitbucket.org/zhb/iredmail-docs/src">BitBucket repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://bitbucket.org/zhb/iredmail-docs/get/tip.tar.bz2">download the latest version</a> for offline reading. If you found something wrong, please do <a href="https://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->