In order to enable RSS for mail databases based on the mail
8 template, you need to add ini parameters to the Domino server notes.ini
where the mail databases reside. I did this in 8.0.2.
These two entries allowed for an RSS emblem to appear
in the mail database in the browser.
1. Either one of these entries:
iNotes_WA_Feeds=atom
or
iNotes_WA_Feeds=rss
or
iNotes_WA_Feeds=atom,rss
2. Then add this ini parameter that turns off secured
feeds.
iNotes_WA_FeedsSecured=0
By default https appears in the feed URL with a 0 after
the servername. The below ini parameter allows http to be used. A person
must authenticate with the server each time that they try to get new or
updated feeds.
My test server contains these two lines in the server's
notes.ini:
iNotes_WA_Feeds=atom,rss
iNotes_WA_FeedsSecured=0
With those ini parameters, your URL does not contain https,
nor a 0 after the servername.
Sample Atom Feed URL
http://servername/mail/maildatabase.nsf/iNotes/Proxy/?OpenDocument&Form=s_Atom&NKA
Sample RSS Feed URL
http://servername/mail/maildatabase.nsf/iNotes/Proxy/?OpenDocument&Form=s_RSS&NKA
