mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-01 11:31:28 +00:00
9 lines
186 B
PHP
9 lines
186 B
PHP
<?php
|
|
$config['default_host'] = 'localhost';
|
|
$config['mail_domain'] = '%n';
|
|
|
|
$config['smtp_server'] = 'localhost';
|
|
$config['smtp_port'] = 25;
|
|
$config['smtp_helo_host'] = 'localhost';
|
|
?>
|