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.




POP3

web-app

Hi all,

did someone test if is possible to open a new ticket via email? On 2.2 version docs, it's not explained well. I checked if it works, but I did not receive nothing.

Could you help me?

zagor63
· 1
zagor63
Replies (11)
helpful
0
not helpful

You need to install and configure the scheduler service to listen to emails.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Ok, thanks.

Is it possible to have a doc for its installation?


zagor63
· 1
zagor63
helpful
0
not helpful

I try to detail better. Sending email works correctly, but I'm not able to receive email. I read docs from Gemini (installation and user guide) but I didn't find anything about receiving email. I suppose this service is now on scheduler, but I'm not able to customize.


zagor63
· 1
zagor63
helpful
0
not helpful

Are you referring to email alerts (ie when issue is updated etc..)?

If so, please configure the SMTP and notification sections in the web app (Administration menu).

Onec that is done, make sure you set your profile to receive alerts. You should receive emails.

If it doesn't work, check windows and Gemini error logs.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Apologize me, I didn't described exaclty what I need. I would open a ticket from an email, automatically. Reading Gemini docs, I see this should be possible, but I'm not able to check a pop server. I would understand if this is possible or not.


zagor63
· 1
zagor63
helpful
0
not helpful

You need to install the Scheduler service.

Then open its config (CounterSoft.Gemini.Scheduler.Config) file and amend the mailboxprocessors section. See: http://community.countersoft.com/forums/post/5879.aspx


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I think something is wrong on my config. Not working yet. The scheduler is active but I have no messages and I don't have log file too....


zagor63
· 1
zagor63
helpful
0
not helpful

Can you paste your conifg?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

<Gemini>
    <Clients>
      <Client WebServicesURL="http://localhost/gemini/webservices" AuthenticationUsername="admin" AuthenticationPassword="admin">
        <MailboxProcessors>
          <!-- Sample mailbox processor setup
          <MailboxProcessor
            Name="GAxxxxx"
            POPServer="10.xxx.xx.xx"
            POPServerPort="110"
            AuthenticationMethod="AUTO"
            UseSSL="false"
            POPMailbox="sysman@xxx.com"
            POPUsername="domain\account"
            POPPassword="password"
            DeleteMessages="false"
            SubjectLikeRegExp=""
            SubjectNOTLikeRegExp=""
            ProjectID="1"
            UserID="1"
            ComponentID="1"
            IssueType="1"
            IssuePriority="1"
            DebugFile = "c:\GeminiPOP3log.txt"
            DebugMode = "true"
            />
          -->
          <!-- Authentication methods: AUTO, APOP, REGULAR, NONE  -->
          <!-- POP Server Port: usually 110 or 995 (secure) -->
        </MailboxProcessors>
        </Client>
    </Clients>
  </Gemini>


zagor63
· 1
zagor63
helpful
0
not helpful

Please remove the xml comment:

<Gemini>
    <Clients>
      <Client WebServicesURL="http://localhost/gemini/webservices" AuthenticationUsername="admin" AuthenticationPassword="admin">
        <MailboxProcessors>

          <MailboxProcessor
            Name="GAxxxxx"
            POPServer="10.xxx.xx.xx"
            POPServerPort="110"
            AuthenticationMethod="AUTO"
            UseSSL="false"
            POPMailbox="sysman@xxx.com"
            POPUsername="domain\account"
            POPPassword="password"
            DeleteMessages="false"
            SubjectLikeRegExp=""
            SubjectNOTLikeRegExp=""
            ProjectID="1"
            UserID="1"
            ComponentID="1"
            IssueType="1"
            IssuePriority="1"
            DebugFile = "c:\GeminiPOP3log.txt"
            DebugMode = "true"
            />

          <!-- Authentication methods: AUTO, APOP, REGULAR, NONE  -->
          <!-- POP Server Port: usually 110 or 995 (secure) -->
        </MailboxProcessors>
        </Client>
    </Clients>
  </Gemini>


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Hi, apologize me for my delay in answering. Iwas on Christmas leave. I've just modified my congif file and it is working correctly. Thank you for your support. It's very appreciated.


zagor63
· 1
zagor63