Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - paulscallanjr

Pages: [1] 2 3
1
Announcements / Re: OpenGoo 1.6 BETA 3 released
« on: December 06, 2009, 11:21:29 pm »
As a general note, may I suggest you read:  http://forums.opengoo.org/index.php?topic=3142.msg12146#msg12146  

Otherwise, I would still be happy to help, but can you provide me with some basic information:

1) what type of e-mail server do you use for outbound e-mail (i.e. do you run your own server and if so what is it or do you use your ISPs?)

2) what type of web server are you running (i.e. IIS, Apache, or other?)

A good idea is to look at a mail client's smtp settings that you know works.  

Obviously don't post any passwords here, but I need at least a basic understanding of the systems your using to be able to help you.  If you would feel more comfortable, feel free to PM me with the info.

Also, if need be, let me know and I'll use a translation program to communicate.


2
Feature requests / Re: folders for documents
« on: December 04, 2009, 12:53:30 pm »
Man, I can't wait becuase I have about 300 folders with subfolders inside with a ton of documents.

Folder structure is like this:

Client/Matter FOLDER 
                       > Correspondence
                       > Pleadings
                       > Discovery
                       > Memos
                       > Research
                       > Appeals
                       > Misc
                       > Costs


Need easier way to put em all in.... just having OpenGoo look at a folder containing all of these would be much simpler... and describe the docs by the filenames.

Just a thought.  Large data/file management is a key issue for medium to large firms.

3
Announcements / Re: OpenGoo 1.6 BETA 3 released
« on: December 04, 2009, 12:36:01 pm »
This SMTP problem has since been fixed.... MDaemon issue on relaying and host to IP address resolution.  NOT a problem with OpenGoo.

4
We made progress.  It's working.  Not an issue with OpenGoo.  Issue was name to IP address resolution between OG server and Mail Server + smtp sender account relay settings.

5
If I may, please wait on that.  The issue is one of internal relaying for the sender e-mail account OG is using in connection with MDaemon.  I had this issue arise back when I used to use MDaemon and I needed a PHP app to mail through it.   I have PM'ed the person with the issue.  It is NOT an issue with OG.  It is an issue with the relaying properties of the sender e-mail account on the MDaemon server.  By default, the properties disallow internal relaying.  I will post the resolution here soon.

6
Ahhh, MDaemon, I love it.  I used to use it before Kerio got their act better together.  Do you still have the telephone number I gave you in my earlier PM?  If so, give me a call tomorrow at work.  I will walk you through this.  This is purely a MDaemon config issue.  I hope you have access to the MDaemon admin console, though. 

8
Hmm, common initial issue.  Without any more details, I will attempt to assist.  Since your Outlook seems to be working fine, I do not believe or foresee this as any issue with any firewall or router config, but it may be on the server-side...again though without any tech details on the server you have OG on, I cannot list things for you to check. 

So, let's check the easiest thing:  Check the smtp authorization (if required) in the advanced settings of Outlook or other e-mail program you are using.  HINT:  Look at the e-mail account settings in Outlook (especially the advanced settings for "outgoing mail"  by opening up the account properties for the e-mail account, then click on "More Settings" button at the bottom right hand corner.  Then click on the "Outgoing Settings" tab at the top of the new window that appears.... copy down any information you see down to use in OpenGoo (hereinafter referred to as "OG") e-mail setup.  Often, this is set to "use same settings as incoming server" which is important to note.  Remember, you need to configure OpenGoo smtp for the web application itself (i.e. in the Administration area>Mail Settings) and also for each individual e-mail acccount for the users. 

If your server is on an ISP like AT&T or Bellsouth, remember that the server's outgoing e-mail account MUST be one that they have issued or allowed.  For instance, Say I set up OG on a server of mine that is on a Bellsouth ADSL line.  I must configure the smtp for the server to utilize accountholdername@bellsouth.net as the "outgoing" e-mail account and set smtp to use this address for all outgoing mail.  Bellsouth's mail server would bounce back anything else.

As a result of their efforts on cutting down SPAM, most ISPs do not allow relay of email or their users sending outgoing email to various other smtp servers.  Therefore, you will need to get your ISPs smtp server address as well as have them set you up with a user name and password (if applicable).  Then setup your email with the regular incoming server info (i.e. for POP) and then use your ISPs outgoing (SMTP) server info which should fix your problem.  Again, check to make sure that the SMTP is configured to use the ISPs allowed account (username/password) if necessary.

