ADD / toadd
DELET/ todelete
EDIT / tochange
after editing the database would have some command that executed the settings?
I managed to get this far ...
/var/www/imscp/engine/PerlLib/Servers/
=\
ADD / toadd
DELET/ todelete
EDIT / tochange
after editing the database would have some command that executed the settings?
I managed to get this far ...
/var/www/imscp/engine/PerlLib/Servers/
=\
*Translation into Portuguese of Brazil
The IonCube is an application that aims to protect the source code files written in PHP.
"O IonCube é um aplicativo que visa a proteção do código-fonte de arquivos escritos em PHP."
The IonCube has an engine advanced compiled-code encoding, performing encryption code without affecting the performance of the environment.
"O IonCube possui um motor de codificação avançado de código-compilado, realizando a criptografia do código sem prejuízo para a performance do ambiente."
Encryption must be performed directly on the developer's computer using the IonCube PHP Encoder software.
"A criptografia deve ser realizada diretamente no computador do desenvolvedor, utilizando o software IonCube PHP Encoder. "
After this process, the codes must be sent to the server Hosting.
"Após esse processo, os códigos devem ser enviados para o servidor de Hospedagem."
Downloading the necessary files
"Baixando os arquivos necessários"
# cd /usr/local/src/
# mkdir ioncube && cd ioncube
# wget http://downloads2.ioncube.com/…loaders_lin_x86-64.tar.gz
# tar -zxvf ioncube_loaders_lin_x86-64.tar.gz
Preparing the settings
"Preparando as configurações"
# mv ioncube /usr/lib/php5/
Create file ioncube.ini
"Criando arquivo ioncube.ini"
# vim /etc/php5/mods-available/ioncube.ini
zend_extension="/usr/lib/php5/ioncube/ioncube_loader_lin_5.X.so"
# /etc/php5/conf.d
# ln -s ../mods-available/ioncube.ini 20-ioncube.ini or #php5enmod ioncube
Activation
"Ativando"
# service apache2 restart
or
# /etc/init.d/apache2 restart
Checking if everything is ok
Verificando se tudo está ok
# php -v
PHP 5.4.4-14+deb7u11 (cli) (built: Jun 13 2014 13:53:15)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
with the ionCube PHP Loader v4.6.1, Copyright (c) 2002-2014, by ionCube Ltd., and
É isso ai pessoal! Espero que sejá útil.
Hello, I am trying to do an integration as the internal system of the company, where I can create email accounts directly through it from my domain "domain.com"
I did the following:
INSERT INTO `imscp`.`mail_users` (`mail_id`, `mail_acc`, `mail_pass`, `mail_forward`, `domain_id`, `mail_type`, `sub_id`, `status`, `mail_auto_respond`, `mail_auto_respond_text`, `quota`, `mail_addr`) VALUES (NULL, 'test', 'q1w2e3', '_no_', '1', 'normal_mail', '0', 'ok', '0', NULL, '11534336', 'teste@domain.com');
So far all right, I can access the webmail and send email without problem.
However when I send an email to "teste@domain.com" informs the server that the user does not exist.
=================
Delivery to the following recipient failed permanently:
teste@domain.com
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the server for the recipient domain domain.com by mail.domain.com. [1.1.1.1].
The error that the other server returned was:
550 5.1.1 <teste@domain.com>: Recipient address rejected: User unknown in virtual mailbox table
==================
This would be possible? I appreciate if someone can help me.
Sorry for the english!
i-MSCP this increasingly cool. Congratulations to the developers.
@Nuxwin then want to implement it in i-MSCP? to which version?
I wonder if anyone knows how to limit the number of daily emails sent per user or domain?
Grateful!
(sorry for english)
worth only change: password_require_nonalpha to true
$rcmail_config['password_require_nonalpha'] = true;
this way the user can not switch to weak passwords.
@Nuxwin I'll wait for her in the next version! Thank you!