That format string wrapped. It's all one property with no line breaks. Ed Crowley MCSE+Internet MVP kcCC+I Tech Consultant hp Services Protecting the world from PSTs and Bricked Backups!
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Ed Crowley Sent: Monday, June 03, 2002 3:49 PM To: Exchange Discussions Subject: RE: Turning off POP3 at the mailbox via Directory Import I've reverse engineered it for you. The property is Protocol-Settings. The format is (get ready): HTTP�1�1������%IMAP4�1�1�1�ISO-8859-1�0�1�1�0%LDAP�1�1������%NNTP�1�1�3� ����%POP3�1�0�1�ISO-8859-1�1��� The substring you're interested in is at the end: POP3�x�y�z�char_set�a��� In order, the prpoerties are: POP3 identifies the protocol for which the stuff that follows applies. x = 1 when the protocol is enabled, 0 = disabled. y = 1 when protocol defaults are used, 0 = custom. z = 0 for MIME with both HTML and PlainText, 1 for MIME with Plain text only, 2 for UUENCODE with Binhex, 3 for UUENCODE with no Binhex, or 4 for MIME with HTML. char_set is the default character set (ISO-8859-1 is default). a = 1 for use rich text format, 0 = don't. Ed Crowley MCSE+Internet MVP kcCC+I Tech Consultant hp Services Protecting the world from PSTs and Bricked Backups! -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of John Matteson Sent: Monday, June 03, 2002 12:53 PM To: Exchange Discussions Subject: Turning off POP3 at the mailbox via Directory Import Good afternoon: Would like to know if anyone knows the proper field(s) to use to set the POP3 protocol setting via Directory Import? I have to enable the POP3 protocol for a process that is being currently used at a trade show, but need to disable it on all the other mailboxes due to it's security problems (removing mail from the server by default). I'm using the HEADER program, but can't figure out which header to use to change the settings from enabled to disabled. Thanks. John Matteson; Exchange Manager Geac Corporate Infrastructure Systems and Standards (404) 239 - 2981 Defeat is a state of mind. No one is ever defeated until defeat has been accepted as a reality. To me, defeat in anything is merely temporary, and its punishment is but an urge for me to greater effort to achieve my goal. Defeat simply tells me that something is wrong in my doing; it is a path leading to success and truth. --Bruce Lee _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED]

