diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-09-10 11:46:32 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-09-10 11:46:32 -0400 |
commit | 7d6e0a4867d47c7fb295515985f46443f52e7603 (patch) | |
tree | 41e0d1c3de0dd5d7e9a408001a135db6697dc056 /config.php.sample | |
parent | 253ea8df7e7e0f7ee5d104ffe8dc91eb6b78a0d4 (diff) |
add a line for mail domain
darcs-hash:20080910154632-84dde-6aecbcc8c61f52273a62a2ea3fd3fd305227e2f7.gz
Diffstat (limited to 'config.php.sample')
-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 |