in IT on Linux Last modified at: Postfix
is a mail transfer agent (MTA
), an application used to send and receive email. In this post, you will install and configure Postfix
so that it can be used to send emails by local applications only — that is, those installed on the same server as Postfix
.
Crissy Jarvis©
in IT on Linux, Tips Last modified at: The following config will discuss a basic example on how to execute shell script during a boot time on systemd
Linux. There maybe various reason why you might want to execute shell script during Linux startup like for example to start a particular custom service, check disk space, create a backup …
Braden Collum©