Accéder au contenu principal

Articles

Affichage des articles du 2021

LOCAL and REMOTE email

 Si vous hébergez le nom de domaine et la messagerie est sur un autre serveur vous devez configuer cela en REMOT avec l'adresse IP du serveur distant Question    Within the "Email Routing" section of cPanel, what is the difference between  Remote Mail Exchanger & Local Mail Exchanger ?   Answer   This section details how cPanel should handle mail for domains hosted on the server.  If the MX records for the user's domain resolves to the server, the option should be set to "local". If instead, the domains MX records are resolving to a remote host, the option should be set to "remote." You may also select "automatic." More details about email routing on our website here:

How do I calculate bandwidth usage per email account?

Pour IMAP MB avec la DATE 19 Oct Sorting by the last twelve hours is a fairly complex query when taking in timezones and crossing dates, due to how the timestamps work. You may be able to get satisfactory results just by inserting a grep for the current day to the query: awk -F':' '{print$1}' /home/dzamaca/etc/maarama.dz/shadow|while read address;do printf "%s@maarama.dz: " "$address";grep "imap.*${address}@maarama.dz" /var/log/maillog*| grep "Oct 19"|awk -F'/' '/bytes/{SUM += $NF}END {print SUM/1024/1024" MB"}';done | grep -v " 0 MB" Quand il y'a une date comme le 05/12/2022 il faut faire Dec 5 ( avec 3 blanc ) et Dec 25 avec un Blanc Calculer pour une seule boite email du -sh /home/dzamaca/mail/ebs.dz/y.boutarouk/ Pour IMAP MB awk -F':' '{print$1}' /home/dzamaca/etc/maarama.dz/shadow|while read address;do printf "%s@NOM DE DOMAINE.DZ" "$address"; g

dmarc add record

  _dmarc.NOMDEDOMAINE.DZ.   TXT 14400 v=DMARC1; p=none; rua=mailto:postmaster@ NOMDEDOMAINE.DZ

Full-Stack Developers

 

Periodic Table of DevOps Tools

The Periodic Table of DevOps Tools is the industry's go-to resource for identifying best-of-breed tools across the software delivery lifecycle. Created by DevOps practitioners for DevOps practitioners , over 18,000 votes were cast across more than 400 products in 17 categories to produce the 2020 Periodic Table of DevOps Tools. Whether you are starting fresh, filling gaps, or replacing existing DevOps tools, get started by using Periodic Table to identify the right tools for your DevOps pipeline.   https://digital.ai/periodic-table-of-devops-tools

Joomla! Anti-Malware Scan Script

  Le fichier jamss.php Il faut le mettre sur la racine du site web et ouvrir le fichier via le navigateur https://github.com/btoplak/Joomla-Anti-Malware-Scan-Script--JAMSS-/blob/master/jamss.php <?php /**  * JAMSS - Joomla! Anti-Malware Scan Script  * @version 1.0.7  *  * @author Bernard Toplak [WarpMax] <bernard@orion-web.hr>  * @link http://www.orion-web.hr  *  * This script should be used for searching the infected or malware/backdoor  * files in Joomla! installations.  *  * ALL COMMENTS AND SUGGESTIONS ARE WELCOME!  *  *  * @license http://opensource.org/licenses/gpl-3.0.html GNU Public License, version 3 (GPL-3.0)  * This program is free software; you can redistribute it and/or modify it under  * the terms of the GNU General Public License as published by the Free Software  * Foundation; either version 3 of the License, or (at your option) any later  * version.  *  * This program is distributed in the hope that it will be useful, but WITHOUT  * ANY WARRANTY; without even