• Deutsch (DE-CH-AT)
  • English (United Kingdom)
Home


Written by Bastian Wieczorek
Sunday, 07 February 2010 00:00

I´m currently working on a project where it might useful to allow limited access via BlackBerry. But because of the reason that RIM dropped the MDS Support in BlackBerry 5.0 the "old" examples in the Internet aren´t any longer working.

 

BUT John Wargo created a short serie of blog entries (including a sample application) how to create Java Applications which use a Lotus Domino webservice to interact with...

Domino & BlackBerry Java Applications - Part 1

Domino & BlackBerry Java Applications - Part 2

Domino & BlackBerry Java Applications - Part 3



 

Written by Bastian Wieczorek
Wednesday, 03 February 2010 00:00

Peter Presnell started to collect the "Lotusphere 2010" presentation.

He build a list on his Website:

http://www.bleedyellow.com/blogs/dotdomino/entry/february_2_2010_10_43_pm5?lang=en_us

These presentations could also be found here:

http://www.yellowverse.com/Presentations.nsf



   

Written by Bastian Wieczorek
Monday, 01 February 2010 00:00

A good friend and domino administrator called me today and said that there TLS connection on one domino server isn´t working like expected.

I connected to the domino server and set "SMTPCLIENTDEBUG=1" after that I got the output seen here. If you are familiar with the EHLO command you can see that we get a "250-XXXXXXXA" instead a "250-STARTTLS" in short that means the Domino server isn´t able to communicate over a encrypted connection. You can see also that the remote mailserver forced "STARTTLS" and thats the reason why the mail send failed.

A deeper look into there network showed that they connected this domino server to a "Microsoft ISA Server Firewall" and this server tried to analyze every kind of traffic which goes true it and that "destroyed" the TLS connection. After the company switched this server to a SUN Firewall everything was working like expected.

 

2010-02-01 08:37:24   [1078:001D-073C] SMTPClient: Attempting to Connect: Host xxxx.xxxxx.com, Port 25, SSL Port 0, Connecting Domain xxxxxxx.xxxxxxxxx.xx
2010-02-01 08:37:25   [1078:001D-073C] SMTPClient: Connection successful
2010-02-01 08:37:25   [1078:001D-073C] SMTPClient: ReceiveResponse: 220 *********************************
2010-02-01 08:37:25   [1078:001D-073C] SMTPClient: CommandEHLO: EHLO
xxxxxxx.xxxxxxxxx.xx
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250-xxxx.xxxxx.com
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250-PIPELINING
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250-SIZE 10485760
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250-ETRN
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250-XXXXXXXA
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250-ENHANCEDSTATUSCODES
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250 8BITMIME
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: SMTP Authentication is not required by local server.  Username: -blank-
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: Attempting to SubmitMessage:
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: Pipelined commands:
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: MAIL FROM:< This e-mail address is being protected from spambots. You need JavaScript enabled to view it > BODY=8BITMIME SIZE=5126
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: RCPT TO:<
This e-mail address is being protected from spambots. You need JavaScript enabled to view it >
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: DATA
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: End of pipelined commands
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 530 Must issue a STARTTLS command first
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 503 5.5.1 Error: need MAIL command
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 503 5.5.1 Error: need RCPT command
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: CommandRSET:
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250 2.0.0 Ok
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: Attempting to Disconnect:
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: CommandQUIT:
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 221 2.0.0 Bye
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: Connection terminated successfully
2010-02-01 08:37:26   Router: No messages transferred to xxxx.COM (host
xxxx.xxxxx.com) via SMTP

Note: That doesn´t means that a "Microsoft ISA Server Firewall" and Domino didn´t play well together, maybe both would if the "Microsoft ISA Server Firewall" could be configured correctly.



   

Written by Bastian Wieczorek
Saturday, 23 January 2010 00:00

IBM released today the FP1 for Lotus Notes/Domino 8.5.1.

The fixpack included support for Notes on Windows 7 and Snow Leopard (Mac OS X 10.6.2).

Additional information about this Fix Pack, including a list of fixes, is available in the Notes/Domino 8.5.1 Fix Pack 1 Release Notice.

The IBM Technote 4025721 provides download information for IBM Lotus Notes and Domino 8.5.1  Fix Pack 1:

A list of fixes can be found here.



   

Written by Bastian Wieczorek
Sunday, 03 January 2010 00:00

I released the version 7 from my maintenance script for Lotus Domino.

New in this version:

- Added support for Domino 8.5.x
- Designed to run via TaskManager (e.g. for weekly maintenance on the weekend)
- Build in support for windows 2003 64 bit systems (32 bit systems are supported since 1.0)
- Will stop the domino Server and will check if it offline before processing with the maintenance
- Will run a NSD if domino will not quit in the given time (default = 60min.)
- Will detect the propper service name (via notes.ini value) for the shutdown
- Can start the Domino server / or reboot the server after maintenance

This version is primary build now to run via TaskManager.

You can download the script from here:

http://www.openntf.org/Projects/pmt.nsf/ProjectLookup/Domino%20Maintenance%20Script



   


Page 1 of 30