Search K
Appearance
Appearance
Permalink to Release Documentation
Upgrading Information:
First Customer Shipment | 2024-09-04 |
Support End | TBD |
Current Support Status |
Previous Version
This is the first release of Dovecot Pro 3.x.
This release introduces the Dovecot Pro Palomar Architecture as the replacement to the OX Dovecot Pro 2.x Director-based architecture.
Additionally, this release introduces the new Storage Support strategy for Dovecot Pro.
Known Issues
metacache_last_host_dict
is configured, obox can automatically attempt to pull metacache from another backend. See https://doc.dovecotpro.com/3.0.0/storage/configuration.html#metacache_last_host_dict.imap_id_received
event, which lists received IMAP ID parameters prefixed with id_param_
. See https://doc.dovecotpro.com/3.0.0/core/summaries/events.html#imap_id_received.dovecot_config_version
setting, which specifies the configuration version. This will allow changing default settings for new installations without affecting existing installations, unless they also update the version number in this setting. Currently, the only supported version is 3.0.0
.dovecot_storage_version
setting, which specifies the oldest Dovecot version that must be able to read files written by this Dovecot instance. Currently, the oldest supported version is 2.3.0
.fts_dovecot_mail_flush_interval
is now 10 (was: 0).fts_dovecot_max_triplets
is now 200 (was: 0).user_*
passdb fields) are included.auth_debug
setting with log_debug = category=auth
.auth_worker_max_count
with "service auth-worker { process_limit }".ssl=required
now requires TLS for connections from login_trusted_networks
as well.transport=trusted
was changed to transport=secured
.mail_location = ...:NO-NOSELECT
setting is now enabled by default). To revert to the former behaviour, use KEEP-NOSELECT (see https://doc.dovecotpro.com/3.0.0/core/config/mailbox/mail_location.html#keep-noselect).plaintext
to cleartext
in errors related to logging in without TLS/secure connection.auth_default_realm
setting has been renamed to auth_default_domain
, which better reflects its function.disable_plaintext_auth
setting has been renamed to auth_allow_cleartext
, with the logic reversed between the settings. See https://doc.dovecotpro.com/3.0.0/core/summaries/settings.html#auth_allow_cleartext.push_notification_backend
now gives a warning about the setting being obsolete. Use push_notification_driver
instead.zlib_save
and zlib_save_level
have been renamed to mail_compress_save
and mail_compress_save_level
respectively.imapc_features
with ones that disable features selectively.max-parallel-iter
to 10. See https://doc.dovecotpro.com/3.0.0/storage/dictmap.html#dictmap-parameters.proxy_session_finished
event's "idle_secs" field to "idle_usecs" to make all event intervals microsecond-based and allow using interval units properly.bytes_in
and bytes_out
fields in events have been renamed to net_in_bytes
and net_out_bytes
respectively.ssl_min_protocol
was removed.login_access_sockets
setting was removed, including tcpwrap support.metacache_disable_merging
setting was removed. Use metacache_index_merging=none
instead.metacache_index_merging
has been removed.obox_allow_inconsistency
setting was removed.license_checksum
setting was removed. A notice about the obsolete setting will be raised if it is found in configuration.sieve_vacation_max_subject_codepoints
setting.auth_client_cache_flush_started
and auth_client_cache_flush_finished
events were removed.sieve_dir
, sieve_global_path
, and sieve_global_dir
settings were removed.imap_id_log
setting was removed. The IMAP ID parameters can now be exported via the imap_id_received
event.quota_set
setting.ssl_verify=cert-dns
was removed. This behavior is vulnerable to MITM attacks, so it's not safe to use.fs_object_write_uncertain
event is sent when a write HTTP operation is timed out.obox_fetch_lost_mails_as_empty=yes
is used and a mail is failing with "object exists in dict, but not in storage" error, don't assume that cached records are corrupted because they don't match the empty mail content. This may be only a temporary situation.fts_autoindex_exclude
now honors namespaces. See https://doc.dovecotpro.com/3.0.0/core/plugins/fts.html#fts_autoindex_exclude.mail_crypt_require_encrypted_user_key
now accepts boolean values.submission_add_received_header
setting to protect sender identity by suppressing the Received: header.login_socket_path
setting, which makes it easier to override the default "login" socket. The old method of providing this as a parameter to the login executable still works, and can be used to override this setting.fail_type
in defaults. See https://doc.dovecotpro.com/3.0.0/core/config/auth/policy.html#authentication-policy.* OK [INPROGRESS...] ...
for client keepalive and update progresses in FILTER command, sent every 10 seconds.login_aborted
event. See https://doc.dovecotpro.com/3.0.0/core/summaries/events.html#login_aborted.* OK [INPROGRESS...] ...
for client keepalive and update progresses in long operations. Where applicable, it replaces the previous * OK Hang in there..
response and it is sent every 10 seconds. SORT and THREAD commands support this only for the searching part, not the sorting/threading.net_in_bytes
and net_out_bytes
fields to mail_user_session_finished
event.pop3_command_finished
event.idle_timeout
and slow_warn
.'*'
and '?'
characters by prefixing them with '\'
.mail_metadata_accessed
event.proxy_session_finished
event, allowing differentiating between temporary and permanent authentication failures (e.g. max connections vs. incorrect password). See https://doc.dovecotpro.com/3.0.0/core/summaries/events.html#proxy_session_finished.metacache_forced_refresh_interval
setting (default 8h). If user indexes haven't been refreshed for that long, force the refresh even if metacache_close_delay
setting otherwise would prevent the refresh. This makes sure that indexes for very active users are still refreshed once in a while.fts_message_max_size
setting can be used to set the maximum size of message body to be processed for FTS indexing. The rest of the message is ignored.log_retries=yes
parameter to Cassandra connect string. This enables logging every time the Cassandra driver retries a failed request internally.sql_query_finished
event.quota_mailbox_message_count
setting to limit maximum number of messages for a folder. The default is unlimited.quota_mailbox_count
setting to limit the maximum number of mailboxes a user can create.auth_internal_failure_delay
setting, defaulting to 2 seconds. If auth lookup fails with internal error, the reply to the client is delayed by this much + random 0..50% This is intended to prevent clients from hammering the server with immediate retries.mail_cache_decision_rejected
event is sent.mail_location's
FULLDIRNAME together with INDEX, INDEXPVT, INDEXCACHE or CONTROL. Renaming a parent folder lost the index/control files for all of its child folders, which with some mailbox formats lost the mails until "doveadm force-resync" was used.login_trusted_networks
to an invalid value would crash login processes on client connect.imapsieve_mailbox_name = INBOX
will trigger both when saving to INBOX and when saving to "Virtual/All".mail_cache_fields=body.snippet
prevented parallel obox writes (mainly in dsync)sendmail_path
, submission_host
, rawlog_dir
, and submission_relay_rawlog_dir
.imap_command_finished
events to be sent with NOTIFY-CALLBACK command name. These shouldn't have been sent.mail_user_session_finished
event.obox_fetch_lost_mails_as_empty=yes
is used and a objects metadata read is failing with "object exists in dict, but not in storage", Dovecot could have crashed after trying fall back reading vsize from index files while vsize was not in the index. Panic: file obox-mail.c: line 486 (obox_mail_get_virtual_size): assertion failed: (data->virtual_size != (uoff_t)-1)
dsync_commit_msgs_interval
setting, which caused it to work inefficiently.imapc_features=no-qresync
setting. v2.3.21 regression.mail_temp_dir
(due to out of disk space). mail_attachment_detection_options=add_flags
. Testing Date | 2024-08 |
Testing Region(s) | eu-central-1 |
API Version(s) Tested | 2006-03-01 |
API Documentation (at time of testing) | https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html |
Testing Date | 2024-08 |
Testing Region(s) | northeurope |
API Version(s) Tested | 2023-08-03 |
API Documentation (at time of testing) | https://learn.microsoft.com/en-us/rest/api/storageservices/version-2023-08-03 |
Testing Date | 2024-08 |
API Version(s) Tested | 8.5.8.6 |
API Documentation (at time of testing) | https://documentation.scality.com/RING/8.5.8/reference/connectors/sproxyd/index.html |
### Dovecot Pro Base
[dovecot-pro-3.0.0-base]
name=Amazon Linux 2023 - Dovecot Pro Mail Server
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/base/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Mandatory 3rd Party Libraries
[dovecot-pro-3.0.0-3rdparty_cassandra-cpp-driver]
name=Amazon Linux 2023 - DataStax C/C++ Driver for Apache Cassandra
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/cassandra-cpp-driver/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
priority=1
enabled=1
[dovecot-pro-3.0.0-3rdparty_libexttextcat]
name=Amazon Linux 2023 - Exttextcat library
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/libexttextcat/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
priority=1
enabled=1
[dovecot-pro-3.0.0-3rdparty_lua-extras]
name=Amazon Linux 2023 - Extra Lua libraries
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/lua-extras/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
priority=1
enabled=1
### Dovecot Pro Object Storage plugin
[dovecot-pro-3.0.0-obox]
name=Amazon Linux 2023 - Dovecot Pro Object Storage plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/obox/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Full Text Search plugin
[dovecot-pro-3.0.0-fts]
name=Amazon Linux 2023 - Dovecot Pro Full Text Search plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/fts/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
# fts-ja-kuromoji plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0.0-fts-ja-kuromoji-plugin]
name=Amazon Linux 2023 - Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/fts-ja-kuromoji-plugin/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
# Kuromoji library requires a separate OX License
# Please contact to support@open-xchange.com to get access
[dovecot-pro-3.0.0-3rdparty_kuromoji]
name=Amazon Linux 2023 - Atilika Kuromoji Library
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/kuromoji/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
priority=1
enabled=1
### Dovecot Pro Vault plugin
# vault plugin requires a separate OX License
# Please contact to support@open-xchange.com to get access
[dovecot-pro-3.0.0-vault-plugin]
name=Amazon Linux 2023 - Dovecot Pro Vault plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/vault-plugin/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Sieve Zimbra compatibility plugin
# sieve-zimbra-compat plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0.0-sieve-zimbra-compat-plugin]
name=Amazon Linux 2023 - Dovecot Pro Sieve Zimbra compatibility plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/pigeonhole-sieve-zimbra-compat-plugin/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro IMAP Proxy Authentication plugin
# imap-proxyauth plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0.0-imap-proxyauth-plugin]
name=Amazon Linux 2023 - Dovecot Pro IMAP Proxy Authentication plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/imap-proxyauth-plugin/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Object Storage Development Tools - fs-server backend
# fs-server requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0.0-fsserver]
name=Amazon Linux 2023 - Dovecot Pro Object Storage Development Tools - fs-server backend
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/devtools/fsserver/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Base
[dovecot-pro-3.0-stable-base]
name=Amazon Linux 2023 - Dovecot Pro Mail Server
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/base/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Mandatory 3rd Party Libraries
[dovecot-pro-3.0-stable-3rdparty_cassandra-cpp-driver]
name=Amazon Linux 2023 - DataStax C/C++ Driver for Apache Cassandra
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/cassandra-cpp-driver/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
priority=1
enabled=1
[dovecot-pro-3.0-stable-3rdparty_libexttextcat]
name=Amazon Linux 2023 - Exttextcat library
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/libexttextcat/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
priority=1
enabled=1
[dovecot-pro-3.0-stable-3rdparty_lua-extras]
name=Amazon Linux 2023 - Extra Lua libraries
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/lua-extras/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
priority=1
enabled=1
### Dovecot Pro Object Storage plugin
[dovecot-pro-3.0-stable-obox]
name=Amazon Linux 2023 - Dovecot Pro Object Storage plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/obox/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Full Text Search plugin
[dovecot-pro-3.0-stable-fts]
name=Amazon Linux 2023 - Dovecot Pro Full Text Search plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/fts/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
# fts-ja-kuromoji plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0-stable-fts-ja-kuromoji-plugin]
name=Amazon Linux 2023 - Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/fts-ja-kuromoji-plugin/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
# Kuromoji library requires a separate OX License
# Please contact to support@open-xchange.com to get access
[dovecot-pro-3.0-stable-3rdparty_kuromoji]
name=Amazon Linux 2023 - Atilika Kuromoji Library
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/kuromoji/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
priority=1
enabled=1
### Dovecot Pro Vault plugin
# vault plugin requires a separate OX License
# Please contact to support@open-xchange.com to get access
[dovecot-pro-3.0-stable-vault-plugin]
name=Amazon Linux 2023 - Dovecot Pro Vault plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/vault-plugin/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Sieve Zimbra compatibility plugin
# sieve-zimbra-compat plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0-stable-sieve-zimbra-compat-plugin]
name=Amazon Linux 2023 - Dovecot Pro Sieve Zimbra compatibility plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/pigeonhole-sieve-zimbra-compat-plugin/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro IMAP Proxy Authentication plugin
# imap-proxyauth plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0-stable-imap-proxyauth-plugin]
name=Amazon Linux 2023 - Dovecot Pro IMAP Proxy Authentication plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/imap-proxyauth-plugin/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Object Storage Development Tools - fs-server backend
# fs-server requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0-stable-fsserver]
name=Amazon Linux 2023 - Dovecot Pro Object Storage Development Tools - fs-server backend
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/devtools/fsserver/AmazonLinux2023
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Base
# dovecot-pro-3.0.0 Debian 11 (Bullseye) - Dovecot Pro Mail Server
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/base/DebianBullseye ./
### Dovecot Pro Mandatory 3rd Party Libraries
# dovecot-pro-3.0.0 Debian 11 (Bullseye) - DataStax C/C++ Driver for Apache Cassandra
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/cassandra-cpp-driver/DebianBullseye ./
### Dovecot Pro Object Storage Plugin
# dovecot-pro-3.0.0 Debian 11 (Bullseye) - Dovecot Pro Object Storage plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/obox/DebianBullseye ./
### Dovecot Pro Full Text Search Plugin
# dovecot-pro-3.0.0 Debian 11 (Bullseye) - Dovecot Pro Full Text Search plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/fts/DebianBullseye ./
### Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
# fts-ja-kuromoji plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/fts-ja-kuromoji-plugin/DebianBullseye ./
# Kuromoji library requires a separate OX License
# Please contact to support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/kuromoji/DebianBullseye ./
### Dovecot Pro Sieve Zimbra compatibility plugin
# sieve-zimbra-compat plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0.0 Debian 11 (Bullseye) - Dovecot Pro Pigeonhole Sieve Zimbra compatibility plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/pigeonhole-sieve-zimbra-compat-plugin/DebianBullseye ./
### Dovecot Pro IMAP Proxy Authentication plugin
# imap-proxyauth plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0.0 Debian 11 (Bullseye) - Dovecot Pro IMAP Proxy Authentication plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/imap-proxyauth-plugin/DebianBullseye ./
### Dovecot Pro Vault plugin
# vault plugin requires a separate OX License
# Please contact to support@open-xchange.com to get access
#
# dovecot-pro-3.0.0 Debian 11 (Bullseye) - Dovecot Pro Vault plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/vault-plugin/DebianBullseye ./
### Dovecot Pro Object Storage Development Tools - fs-server backend
# fs-server requires a separate OX License
# Please contact support@open-xchange.com to get access
# dovecot-pro- 3.0.0 Debian 11 (Bullseye) - Dovecot Pro Object Storage Development Tools - fs-server backend
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/devtools/fsserver/DebianBullseye ./
### Dovecot Pro Base
# dovecot-pro-3.0-stable Debian 11 (Bullseye) - Dovecot Pro Mail Server
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/base/DebianBullseye ./
### Dovecot Pro Mandatory 3rd Party Libraries
# dovecot-pro-3.0-stable Debian 11 (Bullseye) - DataStax C/C++ Driver for Apache Cassandra
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/cassandra-cpp-driver/DebianBullseye ./
### Dovecot Pro Object Storage Plugin
# dovecot-pro-3.0-stable Debian 11 (Bullseye) - Dovecot Pro Object Storage plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/obox/DebianBullseye ./
### Dovecot Pro Full Text Search Plugin
# dovecot-pro-3.0-stable Debian 11 (Bullseye) - Dovecot Pro Full Text Search plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/fts/DebianBullseye ./
### Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
# fts-ja-kuromoji plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/fts-ja-kuromoji-plugin/DebianBullseye ./
# Kuromoji library requires a separate OX License
# Please contact to support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/kuromoji/DebianBullseye ./
### Dovecot Pro Sieve Zimbra compatibility plugin
# sieve-zimbra-compat plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0-stable Debian 11 (Bullseye) - Dovecot Pro Pigeonhole Sieve Zimbra compatibility plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/pigeonhole-sieve-zimbra-compat-plugin/DebianBullseye ./
### Dovecot Pro IMAP Proxy Authentication plugin
# imap-proxyauth plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0-stable Debian 11 (Bullseye) - Dovecot Pro IMAP Proxy Authentication plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/imap-proxyauth-plugin/DebianBullseye ./
### Dovecot Pro Vault plugin
# vault plugin requires a separate OX License
# Please contact to support@open-xchange.com to get access
#
# dovecot-pro-3.0-stable Debian 11 (Bullseye) - Dovecot Pro Vault plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/vault-plugin/DebianBullseye ./
### Dovecot Pro Object Storage Development Tools - fs-server backend
# fs-server requires a separate OX License
# Please contact support@open-xchange.com to get access
# dovecot-pro- 3.0-stable Debian 11 (Bullseye) - Dovecot Pro Object Storage Development Tools - fs-server backend
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/devtools/fsserver/DebianBullseye ./
### Dovecot Pro Base
# dovecot-pro-3.0.0 Debian 12 (Bookworm) - Dovecot Pro Mail Server
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/base/DebianBookworm ./
### Dovecot Pro Mandatory 3rd Party Libraries
# dovecot-pro-3.0.0 Debian 12 (Bookworm) - DataStax C/C++ Driver for Apache Cassandra
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/cassandra-cpp-driver/DebianBookworm ./
### Dovecot Pro Object Storage Plugin
# dovecot-pro-3.0.0 Debian 12 (Bookworm) - Dovecot Pro Object Storage plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/obox/DebianBookworm ./
### Dovecot Pro Full Text Search Plugin
# dovecot-pro-3.0.0 Debian 12 (Bookworm) - Dovecot Pro Full Text Search plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/fts/DebianBookworm ./
### Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
# fts-ja-kuromoji plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/fts-ja-kuromoji-plugin/DebianBookworm ./
# Kuromoji library requires a separate OX License
# Please contact to support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/kuromoji/DebianBookworm ./
### Dovecot Pro Sieve Zimbra compatibility plugin
# sieve-zimbra-compat plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0.0 Debian 12 (Bookworm) - Dovecot Pro Pigeonhole Sieve Zimbra compatibility plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/pigeonhole-sieve-zimbra-compat-plugin/DebianBookworm ./
### Dovecot Pro IMAP Proxy Authentication plugin
# imap-proxyauth plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0.0 Debian 12 (Bookworm) - Dovecot Pro IMAP Proxy Authentication plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/imap-proxyauth-plugin/DebianBookworm ./
### Dovecot Pro Vault plugin
# vault plugin requires a separate OX License
# Please contact to support@open-xchange.com to get access
#
# dovecot-pro-3.0.0 Debian 12 (Bookworm) - Dovecot Pro Vault plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/vault-plugin/DebianBookworm ./
### Dovecot Pro Object Storage Development Tools - fs-server backend
# fs-server requires a separate OX License
# Please contact support@open-xchange.com to get access
# dovecot-pro- 3.0.0 Debian 12 (Bookworm) - Dovecot Pro Object Storage Development Tools - fs-server backend
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/devtools/fsserver/DebianBookworm ./
### Dovecot Pro Base
# dovecot-pro-3.0-stable Debian 12 (Bookworm) - Dovecot Pro Mail Server
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/base/DebianBookworm ./
### Dovecot Pro Mandatory 3rd Party Libraries
# dovecot-pro-3.0-stable Debian 12 (Bookworm) - DataStax C/C++ Driver for Apache Cassandra
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/cassandra-cpp-driver/DebianBookworm ./
### Dovecot Pro Object Storage Plugin
# dovecot-pro-3.0-stable Debian 12 (Bookworm) - Dovecot Pro Object Storage plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/obox/DebianBookworm ./
### Dovecot Pro Full Text Search Plugin
# dovecot-pro-3.0-stable Debian 12 (Bookworm) - Dovecot Pro Full Text Search plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/fts/DebianBookworm ./
### Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
# fts-ja-kuromoji plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/fts-ja-kuromoji-plugin/DebianBookworm ./
# Kuromoji library requires a separate OX License
# Please contact to support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/kuromoji/DebianBookworm ./
### Dovecot Pro Sieve Zimbra compatibility plugin
# sieve-zimbra-compat plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0-stable Debian 12 (Bookworm) - Dovecot Pro Pigeonhole Sieve Zimbra compatibility plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/pigeonhole-sieve-zimbra-compat-plugin/DebianBookworm ./
### Dovecot Pro IMAP Proxy Authentication plugin
# imap-proxyauth plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0-stable Debian 12 (Bookworm) - Dovecot Pro IMAP Proxy Authentication plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/imap-proxyauth-plugin/DebianBookworm ./
### Dovecot Pro Vault plugin
# vault plugin requires a separate OX License
# Please contact to support@open-xchange.com to get access
#
# dovecot-pro-3.0-stable Debian 12 (Bookworm) - Dovecot Pro Vault plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/vault-plugin/DebianBookworm ./
### Dovecot Pro Object Storage Development Tools - fs-server backend
# fs-server requires a separate OX License
# Please contact support@open-xchange.com to get access
# dovecot-pro- 3.0-stable Debian 12 (Bookworm) - Dovecot Pro Object Storage Development Tools - fs-server backend
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/devtools/fsserver/DebianBookworm ./
### Dovecot Pro Base
[dovecot-pro-3.0.0-base]
name=Red Hat Enterprise Linux 8 - Dovecot Pro Mail Server
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/base/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Mandatory 3rd Party Libraries
[dovecot-pro-3.0.0-3rdparty_cassandra-cpp-driver]
name=Red Hat Enterprise Linux 8 - DataStax C/C++ Driver for Apache Cassandra
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/cassandra-cpp-driver/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Object Storage Plugin
[dovecot-pro-3.0.0-obox]
name=Red Hat Enterprise Linux 8 - Dovecot Pro Object Storage plug-in
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/obox/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Full Text Search Plugin
[dovecot-pro-3.0.0-fts]
name=Red Hat Enterprise Linux 8 - Dovecot Pro Full Text Search plug-in
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/fts/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
# fts-ja-kuromoji plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0.0-fts-ja-kuromoji-plugin]
name=Red Hat Enterprise Linux 8 - Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/fts-ja-kuromoji-plugin/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
# Kuromoji library requires a separate OX License
# Please contact to support@open-xchange.com to get access
[dovecot-pro-3.0.0-3rdparty_kuromoji]
name=Red Hat Enterprise Linux 8 - Atilika Kuromoji Library
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/kuromoji/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
priority=1
enabled=1
### Dovecot Pro Vault plugin
# vault plugin requires a separate OX License
# Please contact to support@open-xchange.com to get access
[dovecot-pro-3.0.0-vault-plugin]
name=Red Hat Enterprise Linux 8 - Dovecot Pro Vault plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/vault-plugin/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Sieve Zimbra compatibility plugin
# sieve-zimbra-compat plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0.0-sieve-zimbra-compat-plugin]
name=Red Hat Enterprise Linux 8 - Dovecot Pro Sieve Zimbra compatibility plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/pigeonhole-sieve-zimbra-compat-plugin/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro IMAP Proxy Authentication plugin
# imap-proxyauth plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0.0-imap-proxyauth-plugin]
name=Red Hat Enterprise Linux 8 - Dovecot Pro IMAP Proxy Authentication plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/pigeonhole-sieve-zimbra-compat-plugin/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Object Storage Development Tools - fs-server backend
# fs-server requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0.0-fsserver]
name=Red Hat Enterprise Linux 8 - Dovecot Pro Object Storage Development Tools - fs-server backend
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/devtools/fsserver/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Base
[dovecot-pro-3.0-stable-base]
name=Red Hat Enterprise Linux 8 - Dovecot Pro Mail Server
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/base/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Mandatory 3rd Party Libraries
[dovecot-pro-3.0-stable-3rdparty_cassandra-cpp-driver]
name=Red Hat Enterprise Linux 8 - DataStax C/C++ Driver for Apache Cassandra
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/cassandra-cpp-driver/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Object Storage Plugin
[dovecot-pro-3.0-stable-obox]
name=Red Hat Enterprise Linux 8 - Dovecot Pro Object Storage plug-in
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/obox/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Full Text Search Plugin
[dovecot-pro-3.0-stable-fts]
name=Red Hat Enterprise Linux 8 - Dovecot Pro Full Text Search plug-in
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/fts/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
# fts-ja-kuromoji plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0-stable-fts-ja-kuromoji-plugin]
name=Red Hat Enterprise Linux 8 - Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/fts-ja-kuromoji-plugin/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
# Kuromoji library requires a separate OX License
# Please contact to support@open-xchange.com to get access
[dovecot-pro-3.0-stable-3rdparty_kuromoji]
name=Red Hat Enterprise Linux 8 - Atilika Kuromoji Library
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/kuromoji/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
priority=1
enabled=1
### Dovecot Pro Vault plugin
# vault plugin requires a separate OX License
# Please contact to support@open-xchange.com to get access
[dovecot-pro-3.0-stable-vault-plugin]
name=Red Hat Enterprise Linux 8 - Dovecot Pro Vault plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/vault-plugin/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Sieve Zimbra compatibility plugin
# sieve-zimbra-compat plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0-stable-sieve-zimbra-compat-plugin]
name=Red Hat Enterprise Linux 8 - Dovecot Pro Sieve Zimbra compatibility plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/pigeonhole-sieve-zimbra-compat-plugin/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro IMAP Proxy Authentication plugin
# imap-proxyauth plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0-stable-imap-proxyauth-plugin]
name=Red Hat Enterprise Linux 8 - Dovecot Pro IMAP Proxy Authentication plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/pigeonhole-sieve-zimbra-compat-plugin/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Object Storage Development Tools - fs-server backend
# fs-server requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0-stable-fsserver]
name=Red Hat Enterprise Linux 8 - Dovecot Pro Object Storage Development Tools - fs-server backend
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/devtools/fsserver/RHEL8
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Base
[dovecot-pro-3.0.0-base]
name=Red Hat Enterprise Linux 9 - Dovecot Pro Mail Server
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/base/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Mandatory 3rd Party Libraries
[dovecot-pro-3.0.0-3rdparty_cassandra-cpp-driver]
name=Red Hat Enterprise Linux 9 - DataStax C/C++ Driver for Apache Cassandra
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/cassandra-cpp-driver/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Object Storage Plugin
[dovecot-pro-3.0.0-obox]
name=Red Hat Enterprise Linux 9 - Dovecot Pro Object Storage plug-in
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/obox/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Full Text Search Plugin
[dovecot-pro-3.0.0-fts]
name=Red Hat Enterprise Linux 9 - Dovecot Pro Full Text Search plug-in
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/fts/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
# fts-ja-kuromoji plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0.0-fts-ja-kuromoji-plugin]
name=Red Hat Enterprise Linux 9 - Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/fts-ja-kuromoji-plugin/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
# Kuromoji library requires a separate OX License
# Please contact to support@open-xchange.com to get access
[dovecot-pro-3.0.0-3rdparty_kuromoji]
name=Red Hat Enterprise Linux 9 - Atilika Kuromoji Library
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/kuromoji/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
priority=1
enabled=1
### Dovecot Pro Vault plugin
# vault plugin requires a separate OX License
# Please contact to support@open-xchange.com to get access
[dovecot-pro-3.0.0-vault-plugin]
name=Red Hat Enterprise Linux 9 - Dovecot Pro Vault plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/vault-plugin/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Sieve Zimbra compatibility plugin
# sieve-zimbra-compat plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0.0-sieve-zimbra-compat-plugin]
name=Red Hat Enterprise Linux 9 - Dovecot Pro Sieve Zimbra compatibility plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/pigeonhole-sieve-zimbra-compat-plugin/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro IMAP Proxy Authentication plugin
# imap-proxyauth plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0.0-imap-proxyauth-plugin]
name=Red Hat Enterprise Linux 9 - Dovecot Pro IMAP Proxy Authentication plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/pigeonhole-sieve-zimbra-compat-plugin/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Object Storage Development Tools - fs-server backend
# fs-server requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0.0-fsserver]
name=Red Hat Enterprise Linux 9 - Dovecot Pro Object Storage Development Tools - fs-server backend
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/devtools/fsserver/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Base
[dovecot-pro-3.0-stable-base]
name=Red Hat Enterprise Linux 9 - Dovecot Pro Mail Server
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/base/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Mandatory 3rd Party Libraries
[dovecot-pro-3.0-stable-3rdparty_cassandra-cpp-driver]
name=Red Hat Enterprise Linux 9 - DataStax C/C++ Driver for Apache Cassandra
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/cassandra-cpp-driver/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Object Storage Plugin
[dovecot-pro-3.0-stable-obox]
name=Red Hat Enterprise Linux 9 - Dovecot Pro Object Storage plug-in
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/obox/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Full Text Search Plugin
[dovecot-pro-3.0-stable-fts]
name=Red Hat Enterprise Linux 9 - Dovecot Pro Full Text Search plug-in
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/fts/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
# fts-ja-kuromoji plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0-stable-fts-ja-kuromoji-plugin]
name=Red Hat Enterprise Linux 9 - Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/fts-ja-kuromoji-plugin/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
# Kuromoji library requires a separate OX License
# Please contact to support@open-xchange.com to get access
[dovecot-pro-3.0-stable-3rdparty_kuromoji]
name=Red Hat Enterprise Linux 9 - Atilika Kuromoji Library
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/kuromoji/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
priority=1
enabled=1
### Dovecot Pro Vault plugin
# vault plugin requires a separate OX License
# Please contact to support@open-xchange.com to get access
[dovecot-pro-3.0-stable-vault-plugin]
name=Red Hat Enterprise Linux 9 - Dovecot Pro Vault plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/vault-plugin/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Sieve Zimbra compatibility plugin
# sieve-zimbra-compat plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0-stable-sieve-zimbra-compat-plugin]
name=Red Hat Enterprise Linux 9 - Dovecot Pro Sieve Zimbra compatibility plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/pigeonhole-sieve-zimbra-compat-plugin/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro IMAP Proxy Authentication plugin
# imap-proxyauth plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0-stable-imap-proxyauth-plugin]
name=Red Hat Enterprise Linux 9 - Dovecot Pro IMAP Proxy Authentication plugin
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/pigeonhole-sieve-zimbra-compat-plugin/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Object Storage Development Tools - fs-server backend
# fs-server requires a separate OX License
# Please contact support@open-xchange.com to get access
[dovecot-pro-3.0-stable-fsserver]
name=Red Hat Enterprise Linux 9 - Dovecot Pro Object Storage Development Tools - fs-server backend
baseurl=https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/devtools/fsserver/RHEL9
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgcheck=1
enabled=1
### Dovecot Pro Base
# dovecot-pro-3.0.0 Ubuntu 22.04 LTS (Jammy Jellyfish) - Dovecot Pro Mail Server
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/base/Ubuntu_22.04 ./
### Dovecot Pro Mandatory 3rd Party Libraries
# dovecot-pro-3.0.0 Ubuntu 22.04 LTS (Jammy Jellyfish) - DataStax C/C++ Driver for Apache Cassandra
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/cassandra-cpp-driver/Ubuntu_22.04 ./
### Dovecot Pro Object Storage Plugin
# dovecot-pro-3.0.0 Ubuntu 22.04 LTS (Jammy Jellyfish) - Dovecot Pro Object Storage plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/obox/Ubuntu_22.04 ./
### Dovecot Pro Full Text Search Plugin
# dovecot-pro-3.0.0 Ubuntu 22.04 LTS (Jammy Jellyfish) - Dovecot Pro Full Text Search plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/fts/Ubuntu_22.04 ./
### Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
# fts-ja-kuromoji plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/fts-ja-kuromoji-plugin/Ubuntu_22.04 ./
# Kuromoji library requires a separate OX License
# Please contact to support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/kuromoji/Ubuntu_22.04 ./
### Dovecot Pro Sieve Zimbra compatibility plugin
# sieve-zimbra-compat plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0.0 Ubuntu 22.04 LTS (Jammy Jellyfish) - Dovecot Pro Pigeonhole Sieve Zimbra compatibility plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/pigeonhole-sieve-zimbra-compat-plugin/Ubuntu_22.04 ./
### Dovecot Pro IMAP Proxy Authentication plugin
# imap-proxyauth plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0.0 Ubuntu 22.04 LTS (Jammy Jellyfish) - Dovecot Pro IMAP Proxy Authentication plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/imap-proxyauth-plugin/Ubuntu_22.04 ./
### Dovecot Pro Vault plugin
# vault plugin requires a separate OX License
# Please contact to support@open-xchange.com to get access
#
# dovecot-pro-3.0.0 Ubuntu 22.04 LTS (Jammy Jellyfish) - Dovecot Pro Vault plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/vault-plugin/Ubuntu_22.04 ./
### Dovecot Pro Object Storage Development Tools - fs-server backend
# fs-server requires a separate OX License
# Please contact support@open-xchange.com to get access
# dovecot-pro- 3.0.0 Ubuntu 22.04 LTS (Jammy Jellyfish) - Dovecot Pro Object Storage Development Tools - fs-server backend
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/devtools/fsserver/Ubuntu_22.04 ./
### Dovecot Pro Base
# dovecot-pro-3.0-stable Ubuntu 22.04 LTS (Jammy Jellyfish) - Dovecot Pro Mail Server
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/base/Ubuntu_22.04 ./
### Dovecot Pro Mandatory 3rd Party Libraries
# dovecot-pro-3.0-stable Ubuntu 22.04 LTS (Jammy Jellyfish) - DataStax C/C++ Driver for Apache Cassandra
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/cassandra-cpp-driver/Ubuntu_22.04 ./
### Dovecot Pro Object Storage Plugin
# dovecot-pro-3.0-stable Ubuntu 22.04 LTS (Jammy Jellyfish) - Dovecot Pro Object Storage plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/obox/Ubuntu_22.04 ./
### Dovecot Pro Full Text Search Plugin
# dovecot-pro-3.0-stable Ubuntu 22.04 LTS (Jammy Jellyfish) - Dovecot Pro Full Text Search plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/fts/Ubuntu_22.04 ./
### Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
# fts-ja-kuromoji plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/fts-ja-kuromoji-plugin/Ubuntu_22.04 ./
# Kuromoji library requires a separate OX License
# Please contact to support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/kuromoji/Ubuntu_22.04 ./
### Dovecot Pro Sieve Zimbra compatibility plugin
# sieve-zimbra-compat plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0-stable Ubuntu 22.04 LTS (Jammy Jellyfish) - Dovecot Pro Pigeonhole Sieve Zimbra compatibility plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/pigeonhole-sieve-zimbra-compat-plugin/Ubuntu_22.04 ./
### Dovecot Pro IMAP Proxy Authentication plugin
# imap-proxyauth plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0-stable Ubuntu 22.04 LTS (Jammy Jellyfish) - Dovecot Pro IMAP Proxy Authentication plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/imap-proxyauth-plugin/Ubuntu_22.04 ./
### Dovecot Pro Vault plugin
# vault plugin requires a separate OX License
# Please contact to support@open-xchange.com to get access
#
# dovecot-pro-3.0-stable Ubuntu 22.04 LTS (Jammy Jellyfish) - Dovecot Pro Vault plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/vault-plugin/Ubuntu_22.04 ./
### Dovecot Pro Object Storage Development Tools - fs-server backend
# fs-server requires a separate OX License
# Please contact support@open-xchange.com to get access
# dovecot-pro- 3.0-stable Ubuntu 22.04 LTS (Jammy Jellyfish) - Dovecot Pro Object Storage Development Tools - fs-server backend
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/devtools/fsserver/Ubuntu_22.04 ./
### Dovecot Pro Base
# dovecot-pro-3.0.0 Ubuntu 24.04 LTS (Noble Numbat) - Dovecot Pro Mail Server
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/base/Ubuntu_24.04 ./
### Dovecot Pro Mandatory 3rd Party Libraries
# dovecot-pro-3.0.0 Ubuntu 24.04 LTS (Noble Numbat) - DataStax C/C++ Driver for Apache Cassandra
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/cassandra-cpp-driver/Ubuntu_24.04 ./
### Dovecot Pro Object Storage Plugin
# dovecot-pro-3.0.0 Ubuntu 24.04 LTS (Noble Numbat) - Dovecot Pro Object Storage plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/obox/Ubuntu_24.04 ./
### Dovecot Pro Full Text Search Plugin
# dovecot-pro-3.0.0 Ubuntu 24.04 LTS (Noble Numbat) - Dovecot Pro Full Text Search plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/fts/Ubuntu_24.04 ./
### Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
# fts-ja-kuromoji plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/fts-ja-kuromoji-plugin/Ubuntu_24.04 ./
# Kuromoji library requires a separate OX License
# Please contact to support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/3rdparty/kuromoji/Ubuntu_24.04 ./
### Dovecot Pro Sieve Zimbra compatibility plugin
# sieve-zimbra-compat plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0.0 Ubuntu 24.04 LTS (Noble Numbat) - Dovecot Pro Pigeonhole Sieve Zimbra compatibility plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/pigeonhole-sieve-zimbra-compat-plugin/Ubuntu_24.04 ./
### Dovecot Pro IMAP Proxy Authentication plugin
# imap-proxyauth plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0.0 Ubuntu 24.04 LTS (Noble Numbat) - Dovecot Pro IMAP Proxy Authentication plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/imap-proxyauth-plugin/Ubuntu_24.04 ./
### Dovecot Pro Vault plugin
# vault plugin requires a separate OX License
# Please contact to support@open-xchange.com to get access
#
# dovecot-pro-3.0.0 Ubuntu 24.04 LTS (Noble Numbat) - Dovecot Pro Vault plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/plugin/vault-plugin/Ubuntu_24.04 ./
### Dovecot Pro Object Storage Development Tools - fs-server backend
# fs-server requires a separate OX License
# Please contact support@open-xchange.com to get access
# dovecot-pro- 3.0.0 Ubuntu 24.04 LTS (Noble Numbat) - Dovecot Pro Object Storage Development Tools - fs-server backend
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0.0/devtools/fsserver/Ubuntu_24.04 ./
### Dovecot Pro Base
# dovecot-pro-3.0-stable Ubuntu 24.04 LTS (Noble Numbat) - Dovecot Pro Mail Server
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/base/Ubuntu_24.04 ./
### Dovecot Pro Mandatory 3rd Party Libraries
# dovecot-pro-3.0-stable Ubuntu 24.04 LTS (Noble Numbat) - DataStax C/C++ Driver for Apache Cassandra
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/cassandra-cpp-driver/Ubuntu_24.04 ./
### Dovecot Pro Object Storage Plugin
# dovecot-pro-3.0-stable Ubuntu 24.04 LTS (Noble Numbat) - Dovecot Pro Object Storage plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/obox/Ubuntu_24.04 ./
### Dovecot Pro Full Text Search Plugin
# dovecot-pro-3.0-stable Ubuntu 24.04 LTS (Noble Numbat) - Dovecot Pro Full Text Search plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/fts/Ubuntu_24.04 ./
### Dovecot Pro Full Text Search Kuromoji Tokenizer for Japanese
# fts-ja-kuromoji plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/fts-ja-kuromoji-plugin/Ubuntu_24.04 ./
# Kuromoji library requires a separate OX License
# Please contact to support@open-xchange.com to get access
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/3rdparty/kuromoji/Ubuntu_24.04 ./
### Dovecot Pro Sieve Zimbra compatibility plugin
# sieve-zimbra-compat plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0-stable Ubuntu 24.04 LTS (Noble Numbat) - Dovecot Pro Pigeonhole Sieve Zimbra compatibility plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/pigeonhole-sieve-zimbra-compat-plugin/Ubuntu_24.04 ./
### Dovecot Pro IMAP Proxy Authentication plugin
# imap-proxyauth plugin requires a separate OX License
# Please contact support@open-xchange.com to get access
#
# dovecot-pro-3.0-stable Ubuntu 24.04 LTS (Noble Numbat) - Dovecot Pro IMAP Proxy Authentication plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/imap-proxyauth-plugin/Ubuntu_24.04 ./
### Dovecot Pro Vault plugin
# vault plugin requires a separate OX License
# Please contact to support@open-xchange.com to get access
#
# dovecot-pro-3.0-stable Ubuntu 24.04 LTS (Noble Numbat) - Dovecot Pro Vault plugin
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/plugin/vault-plugin/Ubuntu_24.04 ./
### Dovecot Pro Object Storage Development Tools - fs-server backend
# fs-server requires a separate OX License
# Please contact support@open-xchange.com to get access
# dovecot-pro- 3.0-stable Ubuntu 24.04 LTS (Noble Numbat) - Dovecot Pro Object Storage Development Tools - fs-server backend
deb https://LDBACCOUNT:PASSWORD@software.open-xchange.com/products/dovecot-pro/3.0-stable/devtools/fsserver/Ubuntu_24.04 ./