Winpop Set Command In Windows Server 2008

In this article I am going to explain about Winpop sets Command in Windows Server 2008 operating system and also explain it's related syntax.
  • 1772
Introduction

In this we can send and receive text messages and alerts from the server and it included in Windows Server 2003.

Syntax

winpop set [portPortNumber]
[logging {0 | 1 | 2 | 3}
[authentication {1 | 2 | 3}]
[mailrootPath]
[threadcountValue]
[socketmaxValue]
[socketminValue]
[socketbacklogValue]
[socketthresholdValue]
[socketValue Value Value Value]
[sparequired {0 | 1}]

 

 Parameter  Description
port PortNumber In this we sets the port on which the POP3 service listens for POP3 e-mail clients and responds to connection requests.
logging It sets the event logging level for the POP3 service.
authentication we can use the abbreviated version of this command for authentication.
mailroot Path It sets the mail store directory for the POP3 service.
threadcount Value It Sets the number of threads to run for the POP3 service.
socketmax Value
It sets the maximum number of sockets the service will create.
socketmin Value
It sets the minimum number of sockets the service will maintain.
socketbacklog Value
In this we sets the number of connections that are held in a waiting state once socketmaxValue has been reached.
socketthreshold Value It sets the number of new sockets to create at a time..
sparequired In this we  sets the mail server to require Secure Password Authentication for all client connections.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.