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 - Pontiac

Pages: 1 [2]
16
Feng Office 1 / Re: EMail issues causing lockups with OpenGOO
« on: December 11, 2008, 12:37:38 pm »
Is anyone aware of its purely a logic error in the code, or may the problem be that its just because of the linux distro?

17
Feng Office 1 / EMail issues causing lockups with OpenGOO
« on: December 10, 2008, 11:57:26 am »
Hey all;

About my systems.  OpenGoo is running under Ubuntu with no GUI installed, and is running very well with the exclusion of the email services.  Its a young install (Less than two weeks old) so there still may be some tuning that needs to be tuned up.

I am also running an email server on a Win2K Svr machine.  The EMail server runs just fine, and has been for over a year now.  It supports IMAP and POP3.

The mail server is PURELY for internal use only.  Up until this time, I've just used it to for a web application to email me when new registrations come in, and thats it.  It does NOT send email outside my LAN.  It never WILL send outside of my LAN.  It also does not RECEIVE external email as well.  Its 100% in house (No pun intended. ;))

Now that I've setup OpenGoo to run with the the server, I've found OpenGoo gets into an infinite loop and just HAMMERS the mail server with requests.  At one point, when running
Code: [Select]
netstat -ao | grep -i pop3 | wcI would find that there were around 53 attempts to connect to the mail server within the last 60 seconds.  I had to stop the mail service running in order to get the communications to stop, even with Apache turned off!  OpenGoo also stops responding entirely.  Closing/terminating the web browser (FireFox)  and then relogging in does not fix the issue.

What I have in OpenGoo EMail account settings is the following:

EMail address: stephen@somedomain.dyndns.org
Account ID: stephen@somedomain.dyndns.org
Password: ......
Pop3 Server Address: Server hosting the internal mail server
SMTP Server Port: 25
SMTP Server Authentication: Input SMTP Username and Password
SMTP Username: stephen@somedomain.dyndns.org
SMTP Password: ....

I've checked the mail log on the server, and it APPEARS that its logging in, getting the mail, and successfully logging out.  (Note that somedomain.dyndns.org isn't really mine.  I just changed the hostname here)

Code: [Select]
"DEBUG" 1484 "2008-12-10 09:33:58.054" "TransparentTransmissionBuffer::Initialize()"
"POP3D" 1484 390 "2008-12-10 09:33:58.054" "192.168.2.252" "SENT: +OK POP3"
"POP3D" 1484 390 "2008-12-10 09:33:58.054" "192.168.2.252" "RECEIVED: USER stephen@somedomain.dyndns.org"
"POP3D" 1484 390 "2008-12-10 09:33:58.054" "192.168.2.252" "SENT: +OK Send your password"
"POP3D" 1484 390 "2008-12-10 09:33:58.064" "192.168.2.252" "RECEIVED: PASS ***"
"POP3D" 1484 390 "2008-12-10 09:33:58.064" "192.168.2.252" "SENT: +OK Mailbox locked and ready"
"POP3D" 1484 390 "2008-12-10 09:33:58.064" "192.168.2.252" "RECEIVED: STAT"
"POP3D" 1484 390 "2008-12-10 09:33:58.064" "192.168.2.252" "SENT: +OK 2 1055"
"POP3D" 1484 390 "2008-12-10 09:33:58.074" "192.168.2.252" "RECEIVED: UIDL"
"POP3D" 1484 390 "2008-12-10 09:33:58.074" "192.168.2.252" "SENT: +OK 2 messages (1055 octets)[nl]1 666[nl]2 673[nl]."
"POP3D" 1484 390 "2008-12-10 09:33:58.074" "192.168.2.252" "RECEIVED: LIST"
"POP3D" 1484 390 "2008-12-10 09:33:58.074" "192.168.2.252" "SENT: +OK 2 messages (1055 octets)"
"POP3D" 1484 390 "2008-12-10 09:33:58.074" "192.168.2.252" "SENT: 1 520[nl]2 535[nl]."
"POP3D" 1484 390 "2008-12-10 09:33:58.114" "192.168.2.252" "RECEIVED: UIDL"
"POP3D" 1484 390 "2008-12-10 09:33:58.114" "192.168.2.252" "SENT: +OK 2 messages (1055 octets)[nl]1 666[nl]2 673[nl]."
"POP3D" 1484 390 "2008-12-10 09:33:58.124" "192.168.2.252" "RECEIVED: QUIT"
"POP3D" 1484 390 "2008-12-10 09:33:58.124" "192.168.2.252" "SENT: +OK POP3 server saying goodbye..."
"TCPIP" 1484 "2008-12-10 09:33:58.134" "Disconnecting socket 1760 for session 390"'

The other thing I noticed just this morning is that if I shut down the mail server software, and completely stop Apache, then restart all the services, I can go in and check the mail in OpenGOO and everything works perfectly fine.  I can go and poke the mail server from within OpenGOO, and it tells me it was successful, and that there were zero new messages downloaded.  But as a test, once I put a test email to the email account, the next time I check the mail, OpenGoo gets into a weird state, and I notice the hits from netstat.  I also noticed that after I restart all the services, the test mail I sent this morning does show up in the OpenGoo email account.

What else do I need to check to get this working?  For now, I'm just going to disable the email accounts on the server until I can get some headway. ;)

I am not totally against installing a mail server on the Ubuntu machine for this purpose, but I personally would rather not have the same kinds of services running on multiple machines.

18
How To's / Re: Backups
« on: December 08, 2008, 02:02:30 pm »
Thank you.  Found it.

19
How To's / Backups
« on: December 08, 2008, 09:31:50 am »
So I've downloaded and installed OpenGoo 1.0.  So far I'm quite pleased with it.  I really do look forward to the spreadsheet functionality already in works.

I've currently got OpenGoo setup to store files within the DB, and not in the file system.  I ran a backup, and downloaded the produced zip file.  I open the archive, and I see everything as I should, except the actual database, or at least the SQL statements to recreate the SQL Data.

Am I missing something?  Where can I find that data?

Pages: 1 [2]