Ползване на POP3 услуга в Domino сървър!
ЙОРДАН ВИЧЕВ
Използването на POP3 Service в Domino инфраструктура не е препоръчително, но ако нямате избор и се налага направете следното за да нямате ядове:
В notes.ini се добавя параметъра POP3MarkRead=1
След което рестартирате POP3 таска за версии от 6 нагоре, или целия сървър за версии 5.х
За повече инфо:
http://www-01.ibm.com/support/docview.wss?rs=463&context=SSKTMJ&context=SSKTWP&q1=POP3MarkRead&uid=swg21105142&loc=en_US&cs=utf-8&lang=en
| Problem |
| By default, when POP3 clients retrieve messages, the messages are not marked as READ. If users are primarily POP users and "leave messages on server", the time it takes to pop messages significantly increases. Users are forced to periodically access their mail file via a Notes client and mark messages as READ. Is it possible to have messages marked as READ after they have been popped? |
| Solution |
To have messages marked as READ after they are popped, use the following INI parameter:
When set to "1", the parameter will mark all messages as READ after they have been popped. The default value of 0 will leave messages as UNREAD. Beginning in Notes Domino 6.0.4 and 6.5.2: Domino provides an option for POP3 to only mark mail messages as "read" if the content is actually retrieved via the POP3 server. Prior to this change, if the Notes.ini setting for POP3MarkRead had any non-zero value, the POP3 server would mark a message as read any time the POP3 server opened the message, even if just to satisfy the POP3 LIST command. Now, by setting POP3MarkRead=2, the POP3 server will only mark messages as read if the content is retrieved by the POP3 client (e.g. via the TOP or RETR command). Supporting Information: The parameter is available in both Notes/Domino 6.x and R5. The Administrator Help contains information regarding this parameter. Note, however, that in the R5 Admin Help the parameter is incorrectly stated as POP3_MarkRead. This has been corrected in the Notes/Domino 6 Admin Help. |
