Difference between revisions of "SME Server talk:Documentation:FAQ"

From SME Server
Jump to navigationJump to search
(Version info in intro and removed items that had been actioned and were 3+ years old)
Line 1: Line 1:
Can we keep these FAQ's not RarelyAQ's
+
[[User:Trex|Terry Fage]] ([[User talk:Trex|talk]]) 16:45, 11 February 2013 (MST) Change refs ro version numbers in intro to generic SME Server where it is not release specific
 
 
eg Changing maximum Ibay, Account or Group name length <br>
 
while this is interesting, I've never heard any ask about it<br>
 
maybe these type of questions can go into a big list of db settings, there are a few pages like this
 
 
 
== Please keep the FAQ simple  ==
 
 
 
Please, try not to make the FAQ to complicated like adding database keys to the repositories, such things should be listed somewhere else, for instance on the pages containing the database parameters and settings.
 
The FAQ should just as [[User:Snoble|Snoble]] says contain frequently asked questions, although I do not want to be the judge of when a question is considered frequently asked.
 
 
 
I therefore reverted [http://wiki.contribs.org/index.php?title=SME_Server:Documentation:FAQ&curid=81&diff=10696&oldid=10630 this change]. <small>—&nbsp;[[User:Cactus|Cactus]] ([[User talk:Cactus|talk]]&nbsp;|&nbsp;[[Special:Contributions/Cactus|contribs]])&nbsp;</small> 09:50, 28 September 2008 (UTC)
 
 
 
----
 
 
 
 
 
== Outdated links to SF bug tracker ==
 
 
 
There are some links pointing to the old bug tracker at sourceforge.
 
Jonathan already told me that the bugs have been imported to bugzilla but I can't find these particular bugs:
 
 
 
[https://sourceforge.net/tracker/index.php?func=detail&aid=1234009&group_id=96750&atid=615772 1234009] ([[SME_Server:Documentation:FAQ#Client_Computers|Client Computers]])
 
 
 
[https://sourceforge.net/tracker/?func=detail&atid=615772&aid=1275351&group_id=96750 1275351] ([[SME_Server:Documentation:FAQ#Web_Applications|Web Applications]])
 
 
 
[https://sourceforge.net/tracker/?func=detail&atid=615772&&aid=1228269&group_id=96750 1228269] ([[SME_Server:Documentation:FAQ#Password_Strength_Checking|Password Strength Checking]])
 
 
 
[https://sourceforge.net/tracker/index.php?func=detail&aid=1314168&group_id=96750&atid=615772 1314168] ([[SME_Server:Documentation:FAQ#Error_Messages|Error Messages]]; There's a duplicate in [[bugzilla:2126]])
 
 
 
-- [[User:Ente|Ente]] 00:04, 27 December 2008 (UTC)
 
 
 
==Re organise==
 
Is there some way this section could be better organized?  Alphabetized under subject perhaps?  The FAQ section seems to be getting quite large.
 
--[[User:Uniqsys|Uniqsys]] 21:05, 26 March 2009 (UTC))
 
  
 
==Proxypass Note box issue when bugzilla link included==
 
==Proxypass Note box issue when bugzilla link included==

Revision as of 01:45, 12 February 2013

Terry Fage (talk) 16:45, 11 February 2013 (MST) Change refs ro version numbers in intro to generic SME Server where it is not release specific

Proxypass Note box issue when bugzilla link included

Cactus just reverted a change which repositioned the Note box ending }} brackets after the bugzilla link. The whole Note box text now does not display at all when viewing the FAQ. Timn played around with this trying to fix it and ended up placing the bug link outside the Note box. Reviewing the history of changes and going back a long way, it is apparent that the Template for the Note box was changed a long time ago, and since then when the bugzilla link is placed within the Note box start and ending brackets {{bugzilla:1612}} , the text no longer displays correctly. It just says "Important message here." I also looked at how to include bugzilla:1612 within the Note box text field so the text would still display, but I could not find any formatting rules or alternative. I did see that doing [[bugzilla:1612]] allowed the bugzilla link to display, but then the extra sets of brackets [[ ]] also displayed as plain text. I'd add that it is good practise to always verify/check any changes or corrections made, by clicking the Show preview button first, before committing those changes. --RayMitchell 10:06, 22 January 2010


Proposed wiki additions:

bugzilla:6848 - Create a new section under http://wiki.contribs.org/SME_Server:Documentation:FAQ#Domains

DNS Forwarding

The dnscache service can be configured to forward all queries for a specific domain to an alternate server, or to block DNS for a domain by configuring forwarding to 'localhost', without affecting any other services or configuration files.

This is done using the "domain-remote" record type in the domains db:

To forward all DNS for <domainname> to the specified remote DNS server:

db domains set <domainname> domain-remote 4.2.2.1

To block lookups for <domainname>:

db domains set <domainname> domain-remote localhost