Post from June, 2010

Windows 7 with Outlook 2007 – Cannot Start Office Outlook

Tuesday, 22. June 2010 14:40

When trying to run outlook 2007 on Windows 2007 got an error message – Cannot Start Office Outlook.  One simple command from run line solved the issue

outlook.exe /resetnavpane

Category:General | Comment (0) | Autor: Scott

Zimbra – creating a Calendar

Monday, 21. June 2010 7:57

Creating calendars

One calendar is created for you, and you can create additional calendars to keep track of different type of functions.  For example, you can create a calendar for work, for personal, and for company activities.  You can select the Schedule view to see the calendars side-by-side.

To create a calendar
  1. Select the Calendar tab.
  2. Right-click Calendars in the Overview pane, or on the toolbar click  newandarrow.gif and select Calendar.
  3. In the Create New Calendar dialog, type the name of the calendar and select a color to display the Calendar activities.
  4. If you do not want the calendar activities to be viewed by others, check Exclude this calendar when reporting free/busy times.
  5. Click OK. The new calendar displays in the Calendar list.

Category:Zimbra | Comment (0) | Autor: Scott

Zimbra Outlook Connector and Multiple Email Accounts/Logins

Monday, 14. June 2010 13:32

You can modify mail profiles (Add, Remove, Properties, Copy) in the “Mail” Control Panel.

  • Open the “Mail” Control Panel (Start -> Control Panel -> Mail)
  • Click the “Show Profiles…” button
  • Click “Add…” and enter a name
  • Click “Next” to “Add a new e-mail account”
  • Choose a Server Type of “Additional Server Types”
  • Select “Zimbra Collaboration Server”
  • Enter the Server name, Server Port (designating whether or not to Use Secure Connection (SSL)), Email address, and Password
  • Choose the new profile from the “Always use this profile” drop-down menu

Category:General | Comment (0) | Autor: Scott

Group Policy, IE7 and Proxy Settings not applying

Thursday, 10. June 2010 12:40

Windows server 2003 applying a group policy pushing proxy settings out to clients per username.  Stopped working and tried everything.  For us it was the entries in the exceptions list of  “Do not use proxy server for addresses beginning with”.  I cleared out all the entries and reran a gpupdate /force and now the proxy settings show up.  Going to have to add one at time and see what entry was causing it to fail.  The following is a link to what helped solve my issue -     http://forums.techarena.in/active-directory/1202115.htm

Category:General | Comment (0) | Autor: Scott

Getting a custom account php config working in cPanel

Thursday, 3. June 2010 7:10

We’re new with cPanel, not sure if I like it yet, but just wanted to post my experience with moving a site from a standard LAMP stack server with a custom php config and no control panel to a cPanel server.  We needed to increase the media upload limit for this site over the 5m that is set for the server in general.

First thing I learned, cPanel does not run php as a Apache module, so the current method of using a .htaccess file in the root folder of the site is just ignored when using a <IfModule mod_php5.c> directive or  brings down the site if you are not… since php is not running as an apache module, it just ends up being a bad config.

First, make sure you have cPanel using suphp as the php handler, confirm by looking here:

Service Configuration >> Apache Configuration >> PHP and SuExec Configuration

So, my existing .htacces looked like this:

<IfModule mod_php5.c>
 php_value upload_max_filesize 170M
 php_value post_max_size 170M
</IfModule>

What you need to do is replace that with a php.ini file that looks like this:

upload_max_filesize = 170M
post_max_size = 170M

But you’re not done… I had to put a copy of this in both the root of the site and the wp-admin folder for it to work… I also read that some people had to put it into the actual folder in the wp-content folder to get it to work…

So, hopefully this will save somebody some time…

Category:Tips | Comment (0) | Autor: sgrzy01

Polestar Firewall Maintenance

Wednesday, 2. June 2010 14:04

The Cisco firewall at Polestar will be upgraded this evening (Wednesday, June 2, 2010) at 10pm EST. Network access, including Zimbra-hosted email, websites, and shared files will be unavailable while the firewall reboots.  The outage will be less than 5 minutes.

Category:Zimbra | Comment (0) | Autor: mkegg

Zimbra – Setting up desktop alerts and reminders

Wednesday, 2. June 2010 6:33

You can create desktop alerts for new email notification, appointment reminders, and instant message notification. To receive alerts, your mailbox must be opened.

  • Email message alerts. You set your preferences in the Preferences>Mail folder. Following are the alert options:
    • Play a sound. You are notified by a beep when a new email arrives in the Inbox.  If you have your volume set to mute, you will not here a sound. You must have either QuickTime or Windows Media installed.
    • Highlight the Mail tab. The email tab is highlighted when new email arrives in the Inbox if you are not working in the Mail tab.

mailnotificationtab.png

    • Flash the browser title. When new email arrives in the Inbox, the browser flashes until you open the Mail folder.
    • Show a popup notification.  When new mail arrives, a message pops up. You must have Yahoo! BrowserPlus installed.
  • Appointment Reminder alerts.  You set your preferences in the Preferences>Calendar folder.  Before you can set an alert, set the time to be reminded of your meeting. This can be up to 60 minutes before the meeting. A reminder dialog appears at the designated time before the meeting. If you set reminders to Never, you are not reminded of the meeting even if you have the reminder options enabled.

The ZWC reminder does not pop up on the top of the page if you are not in ZWC Calendar, enabling one of the following options helps to alert you of the pop-up:

    • Play a sound. You are notified by a beep when an appointment reminder pops up. If you have your volume set to mute, you will not here a sound.
    • Flash the browser title. When an appointment reminder pops up, the browser flashes until you close the pop-up
  • IM alerts. You set your preferences in the Preferences>IM folder. You must enable instant notification to get an alert. Following are the alert options:
    • Play a sound. You are notified by a beep when an IM is received. If you have your volume set to mute, you will not here a sound.
    • Flash the IM tab. The IM folder is highlighted when new IM is received to the IM folder.
    • Flash the browser title. When an IM is received, the browser flashes until you open the IM tab.

Category:Zimbra | Comment (0) | Autor: Scott