2019-10-20 10:05:52 +02:00
# Build the SOGo Connector plugin
2017-07-07 20:59:25 +02:00
Install GNU Make, tar, and ZIP if you don't already have them installed. On Debian/Ubuntu, this can be done using
```
apt-get install make tar zip
```
Next, go to `data/web` inside mailcow-dockerized.
Place the file [thunderbird-plugins.php ](download/thunderbird-plugins.php ) into that directory.
2018-09-15 13:14:55 +02:00
Create a new directory `thunderbird-plugins` and place the script [build-plugins.sh ](download/build-thunderbird-plugins.sh ) into it.
2018-02-09 06:46:32 +01:00
Finally, execute the script with your hostname as an argument and piping it the names of all domains that mailcow handles.
2017-07-07 20:59:25 +02:00
All of this can be done using the following commands:
```
cd data/web
curl -LO https://github.com/mailcow/mailcow-dockerized-docs/raw/master/docs/download/thunderbird-plugins.php
mkdir thunderbird-plugins
2018-04-17 06:54:32 +02:00
cd thunderbird-plugins
2017-07-07 20:59:25 +02:00
curl -Lo build-plugins.sh https://github.com/mailcow/mailcow-dockerized-docs/raw/master/docs/download/build-thunderbird-plugins.sh
chmod +x build-plugins.sh
echo example.com example.org | ./build-plugins.sh mailcow.example.com
```
# Install it in Thunderbird
2020-10-07 20:20:28 +02:00
After you have set up your mailcow IMAP account in Thunderbird, download the SOGo Connector plugin for your domain, e.g. https://mailcow.example.com/thunderbird-plugins/sogo-connector-68.0.1-example.com.xpi (see `data/web/thunderbird-plugins` ), and install it into Thunderbird.
2017-07-07 20:59:25 +02:00
All your address books and calendars will be configured automatically.