PureEngage On-Premises

 View Only

Sign Up

  • 1.  how do you configure email_server to pull messages from a shared message box on exchange server

    Posted 02-11-2016 02:35
    Is there a way to configure genesys email_server to pull messages from a shared email box (which is an email box with out an associated userid) in exchange server?

    IE Currently in this environment exchange email users use their own userid to log in then go and pull the emails from a shared email box.

    Would like email server to log in using its own credentials then go and pull emails from this shared email box.  Is this possible?  Cant really see a setting for inbound email box which is diffrent from the one that is logged on to by genesys email server.   If this is not possible I am guessing I am going to have to set up some sort of forward rule on the shared box.


  • 2.  RE: how do you configure email_server to pull messages from a shared message box on exchange server

    Posted 02-17-2016 12:28
    Hi Sean,
    Could you please try the following settings:
    [pop-client]
    mailbox=domain\someuser\sharedbox
    Password=somepass


  • 3.  RE: how do you configure email_server to pull messages from a shared message box on exchange server

    Posted 02-25-2016 06:18
    Hi Sean, is it working for the shared mailbox?

    Thanks,
    Arijit


  • 4.  RE: how do you configure email_server to pull messages from a shared message box on exchange server

    Posted 02-25-2016 21:32
    Hi,
    I ended up logging a support ticket for this, and the following worked eventually:

    We are using IMAP to connect (secure), so 

    [pop-client xxxx]
    port=993
    type-IMAP
    server=MailServerAddress

    mailbox=domain\user\sharedbox
    (where the mail box is sharedbox@domain.co.nz)
    mail.imap.auth.mechanisms=LOGIN
    mail.imap.auth.ntlm.disable=TRUE
    mail.imap.auth.plain.disable=TRUE

    Sean.


  • 5.  RE: how do you configure email_server to pull messages from a shared message box on exchange server

    Posted 02-26-2016 20:38
    Thank you so much, its working :)

    Thanks again.
    Arijit