[1] Comentário enviado por
nictuku em 07/01/2005 - 04:01h:
Excelente dica, Pedro.
Aproveite para mandar o arquivo de config aqui pro VOL, também! :-)
[2] Comentário enviado por
thiagoabb em 07/01/2005 - 16:33h:
Cara...... muito boa essa dica.....
vlw ae pela colaboracao.... e viva o linux..... =)
[3] Comentário enviado por
pedrofenix em 09/01/2005 - 17:47h:
Opa.. como vai calera.. desculpa num responder, pq estava de férias, Thiagoabb, não entendi quando vc falou para enviar o config.. manda ai pq sou novato, meu primeiro post, e agora que vou passar para linux.. hehe.. flw...
[4] Comentário enviado por
DHRS em 11/10/2005 - 14:15h:
Buenas...
Caro Pedro, quandp o Tiago pediu para que enviasse o "config", se referia a um post com seu arquivo "config.php" OK?
Att. []'s -Gurizito-
[5] Comentário enviado por
pedrofenix em 11/10/2005 - 14:37h:
blza.. segue ae o meu config.php
<?
/**********************
UebiMiau is a GPL'ed software developed by
- Aldoir Ventura - aldoir@users.sourceforge.net
-
http://uebimiau.sourceforge.net
Fell free to contact, send donations or anything to me :-)
São Paulo - Brasil
**********************
#####################
#Defaults:
#1 - Yes/On/True
#0 - No/Off/False
# do not remove or change this
define("yes",1);
define("no",0);
$themes = Array();
$languages = Array();
########################
# _ Please attention _:
# The temporary files will be stored on this folder
# For security reasons, do not use web-shared folders
# ** The Web Server needs write-permission on this folder
# * Unix/Linux users use.
# /tmp/uebimiau
# * Win32 users
# c:/winnt/temp/uebimiau
# NEVER use backslashes (\). Always use forward slashes (/),
# for all operating systems, INCLUDING Windows
#############################
$temporary_directory = "./database/";
###############################
# Your local SMTP Server (alias or IP) such as "smtp.yourdomain.com"
# eg. "server1;server2;server3" -> specify main and backup server
###################################
$smtp_server = "fenixpublicidades.com.br"; #YOU NEED CHANGE IT !!
##########################################
# You should enable this option if you know what are doing
#########################################
$allow_filters = yes;
########################################
# The maximum size for stored files
# In order to keep you system fast, use values better than 5MB
# If you need disable it, set the value to 0 or leave it blank
########################################
$quota_limit = 0; // in KB, eg. 4096 Kb = 4MB
#######################################
# Use SMTP password (AUTH LOGIN type)
#######################################
$use_password_for_smtp = yes;
#######################################
# Redirect new users to the preferences page at first login
#######################################
$check_first_login = yes;
########################################
# Turn this option to 'yes' if you want allow users send messages using
# they 'Reply to' preference's option as your 'From' header, otherwise
# the From field will be the email wich the users log in
#######################################
$allow_modified_from = yes;
#######################################
# Language & themes settings
#####################################
require("./inc/config.languages.php");
######################################
# Security related settings
####################################
require("./inc/config.security.php");
###################################
# Server type:
# allowed values:
# "DETECT" --------> Guess the pop3 server. If you are running UM
# in a domain "www.company.com", the script will
# use "PREFIX.company.com" as your server. you
# can set the "PREFIX" in the var $mail_detect_prefix.
# Also, the var $mail_detect_remove can be set
# to "www.", then the script get rid the "www" and
# put the prefix, eg. pop3.company.com.br
#"ONE-FOR-EACH" --> Each domain have your own mail server.
# The script will load the list of domains/servers from
# var $mail_servers.
#"ONE-FOR-ALL" ---> If you use this option, your users must supply the
# full email address as username. You can set the mail
# server in the var $default_mail_server
#
# LOGIN_TYPE
# Note. You can supply the LOGIN_TYPE according to your MAIL SERVER.
# Eg. If your mail server requires usernames in user@domain.com, you must
# specify the LOGIN_TYPE as "%user%@%domain%". You can combine it according to
# your server. eg.
# %user%
# %user%@%domain%
# %user%.%domain%
#
# PROTOCOL and PORT
# Choose "imap" as protocol to use the Internet Mail Access Protocol,
# or "pop3" to use the Post Office Protocol.
# The default ports are:
# pop3 -> 110
# imap -> 143
# The imap is more fast, but all functions of UebiMiau works with POP3
#####################################
###################################
$mail_server_type = "ONE-FOR-EACH";
#################################
# TYPE: DETECT
#################################
$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 = "";
####################################
# TYPE: ONE-FOR-EACH
# Each domain have your own mail server
####################################
$mail_servers[] = Array(
"domain" => "fenixpublicidades.com.br",
"server" => "fenixpublicidades.com.br",
"login_type" => "%user%@%domain%",
"protocol" => "imap",
"port" => "143",
"folder_prefix" => "INBOX."
);
/*
$mail_servers[] = Array(
"domain" => "another-domain.com",
"server" => "mail.another-domain.com",
"login_type" => "%user%@%domain%",
"protocol" => "imap",
"port" => "143",
"folder_prefix" => "INBOX."
);
*/
###################################
# TYPE: ONE-FOR-ALL
# the default mail server for all domains
##################################
$default_mail_server = "mail.your-host.com";
$one_for_all_login_type = "%user%@%domain%";
$default_protocol = "pop3";
$default_port = "110";
$default_folder_prefix = "";
#################################
# Allowed values:
# "smtp" - To use an external SMTP Server specified in $smtp_server
# "sendmail" - To server's sendmail-compatible MTA. If you need to change
# the path, look into /inc/class.phpmailer.php and search for
# var $Sendmail = "/usr/sbin/sendmail";
# "mail" - To use default PHP's mail() function
####################################
$mailer_type = "sendmail";
##################################
# In some POP3 servers, if you send a "RETR" command, your
# message will be automatically deleted :(
# This option prevents this inconvenience
#################################
$mail_use_top = yes;
################################
# Name and Version, it's used in many places, like as
# "X-Mailer" field, footer
################################
$appversion = "2.7.8";
$appname = "UebiMiau 2.7.8-RC1-Aleborg";
#################################
# Add a "footer" to sent mails
################################
$footer = "";
#################################
# Enable debug :)
# no - disabled
# 1 or yes -> enabled with full results
# 2 -> enable with servers communications only
# *********************************/
$enable_debug = no;
#################################
# Order setting
################################
$default_sortby = "date";
$default_sortorder = "DESC";
#################################
# Default preferences...
#################################
$default_preferences = Array(
"send_to_trash_default" => yes, # send deleted messages to trash
"st_only_ready_default" => yes, # only read messages, otherwise, delete it
"save_to_sent_default" => yes, # send sent messages to sent
"empty_trash_default" => yes, # empty trash on logout
"sortby_default" => "date", # alowed: "attach","subject","fromname","date","size"
"sortorder_default" => "DESC", # alowed: "ASC","DESC"
"rpp_default" => 20, # records per page (messages), alowed: 10,20,30,40,50,100,200
"add_signature_default" => no, # add the signature by default
"signature_default" => "", # a default signature for all users, use text only, with multiple lines if needed
"timezone_default" => "+0000", # timezone, format (+|-)HHMM (H=hours, M=minutes)
"display_images_default" => yes, # automatically show attached images in the body of message
"editor_mode_default" => "html", # use "html" or "text" to set default editor. "html" will be used only in IE5+ browsers
"refresh_time_default" => 10 # after this time, the message list will be refreshed, in minutes
);
?>
[6] Comentário enviado por
Renan_ em 17/10/2005 - 16:31h:
Configurei certinho.. ai quando entro em http://host/webmail, pede usuario/senha. Qual usuario/senha posso usar ali? Tentei os usuarios da maquina, mas nao deu certo. Vem com alguma conta padrão pra configurar?
[]z
[7] Comentário enviado por
Lion_Black em 30/01/2006 - 19:37h:
o meu funcionou perfeitamente.. eu so queria saber ...
Como eu faço para os meus usuarios na hora que forem autenticar no uebimial ... eles usarem seu endereço de email ao invez da conta criada no SO?
[8] Comentário enviado por
DHRS em 31/01/2006 - 11:23h:
Buenas Comunidade.
Lion, não se se compreendi corretamente sua dúvida, mas acredito que dentro das configurações do UEBIMIAU você pode definir de que forma seus usuário devem logar, se somente com usuário ou com o e-mail completo.
Espero ter contribuído, qualquer dúvida posta novamente.
[]'s-Gurizito-
[9] Comentário enviado por
alu1510 em 19/03/2006 - 20:24h:
Boa noite. $ server_time_zone = "-0300" para a linha 48 da dica.
[10] Comentário enviado por
jpunix em 25/06/2006 - 21:57h:
Poxa galera é o seguinte, a dica é boa só que tem o seguinte, a minha config e diferente da dica tem algumas coisa que não contem na minha config.
Veja minha config de origem
<?
/**********************
UebiMiau is a GPL'ed software developed by
- Aldoir Ventura - aldoir@users.sourceforge.net
-
http://uebimiau.sourceforge.net
Fell free to contact, send donations or anything to me :-)
São Paulo - Brasil
**********************
#####################
#Defaults:
#1 - Yes/On/True
#0 - No/Off/False
# do not remove or change this
define("yes",1);
define("no",0);
$themes = Array();
$languages = Array();
########################
# _ Please attention _:
# The temporary files will be stored on this folder
# For security reasons, do not use web-shared folders
# ** The Web Server needs write-permission on this folder
# * Unix/Linux users use.
# /tmp/uebimiau
# * Win32 users
# c:/winnt/temp/uebimiau
# NEVER use backslashes (\). Always use forward slashes (/),
# for all operating systems, INCLUDING Windows
#############################
$temporary_directory = "./database/";
###############################
# Your local SMTP Server (alias or IP) such as "smtp.yourdomain.com"
# eg. "server1;server2;server3" -> specify main and backup server
###################################
$smtp_server = "jpunix.sytes.net"; #YOU NEED CHANGE IT !!
##########################################
# You should enable this option if you know what are doing
#########################################
$allow_filters = yes;
########################################
# The maximum size for stored files
# In order to keep you system fast, use values better than 5MB
# If you need disable it, set the value to 0 or leave it blank
########################################
$quota_limit = 1024000; // in KB, eg. 4096 Kb = 4MB
#######################################
# Use SMTP password (AUTH LOGIN type)
#######################################
$use_password_for_smtp = no;
#######################################
# Redirect new users to the preferences page at first login
#######################################
$check_first_login = yes;
########################################
# Turn this option to 'yes' if you want allow users send messages using
# they 'Reply to' preference's option as your 'From' header, otherwise
# the From field will be the email wich the users log in
#######################################
$allow_modified_from = yes;
#######################################
# Language & themes settings
#####################################
require("./inc/config.languages.php");
######################################
# Security related settings
####################################
require("./inc/config.security.php");
###################################
# Server type:
# allowed values:
# "DETECT" --------> Guess the pop3 server. If you are running UM
# in a domain "www.company.com", the script will
# use "PREFIX.company.com" as your server. you
# can set the "PREFIX" in the var $mail_detect_prefix.
# Also, the var $mail_detect_remove can be set
# to "www.", then the script get rid the "www" and
# put the prefix, eg. pop3.company.com.br
#"ONE-FOR-EACH" --> Each domain have your own mail server.
# The script will load the list of domains/servers from
# var $mail_servers.
#"ONE-FOR-ALL" ---> If you use this option, your users must supply the
# full email address as username. You can set the mail
# server in the var $default_mail_server
#
# LOGIN_TYPE
# Note. You can supply the LOGIN_TYPE according to your MAIL SERVER.
# Eg. If your mail server requires usernames in user@domain.com, you must
# specify the LOGIN_TYPE as "%user%@%domain%". You can combine it according to
# your server. eg.
# %user%
# %user%@%domain%
# %user%.%domain%
#
# PROTOCOL and PORT
# Choose "imap" as protocol to use the Internet Mail Access Protocol,
# or "pop3" to use the Post Office Protocol.
# The default ports are:
# pop3 -> 110
# imap -> 143
# The imap is more fast, but all functions of UebiMiau works with POP3
#####################################
###################################
$mail_server_type = "ONE-FOR-EACH";
#################################
# TYPE: DETECT
#################################
$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 = "";
####################################
# TYPE: ONE-FOR-EACH
# Each domain have your own mail server
####################################
$mail_servers[] = Array(
"domain" => "jpunix.sytes.net",
"server" => "jpunix.sytes.net",
"login_type" => "%user%@%domain%",
"protocol" => "imap",
"port" => "143",
"folder_prefix" => "INBOX."
);
/*
$mail_servers[] = Array(
"domain" => "another-domain.com",
"server" => "mail.another-domain.com",
"login_type" => "%user%@%domain%",
"protocol" => "imap",
"port" => "143",
"folder_prefix" => "INBOX."
);
*/
###################################
# TYPE: ONE-FOR-ALL
# the default mail server for all domains
##################################
$default_mail_server = "mail.your-host.com";
$one_for_all_login_type = "%user%@%domain%";
$default_protocol = "pop3";
$default_port = "110";
$default_folder_prefix = "";
#################################
# Allowed values:
# "smtp" - To use an external SMTP Server specified in $smtp_server
# "sendmail" - To server's sendmail-compatible MTA. If you need to change
# the path, look into /inc/class.phpmailer.php and search for
# var $Sendmail = "/usr/sbin/sendmail";
# "mail" - To use default PHP's mail() function
####################################
$mailer_type = "sendmail";
##################################
# In some POP3 servers, if you send a "RETR" command, your
# message will be automatically deleted :(
# This option prevents this inconvenience
#################################
$mail_use_top = yes;
################################
# Name and Version, it's used in many places, like as
# "X-Mailer" field, footer
################################
$appversion = "2.7.9";
$appname = "UebiMiau";
#################################
# Add a "footer" to sent mails
################################
$footer = "";
#################################
# Enable debug :)
# no - disabled
# 1 or yes -> enabled with full results
# 2 -> enable with servers communications only
# *********************************/
$enable_debug = no;
#################################
# Order setting
################################
$default_sortby = "date";
$default_sortorder = "DESC";
#################################
# Default preferences...
#################################
$default_preferences = Array(
"send_to_trash_default" => yes, # send deleted messages to trash
"st_only_ready_default" => yes, # only read messages, otherwise, delete it
"save_to_sent_default" => yes, # send sent messages to sent
"empty_trash_default" => yes, # empty trash on logout
"sortby_default" => "date", # alowed: "attach","subject","fromname","date","size"
"sortorder_default" => "DESC", # alowed: "ASC","DESC"
"rpp_default" => 20, # records per page (messages), alowed: 10,20,30,40,50,100,200
"add_signature_default" => no, # add the signature by default
"signature_default" => "", # a default signature for all users, use text only, with multiple lines if needed
"timezone_default" => "+0000", # timezone, format (+|-)HHMM (H=hours, M=minutes)
"display_images_default" => yes, # automatically show attached images in the body of message
"editor_mode_default" => "html", # use "html" or "text" to set default editor. "html" will be used only in IE5+ browsers
"refresh_time_default" => 10 # after this time, the message list will be refreshed, in minutes
);
?>
e tah tando este erro
http://jpunix.sytes.net/mail/
This script will test your configurations and try to tell you a solution.
All configurations are located in /inc folder and appears as config.*.php
--------------------------------------------------------------------------------
- Testing inc/config.php
(if the script stops here, there are a parse problem with your file, eg you have misstyped some " ou ;, try getting a fresh copy and re-editing it)
...
[11] Comentário enviado por
marcelinhotux em 28/07/2006 - 12:06h:
mto boa a dica velho...
continua mandando dicas ae pra galera
flw
[12] Comentário enviado por
cleimarlemes em 04/01/2007 - 20:43h:
ae e como se cria um script pra cadastro de email que ja crie a conta do usuario pelo site e fica aguardando liberaçao pelo administrador ?
[14] Comentário enviado por
pedrodeola em 19/02/2007 - 13:23h:
bom esta ocorrendo um erro aqui, alguem poderia me explicar...
ERROR (2): Header may not contain more than a single header, new line detected. (/mail_p/inc/inc.php:126)
na linha 126 do arquicon inc.php tem isso:
123 Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT\r\n".
124 "Cache-Control: no-cache\r\n".
125 "Cache-Control: must-revalidate\r\n".
126 "Pragma: no-cache");
vallew pessoal
[15] Comentário enviado por
freddys_ em 01/04/2007 - 10:39h:
Baixei a versão 2.7.10 do Uebimiau, como faço pra atualizar minhaversão atual (2.7.9)?
[16] Comentário enviado por
carneiras em 16/04/2007 - 14:29h:
Estou com problemas ao abrir anexos no webmail, quando abre a tela para baixar anexos ocorre um erro de arquivos nao encontrado.
Alguem sabe oq pode ser? as configurações estão ok, somente ao baixar qualquer anexo ocorre o erro.
Alguem sabe como atualizar o uebimiau?
OBS: Estou utilizando o OpenBSD 3.8
Att, Alessandro.
[17] Comentário enviado por
ronneywiller em 30/04/2007 - 01:11h:
por favor no meu esta dando erro....
Invalid theme, configure your $default_theme
alguem me ajuda a configura ????
obrigado!
[19] Comentário enviado por
jrcordeiro em 06/09/2007 - 11:47h:
No m eu uebimiau que instalei parecia tudo ok mais tem algums usuários que estão usando o uebimiau e os email da caixa de entrada estão sumindo (não aparecem)e os da pasta de itens enviados tambem. Ja estes mesmo usuários quando se logan no webmail do p´roprio servidor como o NeoMail/Horde/SquirrelMail, os email da caixa de entrada estão lá e o da pasta de intens enviados também. Qual será o problema !!! Alguem pode me ajudar ?
[20] Comentário enviado por
dark m. em 21/12/2007 - 09:59h:
alguem poderia postar algo sobre o erro que eu e o pedro estamos enfrentando?
ERROR (2): Header may not contain more than a single header, new line detected. (mail/webmail/inc/inc.php:156)
não faço a minima idéia do que seja isso!
mas se algum puder me ajudar ficarei extremamente grato!
Desde ja grato pela atenção e ate+
[21] Comentário enviado por
micerqueira em 20/01/2010 - 12:16h:
alguem pode da uma força? uebimiau não acessa, login e senhainvalidos e apresenta esse erro:
Deprecated: Function split() is deprecated in /opt/lampp/htdocs/phpxmail/class.phpxm.php on line 299