Initial commit

This commit is contained in:
2026-02-12 19:33:54 -03:00
commit b3600f2a37
14 changed files with 1099 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
// SMTP username (if required) if you use %u as the username Roundcube
// will use the current username for login
$config['smtp_user'] = '%u';
// SMTP password (if required) if you use %p as the password Roundcube
// will use the current user's password for login
$config['smtp_pass'] = '%p';
//include(__DIR__ . '/config.docker.inc.php');