/ #blog 

openNTF Log

Of course I know about the openNTF website that collects open source Notes applications. Also I read about the OpenLog template, but I haven’t used it - until 2 weeks ago when I needed some information why my agents were failing suddenly after a Domino 5 to Domino 6 migration. I remembered about the OpenLog database and decided to give it a try. What can I say: I’m a fool that I haven’t used this much sooner. The installation and implementation into my applications was a snap and within minutes I had the exact error message and place of where the code failed. Fixing it was pretty easy. In the last weeks I have OpenLog enabled all the Notes applications I currently support and I expect that this will make my life much easier in the future. ...

Jens-Christian Fischer
/ #blog 

SMTP Cheat Sheet

From the “my external memory dept”: One of the simplest way to debug SMTP problems is to talk directly to the SMTP server using a shell (Telnet): Frodo:~ jcf$ telnet smtp.domain.ch 25 Trying xxx.xxx.xxx.xxx... Connected to smtp.domain.ch. Escape character is '^]'. 220 smtp.domain.ch ESMTP ready. MAIL FROM:name@domain.ch 250 OK RCPT TO:joe@doe.com 250 Accepted DATA 354 Enter message, ending with "." on a line by itself and then the message you want to send (including the headers) ...

Jens-Christian Fischer
/ #blog 

burning Feeds

Taking a cue from Gadgetguy, I have burned the most requested feed by running it through FeedBurner. This will massage the feeds, making them easier accessible to people using a browser and various other nice things (like giving me statistics on who is reading this blog - similar to Statcounter, who does an excellent job for tracking the web-usage of this blog. Also it inserts links to “relevant” Amazon books. This of course in a constant effort to offset the cost of me running this blog. If it doesn’t work out (as I suspect it will), this part will be removed again… ...

Jens-Christian Fischer