From ed8e9b8ae8ed8b676c76cb1073ec497cb2a7b650 Mon Sep 17 00:00:00 2001 From: brandonne Date: Mon, 31 Dec 2001 06:21:30 +0000 Subject: [PATCH] added html version of FAQ --- doc/en_US/html/FAQ/index.html | 205 ++++++++++++++++++++++++++++++ doc/en_US/html/FAQ/install.html | 150 ++++++++++++++++++++++ doc/en_US/html/FAQ/x13.html | 139 ++++++++++++++++++++ doc/en_US/html/FAQ/x16.html | 148 ++++++++++++++++++++++ doc/en_US/html/FAQ/x19.html | 193 ++++++++++++++++++++++++++++ doc/en_US/html/FAQ/x21.html | 218 ++++++++++++++++++++++++++++++++ doc/en_US/html/FAQ/x22.html | 128 +++++++++++++++++++ doc/en_US/html/FAQ/x25.html | 178 ++++++++++++++++++++++++++ doc/en_US/html/FAQ/x37.html | 189 +++++++++++++++++++++++++++ doc/en_US/html/FAQ/x38.html | 178 ++++++++++++++++++++++++++ doc/en_US/html/FAQ/x39.html | 189 +++++++++++++++++++++++++++ doc/en_US/html/FAQ/x44.html | 189 +++++++++++++++++++++++++++ doc/en_US/html/FAQ/x50.html | 137 ++++++++++++++++++++ doc/en_US/html/FAQ/x52.html | 137 ++++++++++++++++++++ doc/en_US/html/FAQ/x57.html | 137 ++++++++++++++++++++ 15 files changed, 2515 insertions(+) create mode 100644 doc/en_US/html/FAQ/index.html create mode 100644 doc/en_US/html/FAQ/install.html create mode 100644 doc/en_US/html/FAQ/x13.html create mode 100644 doc/en_US/html/FAQ/x16.html create mode 100644 doc/en_US/html/FAQ/x19.html create mode 100644 doc/en_US/html/FAQ/x21.html create mode 100644 doc/en_US/html/FAQ/x22.html create mode 100644 doc/en_US/html/FAQ/x25.html create mode 100644 doc/en_US/html/FAQ/x37.html create mode 100644 doc/en_US/html/FAQ/x38.html create mode 100644 doc/en_US/html/FAQ/x39.html create mode 100644 doc/en_US/html/FAQ/x44.html create mode 100644 doc/en_US/html/FAQ/x50.html create mode 100644 doc/en_US/html/FAQ/x52.html create mode 100644 doc/en_US/html/FAQ/x57.html diff --git a/doc/en_US/html/FAQ/index.html b/doc/en_US/html/FAQ/index.html new file mode 100644 index 0000000000..1428f30ddc --- /dev/null +++ b/doc/en_US/html/FAQ/index.html @@ -0,0 +1,205 @@ +phpGroupWare FAQ

phpGroupWare FAQ

Brandon Neill

$Revision$, $Date: 2001/09/25

Frequently Asked questions related to phpGroupWare


Table of Contents
1. Installation
1.1. Will phpGroupWare work with Windows?
2. Administration
2.1. Deselecting an application for a user doesn't seem to restrict thier access to that application
3. Email application
3.1. The mail preferences are not updated from the interface "mail preferences"
3.2. I'm composing mail, what do I put in the "To" and/or "CC" boxes
3.3. My IMAP server logs show many login attempts with garbage usernames, why?
3.4. Error message when adding large signature files
3.5. I can not attach files to an email, I get errors about "unlink"
4. File Manager
4.1. File Manager not working
5. Forum
5.1. index.php not loaded automatically by apache

  Next
  Installation
\ No newline at end of file diff --git a/doc/en_US/html/FAQ/install.html b/doc/en_US/html/FAQ/install.html new file mode 100644 index 0000000000..f1a45768d8 --- /dev/null +++ b/doc/en_US/html/FAQ/install.html @@ -0,0 +1,150 @@ +Installation
phpGroupWare FAQ
PrevNext

