Commit 71fdb8c0 authored by Frank Bergmann's avatar Frank Bergmann

- POP3 Interface:

  Improved default parameter settings
parent 03186e70
......@@ -46,19 +46,18 @@ $debug = 1;
# The name of the ]po[ server
$server = "po34demo";
$db_pwd = "";
$db_datasource = "dbi:Pg:dbname=$server";
$db_username = "$server";
$server = "projop"; # The name of the database instance.
$db_username = "$server"; # By default the same as the server.
$db_pwd = ""; # The DB password. Empty by default.
$db_datasource = "dbi:Pg:dbname=$server"; # How to identify the database
# --------------------------------------------------------
# The POP3 Mail Account
$pop3_server = "pop3.server.com";
$pop3_user = "username";
$pop3_pwd = "password";
$pop3_user = "myuser";
$pop3_pwd = "secret";
# --------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment