Unable to send mail using postfix STARTTLS authentication: 4.7.0 TLS not available due to local problem
Unable to send an email using the STARTTLS authentication: 454 4.7.0 TLS not available due to local problem Cause TLS misconfiguration in Postfix: Connect to the server via SSH. Create…
List all physical devices
Type the following command:# camcontrol devlist How do I list current partition information? Use the following command:# gpart showSample outputs: => 34 31277165 ada3 GPT (14G) 34 1024 1 bios-boot…
How to update FreeBSD
In order to update FreeBSD, open a console in the system with root privileges and issue the following commands. # freebsd-update fetch # freebsd-update install To update “Ports” package manager…
How to update your exim.conf in DirectAdmin
CustomBuild 2.0With CB2.0, you can update your SpamBlocker 4.x exim.conf more easily with: cd /usr/local/directadmin/custombuild./build update./build set exim yes./build set eximconf yes./build set eximconf_release 4.5./build set spamassassin yes./build update./build exim./build…
Remove Error logs Sql server
To remove error logs from sql server, we need to execute the command sp_cycle_errorlog on sql server to move the current file as old and create new blank one. Once…
FreeBSD Check The Health of Adaptec RAID Array
Find Out Information About Your RAID Device Type the following commands:# dmesg | grep -i RAIDSample Outputs: aac0: mem 0xe8000000-0xe81fffff irq 16 at device 0.0 on pci6 aacd0: on aac0…
How to add custom apache modules in directadmin
If you want to add any extra modules to apache in custombuild, they’ll need to be compiled in. Any module that needs to be compiled in will have a –with-module…
How to customize apache config and not have custombuild revert it in DirectAdmin
If you need to make customized changes to your /etc/httpd/conf/httpd.conf, when custombuild updates apache, your configs will be changed to the new versions of the configs. There are 3 ways…