1. Installation

Installation Questions

1.1. Will phpGroupWare work with Windows?

Yes, there are several people who are using it.


PrevHomeNext
phpGroupWare FAQ Administration
\ No newline at end of file diff --git a/doc/en_US/html/FAQ/x13.html b/doc/en_US/html/FAQ/x13.html new file mode 100644 index 0000000000..14e3c61e37 --- /dev/null +++ b/doc/en_US/html/FAQ/x13.html @@ -0,0 +1,139 @@ +Administration
phpGroupWare FAQ
PrevNext

2. Administration

Administration questions


PrevHomeNext
Installation Email application
\ No newline at end of file diff --git a/doc/en_US/html/FAQ/x16.html b/doc/en_US/html/FAQ/x16.html new file mode 100644 index 0000000000..d5b2e943fe --- /dev/null +++ b/doc/en_US/html/FAQ/x16.html @@ -0,0 +1,148 @@ +Administration
phpGroupWare FAQ
PrevNext

2. Administration

2.1. Deselecting an application for a user doesn't seem to restrict thier access to that application

A user gains access to an application one of two ways, being given access directly, or by belonging to a group that has access. In order to deny a user access to an application, it must be removed from both the users account, and all the users groups.


PrevHomeNext
Installation Email application
\ No newline at end of file diff --git a/doc/en_US/html/FAQ/x19.html b/doc/en_US/html/FAQ/x19.html new file mode 100644 index 0000000000..f4c11ea0c2 --- /dev/null +++ b/doc/en_US/html/FAQ/x19.html @@ -0,0 +1,193 @@ +Email application
phpGroupWare FAQ
PrevNext

3. Email application

3.1. The mail preferences are not updated from the interface "mail preferences"

If you are referring to setting the password when using custom email preferences, this is actually a security feature. We do not send the password back to the user as it would still be sent back in plain text. Even though it is displayed with asterisks, it would be in plain text if you view the source html for the page. What we do is check to see if the user entered a value in that field. If so, we take the new password the user enters and encrypt it and save it into the database. This provides for maximum security of user passwords.

3.2. I'm composing mail, what do I put in the "To" and/or "CC" boxes

The easiest was is to follow these examples, pay close attention to the spaces, do not add spaces you do not see here: johndoe@example.com johndoe@example.com,jane@example.com,tarzan@example.com "John Doe" example.com> "John Doe" example.com>,"Jane" example.com> johndoe@example.com,"Jane" example.com>,tarzan@example.com

3.3. My IMAP server logs show many login attempts with garbage usernames, why?

At this time we know this happens when you enter "localhost" for your POP/IMAP mail server hostname or IP address. For now the solution would be to try the actual IP or the machine name (resolvable via DNS, hosts, or other means) for your IMAP email server.

3.4. Error message when adding large signature files

The max number of characters for a sig file is 8140. Extremely large sig files are not recommnded anyway, Usenet recommends sig files of 1-5 lines in length, 3 being preferred.


PrevHomeNext
Administration File Manager
\ No newline at end of file diff --git a/doc/en_US/html/FAQ/x21.html b/doc/en_US/html/FAQ/x21.html new file mode 100644 index 0000000000..04ac1eb7fd --- /dev/null +++ b/doc/en_US/html/FAQ/x21.html @@ -0,0 +1,218 @@ +Email application
phpGroupWare FAQ
PrevNext

3. Email application

3.1. The mail preferences are not updated from the interface "mail preferences"

If you are referring to setting the password when using custom email preferences, this is actually a security feature. We do not send the password back to the user as it would still be sent back in plain text. Even though it is displayed with asterisks, it would be in plain text if you view the source html for the page. What we do is check to see if the user entered a value in that field. If so, we take the new password the user enters and encrypt it and save it into the database. This provides for maximum security of user passwords.

3.2. I'm composing mail, what do I put in the "To" and/or "CC" boxes

