First of all, if you're updating from an older i-MSCP Serie, you MUST read the previous errata file from bottom to top.
Due to a bug found in previous versions, people that want make use of the
#!/usr/bin/perl | |
# Make it possible to test the i-MSCP iMSCP::Listener::Postfix::Rspamd listener | |
# file by triggering the afterMtaBuildConf event manually. | |
# | |
# How to process: | |
# - Install the listener file that you can find at https://gist.github.com/nuxwin/3a855ecbaae7d2482b68126e8206c534 | |
# under the /etc/imscp/listeners.d directory, e.g: /etc/imscp/listeners.d/10_postfix_rspamd.pl | |
# - Download that script under the /usr/local/src directory with name imscp_test_rspamd_listener.pl | |
# - Run the script as follows: perl /usr/local/src/imscp_test_rspamd_listener.pl |
# i-MSCP iMSCP::Listener::Postfix::Rspamd listener file | |
# Copyright (C) 2018 Laurent Declercq <[email protected]> | |
# | |
# This library is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU Lesser General Public | |
# License as published by the Free Software Foundation; either | |
# version 2.1 of the License, or (at your option) any later version. | |
# | |
# This library is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
First of all, if you're updating from an older i-MSCP Serie, you MUST read the previous errata file from bottom to top.
Due to a bug found in previous versions, people that want make use of the
javascript | |
ES6ValidationInspection | |
JSAccessibilityCheckInspection | |
JSBitwiseOperatorUsageInspection | |
JSCheckFunctionSignaturesInspection | |
JSClosureCompilerSyntaxInspection | |
JSCommentMatchesSignatureInspection | |
JSComparisonWithNaNInspection | |
JSConsecutiveCommasInArrayLiteralInspection |
#!/usr/bin/env perl | |
use Mojolicious::Lite; | |
# storage | |
my $clients = {}; | |
# helpers (methods on app/controller/template) | |
helper 'send_to_all' => sub { | |
my ($self, $message) = @_; |
#!/usr/bin/env python | |
# $Id$ | |
# Author: <[email protected]> | |
# Purpose: Count the number of mails in an mbox file | |
# Created: Fri Jun 28 10:39:13 CDT 2013 | |
import sys | |
from mailbox import mbox | |
import re |
1 - install GPG tools : https://gpgtools.org/
2 - Create new key for your github email
3 - Add key to git on your local machine: git config --global user.signingkey YOURKEY
4 - configure git to sign all commits: git config --global commit.gpgsign true
5 - add to the bottom of ~/.gnupg/gpg.conf
:
# i-MSCP Listener::Named::Global::NS listener file | |
# Copyright (C) 2016 Laurent Declercq <[email protected]> | |
# | |
# This library is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU Lesser General Public | |
# License as published by the Free Software Foundation; either | |
# version 2.1 of the License, or (at your option) any later version. | |
# | |
# This library is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
# i-MSCP Listener::Bind9::Global::NS listener file | |
# Copyright (C) 2016 Laurent Declercq <[email protected]> | |
# | |
# This library is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU Lesser General Public | |
# License as published by the Free Software Foundation; either | |
# version 2.1 of the License, or (at your option) any later version. | |
# | |
# This library is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |