You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
948 B

<?php
return [
'database' => [
'driver' => 'mysql',
'host' => 'dbconn.sealoshzh.site',
'port' => 33979,
'database' => 'smtp',
'username' => 'root',
'password' => 'nv7cr6db',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'strict' => true,
'max_connections' => 10,
'min_connections' => 3
],
'smtp' => [
'port' => 25,
'host' => '0.0.0.0',
'max_connections' => 100
],
'pop3' => [
'port' => 110,
'host' => '0.0.0.0',
'max_connections' => 100
],
'server' => [
'domain' => 'test.com',
'admin_password' => 'admin123',
'max_email_size' => 10485760
],
'log' => [
'path' => '../logs/',
'level' => 'info',
'max_file_size' => 10485760
],
'mailbox' => [
'max_size' => 104857600
]
];