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.