our $listen_ip_address = "localhost";
our $listen_port = 110;
our $timeout = 300;
our $max_connections = 3;
our $global_max_connections = SOMAXCONN;
our $pid_dir = "./pid/zpopd";
our $parent_pid_filename = "parent.pid";
our $welcome_message = "POP3 Server Ready";
our $goodbye_message = "POP3 Server Signing Off";
our $timeout_message = "POP3 Server Signing Off (timeout)";