diff options
-rw-r--r-- | config.php.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample index f4bc54807..e6a9e2140 100644 --- a/config.php.sample +++ b/config.php.sample @@ -72,7 +72,8 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica'; # 'host' => 'localhost', # 'port' => 25, # ); - +#For incoming email, if enabled. Defaults to site server name. +#$config['mail']['domain'] = 'incoming.example.net'; #Do notice broadcasts offline #If you set this, you must run the xmppdaemon.php |