
Frontline softworks is a Romanian web development and IT business company with over 11 years of strong experience and we have clients all around the world. Each of the services that we provide is based on cutting-edge technology and advertising strategies meant to achieve maximum impact on the market together with unique design solutions reflecting your own corporate vision.
We are a team of young IT professionals that is trained to develop and manage any project from scratch. We are equally preoccupied to develop our own web, mobile and desktop projects, now professionally enhanced with a vast experience in the online and offline environment.
Reducing the size of /dev/pve/root
(the root
logical volume in a default Proxmox setup using LVM) and extend the
space of /dev/pve/data
can be done using
SystemRescueCD (or any live Linux environment with LVM and
filesystem tools).
This i ...
To extract all destinations (i.e., the recipients
)
from the Postfix mail queue (mailq
), you can use the
following Bash one-liner:
mailq | awk '/^[A-F0-9]/ {in_msg=1; next} in_msg && /^[ \t]*[^ ]+@[^ ]+/ {print $1}' | sort | uniq
Here is a step by step guide to configure OpenDKIM with Postfix
on Debian 12 bookworm
.
We're gonna modify default configuration files to keep only minimal or required settings.
sudo apt-get install opendkim opendkim-tools