The easiest was is to follow these examples, pay close attention to the spaces, do not add spaces you do not see here: johndoe@example.com johndoe@example.com,jane@example.com,tarzan@example.com "John Doe" example.com> "John Doe" example.com>,"Jane" example.com> johndoe@example.com,"Jane" example.com>,tarzan@example.com

3.3. My IMAP server logs show many login attempts with garbage usernames, why?

At this time we know this happens when you enter "localhost" for your POP/IMAP mail server hostname or IP address. For now the solution would be to try the actual IP or the machine name (resolvable via DNS, hosts, or other means) for your IMAP email server.

3.4. Error message when adding large signature files

The max number of characters for a sig file is 8140. Extremely large sig files are not recommnded anyway, Usenet recommends sig files of 1-5 lines in length, 3 being preferred.

3.5. I can not attach files to an email, I get errors about "unlink"

There are two possible causes for this problem, the first and least likely is the web server temp directory, check your webserver configuration for this. The second is the temp directory which phpGroupWare uses. To check this, follow these steps:

- go to http://your.server/phpgroupware/setup  (the phpgroupware initial setup page)
+- login to "Setup/Config Admin Log"
+- in "Step 2 - Configuration" click "Edit Current Configuration"
+- under "Path Information" see the box labeled "Enter full path for temporary files: Examples: /tmp, C:\TEMP"
+- Make sure that directory listed has permissions thar are at least 0700 and the owner is nobody.nobody (note: this assumes your webserver runs as user nobody, adjust for your installation) 
+- The other directory to check is the temporary directory that your web server typically uses, but the information listed above is by far the most common config issue with email attachments.


PrevHomeNext
Administration File Manager
\ No newline at end of file diff --git a/doc/en_US/html/FAQ/x22.html b/doc/en_US/html/FAQ/x22.html new file mode 100644 index 0000000000..18a9f2c98a --- /dev/null +++ b/doc/en_US/html/FAQ/x22.html @@ -0,0 +1,128 @@ +Email application
phpGroupWare FAQ
Prev 

3. Email application

email questions


PrevHome 
Administration  
\ No newline at end of file diff --git a/doc/en_US/html/FAQ/x25.html b/doc/en_US/html/FAQ/x25.html new file mode 100644 index 0000000000..d7251aa437 --- /dev/null +++ b/doc/en_US/html/FAQ/x25.html @@ -0,0 +1,178 @@ +File Manager
phpGroupWare FAQ
Prev 

4. File Manager

4.1. File Manager not working

To use the filemanager app:

(from phpgroupware home)
+# mkdir files
+# mkdir files/groups
+# mkdir files/users
+# chown -R nobody.nobody files (note: this assumes your webserver runs as user nobody, adjust for your installation)
+# chmod -R 770 files

Make sure you have the correct FULL path in setup (ie. /home/httpd/phpgroupware/files)


PrevHome 
Email application  
\ No newline at end of file diff --git a/doc/en_US/html/FAQ/x37.html b/doc/en_US/html/FAQ/x37.html new file mode 100644 index 0000000000..d77384801c --- /dev/null +++ b/doc/en_US/html/FAQ/x37.html @@ -0,0 +1,189 @@ +File Manager
phpGroupWare FAQ
PrevNext

4. File Manager

4.1. File Manager not working

To use the filemanager app:

(from phpgroupware home)
+# mkdir files
+# mkdir files/groups
+# mkdir files/users
+# chown -R nobody.nobody files (note: this assumes your webserver runs as user nobody, adjust for your installation)
+# chmod -R 770 files

Make sure you have the correct FULL path in setup (ie. /home/httpd/phpgroupware/files)


PrevHomeNext
Email application Forum
\ No newline at end of file diff --git a/doc/en_US/html/FAQ/x38.html b/doc/en_US/html/FAQ/x38.html new file mode 100644 index 0000000000..cdad96a0c1 --- /dev/null +++ b/doc/en_US/html/FAQ/x38.html @@ -0,0 +1,178 @@ +File Manager
phpGroupWare FAQ
Prev 

4. File Manager

