6 lines
216 B
PHP
6 lines
216 B
PHP
<?php
|
|
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
// Sieve Ingo backend is active (integration with Dovecot)
|
|
$backends['imap']['disabled'] = true;
|
|
$backends['sieve']['disabled'] = false;
|