Exim testing commands
Test delivery to a specific email account exim -bt user@example.com Send a message directly though exim exim -v receipient@example.com From: sender@example.com Subject: Foobar Text Text Text ...
Test delivery to a specific email account exim -bt user@example.com Send a message directly though exim exim -v receipient@example.com From: sender@example.com Subject: Foobar Text Text Text ...
Note you will already need to have the domain added to siteworx. With the domain in siteworx you can add an apache include directly as the user. The path that apache looks for files is below ...
Add this to a php file on the web server <?php echo ini_get('disable_functions'); ?> PHP: ini_get - Manual
Softaculous Reinstall wget -N http://files.softaculous.com/install.sh chmod 755 install.sh ./install.sh --reinstall Softaculous Install wget -N http://files.softaculous.com/install.sh chmod 755 in...
List all email userdata This First one outputs A LOT of data for i in $(cat /etc/userdomains | awk '{print $2}'); do uapi --user=$i Email list_pops 2>/dev/null ; done | less List users ...
HTTP curl -s -w '\nLookup time:\t%{time_namelookup}\nConnect time:\t%{time_connect}\nPreXfer time:\t%{time_pretransfer}\nStartXfer time:\t%{time_starttransfer}\n\nTotal time:\t%{time_total}\n' -o ...
I commonly see people use or want to use IP/~/username on shared servers. I wouldn’t recommend this is because you now created additional work that will be required to make the site live. As i...
Did you know some pubic DNS resolvers give you the ability to clear there cache? Why would you want to do this you ask? Well, what if you have you TTL’s set high and you unintentionally broke som...
I tested a few different ways and to disable hyper threading and this is what I landed on Tested on ubuntu 18.04 and debain 9 Non persistent echo off > /sys/devices/system/cpu/smt/con...
Add this to a php file on the web server <?php // Show all information, defaults to INFO_ALL phpinfo(); // Show just the module information. // phpinfo(8) yields identical results. phpinfo(IN...