Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Documentation on implementing the mail box processor?

web-app

I have page 76 of the PDF, but it's leaving me with questions - like could I use GMail's pop3 account or does the mail server have to reside on the web server/sql server?

MSloan
· 1
MSloan
Replies (8)
helpful
0
not helpful

You can use any POP3 server. You need to set the config xml file to point to that server.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I successfully installed the service, and am not recieving any "issues."  Anything obvious?     <?xml version="1.0" encoding="utf-8" ?> - <settings> - <General>   <add key="GeminiURL" value="http://gemini.xxxxx.com/" />   <add key="WebServicesCode" value="ABC123" />   <add key="CheckEverySecs" value="60" />   </General> - <WatchProjects> - <Project>   <add key="ProjectID" value="13" />   <add key="UserID" value="9" />   <add key="ComponentID" value="94" />   <add key="IssueType" value="1" />   <add key="IssuePriority" value="1" />   <add key="EmailServer" value="pop.gmail.com" />   <add key="EmailServerPort" value="995" />   <add key="UseAPOP" value="false" />   <add key="EmailAddress" value="xxxxxx@gmail.com" />   <add key="EmailUserName" value="xxxxx@gmail.com" />   <add key="EmailPassword" value="xxxxxx" />   <add key="DeleteMessages" value="false" />   <add key="SubjectLikeRegExp" value="" />   <add key="SubjectNOTLikeRegExp" value="" />   </Project>   </WatchProjects>   </settings>   This is a link to Gmail's pop settings: http://mail.google.com/support/bin/answer.py?answer=13287  


MSloan
· 1
MSloan
helpful
0
not helpful

Please check the windows application event log for errors. All errors will be logged there.

Also, make sure the web services access code is correct.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Event Type: Error
Event Source: Gemini Service (unknown)
Event Category: None
Event ID: 0
Date:  7/6/2006
Time:  3:26:44 PM
User:  N/A
Computer: xxxxx

Description:
No connection could be made because the target machine actively refused it

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

I found the Gemini SMTP service stopped and started successfully, and two of these errors. 


MSloan
· 1
MSloan
helpful
0
not helpful

And I already had verified that the Web Service code was the same.


MSloan
· 1
MSloan
helpful
0
not helpful

I see, it might be an authentication issue.

Try setting APOP to true. in the config file. Howver, we will try to get it working from our side using gmail and get back to you.

Also, make sure you have enabled POP for your gmail account: http://mail.google.com/support/bin/answer.py?answer=13273


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I had turned on POP for Gmail, and double checked it just now.

I added "true" to the APOP setting in the XML file.

I stopped and restarted the service.  I checked the application log:

It showed that I had stopped the service and started the service - and right after those entries:

Event Type: Error
Event Source: Gemini Service (unknown)
Event Category: None
Event ID: 0
Date:  7/10/2006
Time:  10:01:05 AM
User:  N/A
Computer: xxxx

Description:
No connection could be made because the target machine actively refused it

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


MSloan
· 1
MSloan
helpful
0
not helpful

Ok, it seems like gmail requires SSL connection, which is not currently supported by the mailbox processor.


Mark Wing
· 9108
Mark Wing