4.1. File Manager not working

To use the filemanager app:

(from phpgroupware home)
+# mkdir files
+# mkdir files/groups
+# mkdir files/users
+# chown -R nobody.nobody files (note: this assumes your webserver runs as user nobody, adjust for your installation)
+# chmod -R 770 files

Make sure you have the correct FULL path in setup (ie. /home/httpd/phpgroupware/files)


PrevHome 
Email application  
\ No newline at end of file diff --git a/doc/en_US/html/FAQ/x39.html b/doc/en_US/html/FAQ/x39.html new file mode 100644 index 0000000000..badd1d8a57 --- /dev/null +++ b/doc/en_US/html/FAQ/x39.html @@ -0,0 +1,189 @@ +File Manager
phpGroupWare FAQ
PrevNext

4. File Manager

4.1. File Manager not working

To use the filemanager app:

(from phpgroupware home)
+# mkdir files
+# mkdir files/groups
+# mkdir files/users
+# chown -R nobody.nobody files (note: this assumes your webserver runs as user nobody, adjust for your installation)
+# chmod -R 770 files

Make sure you have the correct FULL path in setup (ie. /home/httpd/phpgroupware/files)


PrevHomeNext
Email application Forum
\ No newline at end of file diff --git a/doc/en_US/html/FAQ/x44.html b/doc/en_US/html/FAQ/x44.html new file mode 100644 index 0000000000..898039f621 --- /dev/null +++ b/doc/en_US/html/FAQ/x44.html @@ -0,0 +1,189 @@ +File Manager
phpGroupWare FAQ
PrevNext

4. File Manager

4.1. File Manager not working

To use the filemanager app:

(from phpgroupware home)
+# mkdir files
+# mkdir files/groups
+# mkdir files/users
+# chown -R nobody.nobody files (note: this assumes your webserver runs as user nobody, adjust for your installation)
+# chmod -R 770 files

Make sure you have the correct FULL path in setup (ie. /home/httpd/phpgroupware/files)


PrevHomeNext
Email application Forum
\ No newline at end of file diff --git a/doc/en_US/html/FAQ/x50.html b/doc/en_US/html/FAQ/x50.html new file mode 100644 index 0000000000..36cbfa0db3 --- /dev/null +++ b/doc/en_US/html/FAQ/x50.html @@ -0,0 +1,137 @@ +Forum
phpGroupWare FAQ
Prev 

5. Forum

5.1. index.php not loaded automatically by apache

Sometimes /forum/index.php is not loaded automatically by apache, this appears to be a bug in apache 1.3.13mdk. If you have the same problem just add /index.php in lines 49, 57 and 82 of preference_category.php.


PrevHome 
File Manager  
\ No newline at end of file diff --git a/doc/en_US/html/FAQ/x52.html b/doc/en_US/html/FAQ/x52.html new file mode 100644 index 0000000000..1dfa3b613a --- /dev/null +++ b/doc/en_US/html/FAQ/x52.html @@ -0,0 +1,137 @@ +Forum
phpGroupWare FAQ
Prev 

5. Forum

5.1. index.php not loaded automatically by apache

Sometimes /forum/index.php is not loaded automatically by apache, this appears to be a bug in apache 1.3.13mdk. If you have the same problem just add /index.php in lines 49, 57 and 82 of preference_category.php.


PrevHome 
File Manager  
\ No newline at end of file diff --git a/doc/en_US/html/FAQ/x57.html b/doc/en_US/html/FAQ/x57.html new file mode 100644 index 0000000000..10623a98e1 --- /dev/null +++ b/doc/en_US/html/FAQ/x57.html @@ -0,0 +1,137 @@ +Forum
phpGroupWare FAQ
Prev 

5. Forum

5.1. index.php not loaded automatically by apache

Sometimes /forum/index.php is not loaded automatically by apache, this appears to be a bug in apache 1.3.13mdk. If you have the same problem just add /index.php in lines 49, 57 and 82 of preference_category.php.


PrevHome 
File Manager  
\ No newline at end of file