ISPConfig with Jailkit – allowing custom or other commands for users

By default Jailkit allows certain commands or applications only. Below is the process to allow your users to access other commands or any custom command. Here I wanted users to access PHP commandline and composer If needed then first install those applications normally as root Add entries for the applications/commands to the jailkit config file… Continue reading ISPConfig with Jailkit – allowing custom or other commands for users

Check CNAME or TXT records

If the CNAME or TXT records are not displayed with normally available online tools, then they can be found using dig TXT _axxxxxxxs.kolkataonweb.com +short OR dig CNAME 4xxxxxxxxxxxxxxxxxc._domainkey.kolkataonweb.com +short (mention the keys that you want to lookup) If everything is fine then the answer section will return the record (like below) ;; ANSWER SECTION: xxxxxxxxxxxx… Continue reading Check CNAME or TXT records

Testing mail from commandline

echo “This is the main body of the mail” | mail -s “Subject of the Email” -a “From: [email protected][email protected] telnet iot-parts.com 25 mailMAIL FROM:[email protected] RCPT TO:[email protected] DATA telnet localhost 143 a login “username” “password” Test using imaps port (assuming you haven’t disabled imaps port): # openssl s_client -connect imap.example.com:993 Test using imap port and… Continue reading Testing mail from commandline