Changes

From SME Server
Jump to navigationJump to search
571 bytes added ,  18:08, 20 June 2014
Line 79: Line 79:     
{{Tip box|Further more You have to define the concerned domain in the  server-manager's domain panel. You can select whether this domain is resolved locally, passed to the corporate DNS servers, or resolved by the Internet DNS servers, otherwise you will have the message:  '''Error: Unknown virtual host: xxxxxx'''}}
 
{{Tip box|Further more You have to define the concerned domain in the  server-manager's domain panel. You can select whether this domain is resolved locally, passed to the corporate DNS servers, or resolved by the Internet DNS servers, otherwise you will have the message:  '''Error: Unknown virtual host: xxxxxx'''}}
 +
 +
==== "www" instead of "apache =====
 +
But if you are not running the contribs compiled version, Mailman's management interface shows up with a CGI error message. It complains about group mismatch error between "www" and "apache". Login as root and apply the following workaround, which was suggested in [[bugzilla:6425]]:
 +
 +
id -u apache                  # should yield 48
 +
id -u www                    # should yield 102
 +
usermod -u 102 -o apache      # makes apache user and www user identical
 +
groupmod -g 102 -o apache    # make apache group and www group identical
    
==== Command line options ====
 
==== Command line options ====

Navigation menu