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