Archive for the ‘How To’ Category
Tuesday, January 31st, 2012
Bem, se você quer forçar (dar start) no zoneminder de forma simples coloque no rc.local a seguinte instrução (antes do exit 0 ):
/usr/local/bin/zmpkg.pl start
Isso vai forçar o status start do zoneminder para ficar como start
.
Tags: debian, linux, redhat, security, ubuntu, zoneminder
Posted in 1, debian, gnu/linux, How To, slackware, ubuntu | No Comments »
Tuesday, January 31st, 2012
Para se salvar com uma alternativa ao comando replace (oriundo do mysql) use:
perl -pi -w -e ‘s/COISA_QUE_QUERO_SUBSTITUIR/COISA_QUE_QUERO_ADD/g;’ arquivo_que_quero_mudar
Pronto!
Tags: alternative, linux, mysql, perl, replace
Posted in 1, bancos de dados, bds, bsd, CentOs, dba, debian, fedora, FreeBSD || OpenBSD, Gentoo, gnu/linux, Hosting, How To, Nerdice!, Open Source, OpenSuse, programação, red hat, Sempre Lammer!, slackware, sun, ubuntu, unix | No Comments »
Wednesday, December 28th, 2011
Para resolver esse problema entre no /etc/resolv.conf, comente seus antigos dns e use os do google:
nameserver 8.8.8.8
nameserver 8.8.4.4
Tags: CentOs, cpanel, Error, exim, lookups, redhat, solve, troubleshooting
Posted in 1, CentOs, Hosting, How To, Painéis de Controle, red hat, unix, whmcpanel | No Comments »
Thursday, October 20th, 2011
Se isso acontece com o plesk, verifique se você já fez o seguinte:
1 – Tentou ativar o modo UNIX no ftp.
2 – Verificou se as permissões de pasta no root do ftp estão ok (padrão nas contas de ftp é a pasta httpdocs ou / do vhost do cliente).
3 – Rodou -> “%plesk_bin%\ftpmng.exe” –remove-all “%plesk_bin%\ftpmng.exe” –reconfigure-all
4 – RODOU:
net stop MSFTPSvc
net start MSFTPSvc
5 – Por fim criou o dword HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\InetInfo\Parameters\DisableMemoryCache e deu 1 como valor
SE NÃO rolou nada para o ftp, mesma mensagem de erro? Ainda persiste o erro?
Que tal tentar o FTP para acesso do main ip? LOL, por incrível que pareça as vezes o maion ip precisa ser ajustado como host na conexão de ftp
Tags: Error, ftp, parallels, plesk
Posted in 1, Hosting, How To, parallels, Windows, Windows (NT~2008 server) | No Comments »
Tuesday, October 11th, 2011
Por vezes encontramos trouxas fazendo spam, lotam a fila e acham que iremos deletar tudo e ferrar com a vida de quem envia emails corretamente.
Vamos acabar com a festa de um domínio spammer que lotou a fila do srv?
Como root faça:
exiqgrep -ir email_do_sadado@dominiodoporco.com.br | xargs exim -Mrm
Isso vai limpar a fila do porco!
Tags: --del, bounce, cpanel, delete, exim, list, mail, massive, remove, spam, spammer
Posted in 1, CentOs, Hosting, How To, Open Source, red hat, whmcpanel | 1 Comment »
Thursday, October 6th, 2011
Tags: based, ddclient, debian, dyndns, gnu, linux, mint, server, ubuntu
Posted in 1, debian, gnu/linux, How To, Open Source, ubuntu, unix | No Comments »
Thursday, October 6th, 2011
Failed to set sender: EMAIL@DOMÍNIO.COM [SMTP: Failed to write to socket: not connected (code: -1, response: )]”
Se você está recebendo este erro basta acessar seu WHM -> ir nos plugins -> CSF e nas configurações do CSF procurar por SMTP_ALLOWLOCAL, normalmente isso está setado como 0 (zer0 = DESATIVADO), digite 1 para ativar e boa!
Abraços galera.
Tags: allow, csf, erro, horde, howto, relay, send, smtp, webmail, whm
Posted in 1, CentOs, gnu/linux, Hosting, How To, red hat, whmcpanel | No Comments »
Monday, October 3rd, 2011
Para cpanel pt_br, o rvskin mostra esta mensagem:
Error from park wrapper: Usando Servidor de Nomes com os seguintes IPs: IP_DO_DNS1,IP_DO_DNS2 Sorry, the domain is already pointed to an IP address that does not appear to use DNS servers as sociated with this server. Please transfer the domain to this servers nameservers or have your administrator add one of its nameservers to /etc/ips.remotedns and make the proper A entries on that remote nameserver.
Naaaaaaaaaaaaaada de Pânico, sanar essa parada é fácil.
Abra o whm como root e em TWEAK SETTINGS clique em DOMAINS e deixe ON a opção:
Allow Remote Domains
Depois disso você vai enviar uma caixa de bis para mim
.
Tags: como, corrigir, cpanel, domain, domínios, Error, estacionados, parked, whm
Posted in 1, CentOs, gnu/linux, Hosting, How To, Painéis de Controle, red hat, whmcpanel | 2 Comments »
Friday, September 30th, 2011
Para identificar quem está acessando seu roundcube use:
egrep "GET (/cpsess[0-9]+)?/3rdparty/roundcube/\?.* HTTP/1.[01]" /usr/local/cpanel/logs/access_log
Para saber quais são os ips que estão acessando o roundcube:
pgrep -l -f webmaild
Para saber qual versão do roundcube:
grep -H '' /usr/local/cpanel/version /var/cpanel/roundcube/version
egrep "GET (/cpsess[0-9]+)?/3rdparty/roundcube/\?.* HTTP/1.[01]" /usr/local/cpanel/logs/access_log
Tags: cpanel, manhas, problemas, resolver, roundcube, tricks
Posted in 1, CentOs, gnu/linux, Hosting, How To, Open Source, red hat, whmcpanel | No Comments »
Saturday, September 24th, 2011
Existe uma coisa estranha, e acontece mais do que imaginamos!
Já viu um fullbackup simplesmente parar no meio do caminho (pkgacct via console, por exemplo)?
Ou um user reclama que o backup está incompleto ou foi restaurar e o site não funfa mais? (um cms, por exemplo, como wordpress)
Isto ocorre em detrimento a limites do mysql (normalmente é esta a causa) no momento de gerar o dump, veja mais abaixo.
Um passo a segu1r é o seguinte, como root devemos executar o seguinte comando:
tail -f /usr/local/cpanel/logs/error_log
Se a saída do log (recomendo fazer isso via screen, por exemplo) for essa:
Script::Pkgacct::__ANON__() called at /scripts/pkgacct line 2154
Script::Pkgacct::run_dot_event(CODE(0x2b3d547e1050)) called at /scripts/pkgacct line 1141
Script::Pkgacct::script(‘Script::Pkgacct’, ‘LOGINDOCLIENTE‘) called at /scripts/pkgacct line 85
[UMA DATA] warn [pkgacct] LOGINDOCLIENTE_NOMEDOBD: mysqldump: Couldn’t execute ‘SHOW TRIGGERS LIKE ‘bl\_NOMEDOBD”: Got error 28 from storage engine (1030)
at /scripts/pkgacct line 1535
Script::Pkgacct::_check_error_file(‘LOGINDOCLIENTE_NOMEDOBD‘, ‘/home/cpmove-LOGINDOCLIENTE/mysql/LOGINDOCLIENTE_NOMEDOBD.sql.err’) called at /scripts/pkgacct line 1504
Script::Pkgacct::mysqldumpdb(HASH(0x2b3d547e1000)) called at /scripts/pkgacct line 1138
Script::Pkgacct::__ANON__() called at /scripts/pkgacct line 2154
Script::Pkgacct::run_dot_event(CODE(0x2b3d547e1050)) called at /scripts/pkgacct line 1141
Script::Pkgacct::script(‘Script::Pkgacct’, ‘LOGINDOCLIENTE‘) called at /scripts/pkgacct line 85
É simples de sanar!
Entre no /etc/my.cnf e comente as linhas que limitam uso de memória de cache (principalmente as de querys) do mysql.
Feito isto:
service mysql restart
Depois mande gerar o backup!
Se o problema não for resolvido veja se o erro é de EOF (end of file), se isso rolar, analise o disco, ou load (i/o no geral), pois pode ser falha no disco ou overload.
Abraços galera.
Tags: backup, CentOs, cpanel, freebsd, fullbackup, redhat
Posted in 1, bancos de dados, bds, bsd, CentOs, gnu/linux, Hosting, How To, Open Source, Painéis de Controle, whmcpanel | No Comments »
Monday, September 19th, 2011
É bem verdade que o vilão da história não é o roundcube e sim o mysql que causam overload. Mysql tem uma regra padrão de cada query esperar a outra terminar, por isso, imagine 500 domínios acessando o roundcube e fazendo a festa?
É possível sanar sim e de maneira tranquila o overload.
O que fazer?
Entre como root no seu servidor whm/cpanel e rode:
/scripts/convert_roundcube_mysql2sqlite
Se por ventura rolar algum erro faça o procedimento forçando-o (update do roundcube):
/usr/local/cpanel/bin/update-roundcube-sqlite –force
Outra coisa MUITO importante:
FAÇA UM DUMP DA BASE DE DADOS DO ROUNDCUBE, isso vai garantir que você tenha qualquer BD para uma possível volta ao mysql (acho BEM difícil, lol)
Para saber se o SQLITE é padrão no mysql use:
grep roundcube_db /var/cpanel/cpanel.config
Abraços e espero ter ajudado.
Tags: cpanel, overload, roundcube, webmail, whm
Posted in 1, CentOs, Hosting, How To, Open Source, red hat, whmcpanel | 1 Comment »
Thursday, July 7th, 2011
Isso aconteceu recentemente comigo e a saída é entrar no conf /etc/wwwacct.conf e ordenar que somente o /home seja o diretório de criação de contas.
Tags: account, cpanel, crating, Error, wwwact
Posted in 1, CentOs, gnu/linux, Hosting, How To, Painéis de Controle, red hat, whmcpanel | No Comments »
Friday, April 29th, 2011
Se receber esta mensagem de erro no seu mysql no momento de tentar restaurar um banco de dados por meio de arquivos (.sql da vida), no problem.
Verifique se no arquivo my.cnf (normalmente fica no /etc) existe uma linha que informa o modo recovery do innodb. Comente-o, reinicie o mysql e o problema estará sanado.
Tags: 1030, Error, linux, mysql
Posted in 1, CentOs, fedora, gnu/linux, Hosting, How To, Open Source, Painéis de Controle, red hat | No Comments »
Wednesday, April 13th, 2011
As vezes o exim pausa o seu envio afim de poupar recursos da máquina, que por default adentra neste estado a partir do load 3.
O único problema dessa brincadeira é que se o load estiver em 4 ele não envia nada com o padrão de velocidade na queue dele.
Como resolver isso?
Entre no conf do exim e procure pela linha:
deliver_queue_load_max = 3
3 é padrão.
Mude para o valor que achar melhor, recomendo algo até 8.
Abraços.
Tags: average, cpanel, exim, load, mail, queu, whm
Posted in 1, CentOs, Hosting, How To, Open Source, Painéis de Controle, red hat, whmcpanel | No Comments »
Wednesday, April 13th, 2011
Generating vhosts…
Traceback (most recent call last):
File “/scripts/createvhosts.py”, line 143, in ?
parsedDOC = minidom.parseString(DOC)
File “/usr/local/lib/python2.4/xml/dom/minidom.py”, line 1925, in parseString
return expatbuilder.parseString(string)
File “/usr/local/lib/python2.4/xml/dom/expatbuilder.py”, line 940, in parseString
return builder.parseString(string)
File “/usr/local/lib/python2.4/xml/dom/expatbuilder.py”, line 223, in parseString
parser.Parse(string, True)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 542, column 23
deploying booster rockets
Se sua mensagem de erro parece com essa, ou linha 152, ou mesmo em plataforma 64 bits, posso lhe dar uma notícia ruim?
NGINXCP só roda em CENTOS!
Se estiver usando redhat será só mais um sonho :’(
Tags: cpanel, Error, fail, nginx, nginxcp, whm
Posted in 1, CentOs, gnu/linux, Hosting, How To, Open Source, programação, python, red hat, whmcpanel | 1 Comment »
Wednesday, April 13th, 2011
É muito comum na plataforma CPANEL/WHM manter um padrão de arquivos guardados em uma pasta para que, ao tentar rodar uma update você perceba algo veloz no tocante a baixar arquivos, na verdade a maior parte dos arquivos já está em cache
.
Como resolver este problema?
rm -Rfv /home/.cpcpan /home/.cpan
Se por exemplo eu quiser reparar módulos perl e atualizar o cpanel já poderei perceber a mudança extremamente importante nos novos pacotes baixados em tempo real, faça um teste:
/scripts/checkperlmodules –force –full
/scripts/upcp –force
Os comandos acima foram testados e já estão em uso.
Não causam qualquer instabilidade a máquina
.
Abraços.
Tags: cache, cpanel, how, to, upcp, updates, whm
Posted in 1, CentOs, gnu/linux, Hosting, How To, Open Source, red hat, whmcpanel | No Comments »
Tuesday, April 12th, 2011
Abaixo descrevo uma pequena lista de comandos bem úteis do cpanel:
exim -bp —-> Este comando recebe os IDs das mensagens relevantes que você precisa enviar (na verdade as que estão na fila de emails),
exim -M IDdoEmaildaFiladeEMAILS —-> Com o id somado a este comando você envia um email em específico em caráter imediato
.
exim -qf —-> envia a fila de emails toda,
exim -qff —-> esse comando ordena que emails congelados tenham uma ordem de envio imediato,
exim -Mvl IDdoEmaildaFiladeEMAILS —-> Vê o log da mensagem especificada pelo seu respectivo ID,
exim -Mvb IDdoEmaildaFiladeEMAILS —-> Mostra o corpo da mensagem referenciada por seu ID,
exim -Mvh IDdoEmaildaFiladeEMAILS —-> Mostra o cabeçalho da mensagem ordenada por seu ID,
exim -Mrm IDdoEmaildaFiladeEMAILS —> Remove a mensagem especificada por seu ID,
exim -Mg —> prepara mensagens para o envio usando seu ID (mensagens que falharam).
exim -v -Rff nomedodomínio.com.br —-> Esse comando faz com que o exim processe todas as mensagens de um domínio específico, neste caso nomedodomínio.com.br.
Tags: bounce, cpanel, deliver, exim, force, frozen, list, message, tricks, truques, whm
Posted in 1, CentOs, gnu/linux, Hosting, How To, Open Source, red hat, redes, whmcpanel | No Comments »
Tuesday, March 8th, 2011
E quem disse que precisa de pânico?
Siga os passos como root:
yum update -y && yum install libevent libevent-devel -y
yum install libevent-devel libevent gcc make -y
wget http://memcached.googlecode.com/files/memcached-1.4.5.tar.gz
tar xvf memcached-1.4.5.tar.gz && cd memcached-1.4.5 && ./configure && make && make install
Inserindo valores no conf:
vim /etc/memcached.conf
Dentro do conf informe:
#Memory a usar
-m 16
# default port
-p 11211
# user to run daemon nobody/apache/www-data
-u nobody
# only listen locally
-l 127.0.0.1
criando scripts de inicialização:
touch /etc/init.d/memcached
dando permissões ao script:
chmod +x /etc/init.d/memcached
Abra o script /etc/init.d/memcached e insira nele:
#!/bin/bash
#
# memcached This shell script takes care of starting and stopping
# standalone memcached.
#
# chkconfig: - 80 12
# description: memcached is a high-performance, distributed memory
# object caching system, generic in nature, but
# intended for use in speeding up dynamic web
# applications by alleviating database load.
# processname: memcached
# config: /etc/memcached.conf
# Source function library.
. /etc/rc.d/init.d/functions
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/local/bin/memcached
DAEMONBOOTSTRAP=/usr/local/bin/start-memcached
DAEMONCONF=/etc/memcached.conf
NAME=memcached
DESC=memcached
PIDFILE=/var/run/$NAME.pid
[ -x $DAEMON ] || exit 0
[ -x $DAEMONBOOTSTRAP ] || exit 0
RETVAL=0
start() {
echo -n $"Starting $DESC: "
daemon $DAEMONBOOTSTRAP $DAEMONCONF
RETVAL=$?
[ $RETVAL -eq 0 ] && touch $PIDFILE
echo
return $RETVAL
}
stop() {
echo -n $"Shutting down $DESC: "
killproc $NAME
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && rm -f $PIDFILE
return $RETVAL
}
# See how we were called.
case "$1" in
start)
start
;;
stop)
stop
;;
restart|reload)
stop
start
RETVAL=$?
;;
status)
status $prog
RETVAL=$?
;;
*)
echo $"Usage: $0 {start|stop|restart|status}"
exit 1
esac
exit $RETVAL
Criando script secundário:
touch /usr/local/bin/start-memcached
Dando permissões ao script:
chmod +x /usr/local/bin/start-memcached
Abra o script /usr/local/bin/start-memcached e dentro dele informe:
#!/usr/bin/perl -w
# start-memcached
# 2003/2004 - Jay Bonci
# This script handles the parsing of the /etc/memcached.conf file
# and was originally created for the Debian distribution.
# Anyone may use this little script under the same terms as
# memcached itself.
use strict;
if ($> != 0 and $< != 0) {
print STDERR "Only root wants to run start-memcached.\n";
exit;
}
my $etcfile = shift || "/etc/memcached.conf";
my $params = [];
my $etchandle;
# This script assumes that memcached is located at /usr/bin/memcached, and
# that the pidfile is writable at /var/run/memcached.pid
my $memcached = "/usr/local/bin/memcached";
my $pidfile = "/var/run/memcached.pid";
# If we don't get a valid logfile parameter in the /etc/memcached.conf file,
# we'll just throw away all of our in-daemon output. We need to re-tie it so
# that non-bash shells will not hang on logout. Thanks to Michael Renner for
# the tip
my $fd_reopened = "/dev/null";
sub handle_logfile {
my ($logfile) = @_;
$fd_reopened = $logfile;
}
sub reopen_logfile {
my ($logfile) = @_;
open *STDERR, ">>$logfile";
open *STDOUT, ">>$logfile";
open *STDIN, ">>/dev/null";
$fd_reopened = $logfile;
}
# This is set up in place here to support other non -[a-z] directives
my $conf_directives = {
"logfile" => \&handle_logfile
};
if (open $etchandle, $etcfile) {
foreach my $line (<$etchandle>) {
$line =~ s/\#.*//go;
$line = join ' ', split ' ', $line;
next unless $line;
next if $line =~ /^\-[dh]/o;
if ($line =~ /^[^\-]/o) {
my ($directive, $arg) = $line =~ /^(.*?)\s+(.*)/;
$conf_directives->{$directive}->($arg);
next;
}
push @$params, $line;
}
}
unshift @$params, "-u root" unless (grep $_ eq '-u', @$params);
$params = join " ", @$params;
if (-e $pidfile) {
open PIDHANDLE, "$pidfile";
my $localpid = ;
close PIDHANDLE;
chomp $localpid;
if (-d "/proc/$localpid") {
print STDERR "memcached is already running.\n";
exit;
} else {
`rm -f $localpid`;
}
}
my $pid = fork();
if ($pid == 0) {
reopen_logfile($fd_reopened);
exec "$memcached $params";
exit(0);
} elsif (open PIDHANDLE,">$pidfile") {
print PIDHANDLE $pid;
close PIDHANDLE;
} else {
print STDERR "Can't write pidfile to $pidfile.\n";
}
Inicie o memcached:
/etc/init.d/memcached restart
Vamos setar o memcached para iniciar com o server:
/sbin/chkconfig memcached on
Agora vamos integrar pecl + memcached (parte do PHP):
wget http://pecl.php.net/get/memcache-2.2.5.tgz
tar xvf memcache-2.2.5.tgz && cd memcache-2.2.5 && phpize && ./configure && make && make install
abra o arquivo php.ini global do server e vamos arrumar a muamba:
vim /usr/local/lib/php.ini
Procure pela parte de Extension e informe o seguinte:
extension=memcache.so
Reinicie o apache:
service httpd restart
Pronto, depois disso é so lazer.
Quer conferir?
vim teste.php
Dentro dele informe
phpinfo(); ?>
php -f test.php | grep “memcache support”
A saída será:
memcache support => enabled
Fonte? Sim, os caras mais pauleiras de hosting que já vi (tirando Softlayer, é claro):
http://sudomakeinstall.com/linux-systems/install-memcached-to-cpanel
Tags: apache, cache, cpanel, memcached
Posted in 1, CentOs, Hosting, How To, php, whmcpanel | No Comments »
Wednesday, February 16th, 2011
Para resolver este problema em seu Cpanel/WHM não é tão difícil assim.
Um dos fatores principais deste erro sem dúvidas é alguma zona de DNS que o domínio que você tentou restaurar o backup ainda existe.
Para descobrir isso procure na área de DNS (DNS Functions) a opção Delete a DNS zone.
Coloque o nome do domínio que você queria restaurar os backups.
Em seguida delete a zona de DNS confirmando.
O problema deverá estar sanado.
Tags: conflict, cpanel, dns, domain, Error, fullbackup, whm
Posted in 1, CentOs, gnu/linux, Hosting, How To, Open Source, Painéis de Controle, red hat, whmcpanel | No Comments »
Tuesday, February 8th, 2011

