Fetching mails from Lotus Domino without POP/IMAP access

Hi, I need to configure OTRS for fetching emails from a Lotus Domino server. Unfortunately, the Domino server cannot be configured for use with IMAP or POP3 protocols. Whats' more, even forwarding emails to a different account on another domain is not an option. These limitations depend on severe company policies, that I cannot superseed. Is there a way to allow OTRS fetching mails from Domino, using the native domino protocol? Alternatively, is there some kind of sowtware that can act as a gateway to the domino server? Thank you very much for any kind of support -- Gabriele D'Andrea

I think you're pretty much screwed to be honest. If you can't poll
from OTRS or push to OTRS then you will have to write some middleware
to handle the translation, and I'm not sure what or how you would
connect to the Domino mail server (a quick search on CPAN brought up
nothing) I'd see if Domino has any form of API that you can use to
access the data and then see if you can access the raw email data.
Or petition whomever wrote the policy to relax it or create
exceptions, needing to access IMAP/POP is pretty common for quite a
lot of software (ticket handling being one of them) so they clearly
haven't taken that into account when writing the policy (good time for
a review I would say).
Steve
On 18 December 2012 14:46, Gabriele D'Andrea
Hi,
I need to configure OTRS for fetching emails from a Lotus Domino server. Unfortunately, the Domino server cannot be configured for use with IMAP or POP3 protocols. Whats' more, even forwarding emails to a different account on another domain is not an option. These limitations depend on severe company policies, that I cannot superseed.
Is there a way to allow OTRS fetching mails from Domino, using the native domino protocol? Alternatively, is there some kind of sowtware that can act as a gateway to the domino server?
Thank you very much for any kind of support -- Gabriele D'Andrea
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

If they've got the Notes server locked down that severely, you're pretty much stuck. The Notes replication protocol is not published, and the only thing that will provide a OTRS server access to that internal resource is the Notes POP/IMAP server. Your only option is pretty much getting them to designate a separate Notes server for use only by OTRS and enabling POP/IMAP on that server. If they designate it as a separate organizational unit in the Notes directory and turn on full message logging on that server, then they should be able to make the case to the auditors that the designated server is a controlled access point and they have sufficient audit trails for any messages sent. It will run very slowly if you have the full audit log turned on in Notes, and cost them a Notes server license and a separate machine/virtual machine - not cheap, but that's the price for using a totally closed proprietary email system. From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Gabriele D'Andrea Sent: Tuesday, December 18, 2012 9:46 AM To: otrs@otrs.org Subject: [otrs] Fetching mails from Lotus Domino without POP/IMAP access Hi, I need to configure OTRS for fetching emails from a Lotus Domino server. Unfortunately, the Domino server cannot be configured for use with IMAP or POP3 protocols. Whats' more, even forwarding emails to a different account on another domain is not an option. These limitations depend on severe company policies, that I cannot superseed. Is there a way to allow OTRS fetching mails from Domino, using the native domino protocol? Alternatively, is there some kind of sowtware that can act as a gateway to the domino server? Thank you very much for any kind of support -- Gabriele D'Andrea

