HOW TO : Block outbound e-mails in Postfix
I ran into a challenge at work, where we had to allow e-mail delivery for certain domains, but block all other domains. But at the same...
I ran into a challenge at work, where we had to allow e-mail delivery for certain domains, but block all other domains. But at the same...
For my reference.. good article about command line usage of grep . http://arstechnica.com/open-source/news/2009/05/command-line-made-easy-five-simple-recipes-for-grep.ars . Older how to articles on my site related to this topic are...
Ever run into a situation when you thought you had sudo rights on a machine and tried to issue the sudo command and upon finding that...
If you are stuck in a terminal on a Linux workstation and need to view a html file.. you can use the following command links NAME_OF_HTML_FILE...
If you have a large text file and want to quickly delete any duplicate lines, you can use the following option of sort in *nix.. sort...
Good link with information on configuring a custom transport link in Postfix. A transport link in a SMTP server is a way to define a communiction/delivery...