NADA de pânico, reveja antes 2 coisas:
1 – se no log de erros do site aparece 800a0046|Permission_denied no momento do uso do CDONTS,
2 – Reveja todos os passos abaixo (Parallels):
[How-To] Installing CDONTS on Windows 2003 Server
Article ID: 560
Last Review: Sep, 23 2010
Popularity:
APPLIES TO:
* Plesk 8.x for Windows
* Plesk 7.x for Windows
* Plesk 9.x for Windows
Resolution
Microsoft Windows Server 2003 does not install Collaboration Data Objects (CDO) for NTS (CDONTS). Therefore, applications using CDONTS do not work on Windows Server 2003-based computers. Windows Server 2003 provides improved alternatives to CDONTS.
For CDONTS to work in a Windows Server 2003-based computers, please do the following:
1. Download the attached CDONTS.ZIP file (you can also get CDONTS.DLL from the installation CD of your Windows 2000). Once downloaded, unzip CDONTS.DLL and put it in
For 32-bit systems:
%systemroot%\system32 folder (by default C:\Windows\system32).
For 64-bit systems:
%windir%\syswow64 (by default C:\Windows\syswow64).
2. Register the CDONTS.DLL component in the server using the following command:
For 32-bit systems:
regsvr32 “%systemroot%\system32\cdonts.dll”
For example:
C:\WINDOWS\system32>regsvr32.exe cdonts.dll
For 64-bit systems:
regsvr32 “%systemroot%\syswow64\cdonts.dll”
For example:
C:\WINDOWS\syswow64>regsvr32.exe cdonts.dll
3. Once the CDONTS.DLL component is registered, you should check if your SMTP service is running.
Go to Administrative tools, IIS and Expand your local machine. If the SMTP service is listed, it means it is already installed, if not you should install this service.
To install SMTP, do the following:
Go to Control Panel, Add/Remove Programs, Add/Remove Windows Components, Application Server, IIS, Select SMTP service, Click OK.
4. Change the port number for the SMTP service. The default port is 25. Use 25 only when no other SMTP service is running. If there is already another SMTP service running on the server, change the SMTP port of IIS, for example to port 8025.
You can make this through IIS management console: Control Panel, IIS, expand `local computer`, SMTP, Properties, General, click Advanced button, Edit.
5. Set up SMTP service. Most important is setting up a fully qualified domain name for the SMTP service: Control Panel, IIS, expand `local computer`, SMTP, Properties, Delivery, click Advanced button and set up Security service for SMTP.
It is required to give permissions to IIS_WPG standard IIS Worker Process Group. Control Panel, IIS , expand `local computer`, SMTP, Properties, Security, click Add button, then click Object types button…, select Groups element, click OK, enter IIS_WPG as object name to add and click OK.
Additional configuration: Select Authentication and check Anonymous Access and Integrated Windows Authentication. Click OK and then click CONNECTION. Set up the RELAY settings. Click DELIVERY tab and then click ADVANCED. Set up the MAX Count hop to the required value, even though we suggest setting it to at least 20.
Now the SMTP service of IIS is already configured.
Additional information
For additional information, please, refer to
http://support.microsoft.com/default.aspx?scid=kb;en-us;324649
Attachments:
* cdonts.zip(172Kb)
—————————–
Depois de seguir os passos assim, caso você perceba que ainda assim não funciona normal o Cdonts faça algo mais interessante, abra o C:\Inetpub\Mailroot
Nesta pasta dê permissão para IUSR_NOMEDOPC (se o pc fosse nerdblog [hostname] seria iusr_nerdblog).
A permissão deve ser completa para ele.
Depois disso reinicie o IIS e prepare a caixa de BIS para minha casa.
Tags: 0046, 2003, 500, 800, a, cdonts, Error, plesk, Windows
Posted in 1, Hosting, How To, Painéis de Controle, parallels, Windows | 2 Comments »