SME Server talk:Documentation:FAQ

From SME Server
Revision as of 00:45, 12 February 2013 by Trex (talk | contribs) (Version info in intro and removed items that had been actioned and were 3+ years old)
Jump to navigationJump to search

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