You could configure an MTA such as Postfix on the OTRS server, accepting
emails for support@otrs.yourdomain.com and pipe this directly into OTRS.
Then, you can configure on the Lotus Notes side to forward all mail to this
address:
http://robpegoraro.com/2011/06/08/lotus-notes-liberation-how-to-forward-ever...
It would still not be the most elegant solution, it would require a bit of
configuration, but it'll work fine!
On Tue, Dec 18, 2012 at 5:09 PM, David Boyes
If they’ve got the Notes server locked down that severely, you’re pretty much stuck. The Notes replication protocol is not published, and the only thing that will provide a OTRS server access to that internal resource is the Notes POP/IMAP server. ****
** **
Your only option is pretty much getting them to designate a separate Notes server for use only by OTRS and enabling POP/IMAP on that server. If they designate it as a separate organizational unit in the Notes directory and turn on full message logging on that server, then they should be able to make the case to the auditors that the designated server is a controlled access point and they have sufficient audit trails for any messages sent. It will run very slowly if you have the full audit log turned on in Notes, and cost them a Notes server license and a separate machine/virtual machine – not cheap, but that’s the price for using a totally closed proprietary email system. ****
** **
** **
** **
*From:* otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] *On Behalf Of *Gabriele D'Andrea *Sent:* Tuesday, December 18, 2012 9:46 AM *To:* otrs@otrs.org *Subject:* [otrs] Fetching mails from Lotus Domino without POP/IMAP access ****
** **
Hi,****
****
I need to configure OTRS for fetching emails from a Lotus Domino server. * ***
Unfortunately, the Domino server cannot be configured for use with IMAP or POP3 protocols.****
Whats' more, even forwarding emails to a different account on another domain is not an option.****
These limitations depend on severe company policies, that I cannot superseed.****
****
Is there a way to allow OTRS fetching mails from Domino, using the native domino protocol?****
Alternatively, is there some kind of sowtware that can act as a gateway to the domino server?****
****
Thank you very much for any kind of support****
-- *Gabriele D'Andrea *****
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Maybe you can use Lotus Notes binaries for your needs. I use a tool called Lotus Notes to Google Calendar Synchronizer (LNGS) this uses the binaries of Lotus Notes. So perhaps you can build your own solution using some examples of this project. - Patrick Am 19.12.2012 08:49, schrieb Michiel Beijen:
You could configure an MTA such as Postfix on the OTRS server, accepting emails for support@otrs.yourdomain.com mailto:support@otrs.yourdomain.com and pipe this directly into OTRS.
Then, you can configure on the Lotus Notes side to forward all mail to this address: http://robpegoraro.com/2011/06/08/lotus-notes-liberation-how-to-forward-ever...
It would still not be the most elegant solution, it would require a bit of configuration, but it'll work fine!
On Tue, Dec 18, 2012 at 5:09 PM, David Boyes
mailto:dboyes@sinenomine.net> wrote: If they've got the Notes server locked down that severely, you're pretty much stuck. The Notes replication protocol is not published, and the only thing that will provide a OTRS server access to that internal resource is the Notes POP/IMAP server.
Your only option is pretty much getting them to designate a separate Notes server for use only by OTRS and enabling POP/IMAP on that server. If they designate it as a separate organizational unit in the Notes directory and turn on full message logging on that server, then they should be able to make the case to the auditors that the designated server is a controlled access point and they have sufficient audit trails for any messages sent. It will run very slowly if you have the full audit log turned on in Notes, and cost them a Notes server license and a separate machine/virtual machine -- not cheap, but that's the price for using a totally closed proprietary email system.
*From:*otrs-bounces@otrs.org mailto:otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org mailto:otrs-bounces@otrs.org] *On Behalf Of *Gabriele D'Andrea *Sent:* Tuesday, December 18, 2012 9:46 AM *To:* otrs@otrs.org mailto:otrs@otrs.org *Subject:* [otrs] Fetching mails from Lotus Domino without POP/IMAP access
Hi,
I need to configure OTRS for fetching emails from a Lotus Domino server.
Unfortunately, the Domino server cannot be configured for use with IMAP or POP3 protocols.
Whats' more, even forwarding emails to a different account on another domain is not an option.
These limitations depend on severe company policies, that I cannot superseed.
Is there a way to allow OTRS fetching mails from Domino, using the native domino protocol?
Alternatively, is there some kind of sowtware that can act as a gateway to the domino server?
Thank you very much for any kind of support
-- *Gabriele D'Andrea *
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Except she said that she is specifically forbidden to do that by corporate policy. This isn’t a technical problem, it’s a political one. The suggestion I made works because if the separate Notes server is a separate administrative domain, there is no way to compromise the existing server ids, because it is essentially a separate environment (with no common userids, etc). It can communicate with the other server only via a private unpublished protocol, and it can be completely audited. There are no other userids that can be collected or compromised. If someone is that paranoid, that should be enough audit trail for anyone. You could configure an MTA such as Postfix on the OTRS server, accepting emails for support@otrs.yourdomain.commailto:support@otrs.yourdomain.com and pipe this directly into OTRS. Then, you can configure on the Lotus Notes side to forward all mail to this address: http://robpegoraro.com/2011/06/08/lotus-notes-liberation-how-to-forward-ever... It would still not be the most elegant solution, it would require a bit of configuration, but it'll work fine!
participants (5)
-
David Boyes
-
Gabriele D'Andrea
-
Michiel Beijen
-
Patrick Banholzer
-
Steven Carr