(I will add more on the specifics of configuring OG in about an hour or so)

I did not look at your PM first, though so, I was not sure of the server platform you were using.  Since your using IIS, I would check the following in the PHP.ini file that OpenGoo is using: 

[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25

; For Win32 only.
;sendmail_from = me@example.com

NOW, change "localhost" up there to your smtp mail server address (i.e. something like mail.yourserver.net).  If you do NOT have an SMTP server setup on that server, use your ISPs smtp server address.  Next, uncomment the "sendmail_from" item, then change me@example.com to whatever ISP e-mail account you use (or if it is a local smtp server, then use account info for that smtp server).

Now, you still need to configure OpenGoo in the administration area > mail settings to reflect the same information; as well as, for the users e-mail account setups.

Check all of that and you should be good.  If not, check any firewall on the IIS server and ensure that port 25 is open for smtp traffic OUTBOUND and INBOUND.  Warning here though, if the IIS server is on a public-accessible IP address (i.e. available to the outside internet), then you need to ensure that you have setup smtp authorization with your local smtp server and to disallow relaying...otherwise your server will eventually get swamped by SPAMmers searching for relaying smtp servers...yes, this happens very quickly.  If your the paranoid-type systems admin, like me, you can visually see this on your traffic logs real-time from the moment you make a anon-relaying smtp server available on a public IP address.  Amazing to watch.  So watch out for that. 

Hit me back in this topic or on PM if your still having issues after checking all of that.

If you need your own easy to install and configure smtp server on the Win32/Win64 platform... try http://www.softstack.com/freesmtp.html

9
Announcements / Re: OpenGoo 1.6 BETA 2 released
« on: November 15, 2009, 03:10:25 pm »
On the create new document issue... the editor in eyeOS seems to be exactly customizable enough table-wise, etc for law firms.... TinyMCE  I will spend the next week or so trying to substitute TinyMCE for CKEditor in OG.  Will update as I can.

10
Installation problems / Re: Can't even start an installation
« on: November 15, 2009, 02:56:40 pm »
wooHoo!  ;D

wooHoo! Indeed!  Hail OG!

11
Getting Started / Re: displaying workspaces label in calendar
« on: November 15, 2009, 02:51:20 pm »
Another quick way is to include the workspace name at the beginning of the event listing when creating a new event.

Such as:

{State v. Pritchard} Deposition of Defendant

12
Installation problems / Re: successful installation but no function
« on: November 15, 2009, 02:49:17 pm »
You have major differences between the two php configs.  Some of them are major and I highly suspect may be the culprit of your non-working install. 

I do not understand German, so can you post in English the actual error messages you are getting.  (Just the first few should suffice)

13
Installation problems / Re: Error 406 - need help to fix this problem
« on: November 15, 2009, 02:37:20 pm »
Almost sounds as if he's trying to access a virtual directory path named "intranet", but its not setup in Apache right or maybe doesn;t have the correct persmissions set for access.  Look at the .htaccess file and your Apache virtual directory config file for the correct parameters

14
Announcements / Re: OpenGoo 1.6 BETA 2 released
« on: November 15, 2009, 01:00:02 pm »
Well, don't know about it being a bug, yet, but I am glad you got it resolved.  What flavor of Linux (just curious) are you (your host) using?

I have only tested OG on Ubuntu and Windows 7 Enterprise, Server 2003 and Server 2008.   I haven't run into any issues with any release since 1.4.  I am currently using this 1.6beta2.

15
Announcements / Re: OpenGoo 1.6 BETA 2 released
« on: November 15, 2009, 12:39:30 pm »
It's not a bug, nor a removal of functionality.  You have something wierd going on.  I suggest you move this topic to bug forum, but generally, I would ask first what os, web platform, etc your using... Next, try creating a seperate DB and install a side-by-side install of opengoo and see if the problem persists.  If so, re-download another copy of the installation package.  Maybe the problem came in during a corrupted download or decompression.  Also, you can check to see if all the images are there:  ..\public\assets\themes\default\images

Also, have you tried clearing your browser's cache?  Maybe some wierd problem not picking up the images or something.  I cannot see how that would happen, but who knows.

Hit me on PM if your still having issues and I'll try to walk you through.

Pages: [1] 2 3