hilfe mein git ist komisch
This commit is contained in:
11
etc/psa-webmail/horde/passwd/backends.local.php
Normal file
11
etc/psa-webmail/horde/passwd/backends.local.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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
|
||||
),
|
||||
);
|
||||
7
etc/psa-webmail/horde/passwd/conf.php
Normal file
7
etc/psa-webmail/horde/passwd/conf.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
||||
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
|
||||
// $Id: 968066befa22268df1b08080d9867fa05590d7bc $
|
||||
$conf['backend']['backend_list'] = 'poppassd';
|
||||
$conf['password']['strengthtests'] = false;
|
||||
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
|
||||
Reference in New Issue
Block a user