No więc mó konfig:
<?
define('yes',1);
define('no',0);
$ALL_OK = false;
$themes = Array();
$languages = Array();
$temporary_directory = "/var/uebimiau/";
$smtp_server = "mieszka.net"; #YOU NEED CHANGE IT !!
$allow_filters = no;
$quota_limit = 0; // in KB, eg. 4096 Kb = 4MB
$use_password_for_smtp = yes;
$check_first_login = yes;
$allow_modified_from = yes;
require("./inc/config.languages.php");
require("./inc/config.security.php");
$mail_server_type = "ONE-FOR-EACH";
$mail_detect_remove = "www.";
$mail_detect_prefix = "mail.";
$mail_detect_login_type = "%user%@%domain%";
$mail_detect_protocol = "pop3";
$mail_detect_port = "110";
$mail_detect_folder_prefix = "";
$mail_servers[] = Array( //sample using POP3
"domain" => "mieszka.net",
"server" => "mieszka.net",
"login_type" => "%user%@%domain%",
"protocol" => "POP3",
"port" => "110",
"folder_prefix" => ""
);
$default_mail_server = "mail.YOUR-UNIQUE-SERVER.com.br";
$one_for_all_login_type = "%user%@%domain%";
$default_protocol = "pop3";
$default_port = "110";
$default_folder_prefix = "";
$mailer_type = "smtp";
$mail_use_top = yes;
$appversion = "2.7.8";
$appname = "UebiMiau";
$footer = "
________________________________________________
Message sent using $appname $appversion
";
$enable_debug = no;
$default_sortby = "date";
$default_sortorder = "DESC";
$default_preferences = Array(
"send_to_trash_default" => yes, # send deleted messages
"st_only_ready_default" => yes, # only read messages, ot
"save_to_sent_default" => yes, # send sent messages to
"empty_trash_default" => yes, # empty trash on logout
"sortby_default" => "date", # alowed: "attac
"sortorder_default" => "DESC", # alowed: "ASC",
"rpp_default" => 20, # records per pa
"add_signature_default" => no, # add the signature by d
"signature_default" => "", # a default sign
"timezone_default" => "+0000", # timezone, form
"display_images_default" => yes, # automatically show att
"editor_mode_default" => "html", # use "html" or "text" t
"refresh_time_default" => 10 # after this time, the m
);
$ALL_OK = true;
?>
co schrzanilem ?
