Re: New Install: sql and folders question
Jan Schneider <[email protected]> Tue, 3 Aug 2004 11:15:26 +0200
| Newsgroups | gmane.comp.horde.troll |
|---|---|
| Message-ID | <[email protected]> |
Zitat von Dan H <[email protected]>: > I installed Troll today and have a few questions on the configuration. > > In conf.php what does > > $conf['news']['mailserver'] = ''; > > do? What mail server goes in that? Mine or a mail server related to a > news server? I'm guessing here because im new to news servers. This in You need a mail server to post new messages to news groups, insert the mail server that you usually use for general email. > backends.php was probably the most confusing... You can setup an SQL backend to store state information. I don't how much of this is implemented at the moment though. > /* SQL example */ > $backends['sql'] = array( > 'driver' => 'sql', > 'preferred' => 'example.com', > 'hordeauth' => true, > 'params' => array( > // Hostname of the database > 'hostspec' => 'example.com', > // Login > 'logintype' => 'horde', > // Password to use to connect > 'pass' => '******' > ) > ); > > In preferred what goes there? My domain or the domain of the news server? The same as in any other Horde application that uses the "preferred" setting. If it is set to a server name and the server it runs on matches this name, this entry will be used. If no match is found, the first entry will be used. > I assume (maybe incorrectly) that hostspec will be "localhost" for my > MySQL server. But what about logintype? Is the password supposed to be > the pass for the MySQL db? I have been unable to get it to write anything Hm, I don't think these are actually used. If you alread configured an SQL backend in Horde's configuration, you can probably remove those entries. > into the mysql db for Troll. Also how do I get a subject other than > "Junk" to show up? Huh? Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php -- Troll mailing list - Join the hunt: http://horde.org/bounties/#troll Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]