205 pts.
Q:
POP3 in Exchange 2003
Hi,
I have an Exchange Server and I want to find out how many users are using their mailboxes through POP3.
Thanks!
ASKED: Apr 30 2009  8:41 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
7305 pts.
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • Bookmark and Share
The only way I know to do this is by enabling POP3 logging and then reviewing the log file. Here is how to do that:

To enable protocol logging for POP3

1.To enable protocol logging for POP3, open the following file in Notepad: C:\Program Files\Microsoft\Exchange Server\ClientAccess\PopImap\ Microsoft.Exchange.Pop3.exe.config.

Aa997690.note(en-us,EXCHG.80).gifNote:
The parameter names in the <add key=../> section are case sensitive.

2. Change the following line in the <appSettings> section from:

<addkey="ProtocolLog" value="false" />


to:
<addkey="ProtocolLog" value="true" />

3.Save, and then close the Microsoft.Exchange.Pop3.exe.config file.
Last Answered: May 5 2009  5:08 PM GMT by KarlG   7305 pts.
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Fer061179   205 pts.  |   May 5 2009  5:15PM GMT

Ok, I’ll try with that.
Where can I find log files after doing this?