Files
server/etc/psa-webmail/horde/passwd/backends.local.php
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

12 lines
282 B
PHP

<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
$backends['poppassd'] = array(
'disabled' => false,
'name' => 'Poppassd Server',
'driver' => 'Poppassd',
'params' => array(
'host' => 'localhost',
'port' => 106
),
);