Resolving 552 5.2.2 Mailbox Full Errors in cPanel

Introduction When sending outbound emails, you may encounter an error indicating that the message size exceeds allowed limits. A common example of this error is: Error: A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: LMTP error after end

How to Enable CAA Record Support in DirectAdmin

Introduction CAA (Certification Authority Authorization) records define which certificate authorities (CAs) are permitted to issue SSL certificates for your domain. If the CAA option is not visible in DirectAdmin’s DNS Management panel, it is likely disabled by default. Prerequisites SSH access to your server Root privileges Access to the DirectAdmin control panel Step-by-Step Guide Conclusion

Fixing Webmail Search Problems Caused by Server Errors

Introduction The webmail search function may experience an error that causes it to malfunction, preventing certain email accounts from successfully searching through their emails. When this happens, users may see an error message such as: Error  : Server Error (OK) Prerequisites You have root access to your cPanel server. You can connect via SSH and

How to Change The PHP Timezone For A Domain

Introduction Setting the correct PHP timezone is important to ensure that server-side processes—such as log timestamps, cron jobs, and time-based functions—operate according to your local time. In cPanel, this can be done easily using the MultiPHP INI Editor. Prerequisites Access to cPanel: Ensure you have a valid cPanel account with login credentials. Basic cPanel Knowledge:

How to Unlock a Locked Windows Server Account

Introduction In Windows Server environments, user accounts may become locked due to repeated failed login attempts or due to security policies that protect against unauthorized access. This guide provides step-by-step instructions to help you unlock both local and domain user accounts on a Windows Server. Below is an example of an error message that appears

How to Check the Log of Failed RDP Login Attempts from a Windows Server

Introduction Monitoring failed RDP login attempts is crucial for maintaining server security and identifying unauthorized access attempts. Windows Server keeps detailed logs of these events, which you can review using the built-in Event Viewer tool. This guide walks you through locating and interpreting these logs. Prerequisites Administrator access to the Windows Server Auditing enabled for

Connect via SFTP using SSH Key Authentication with FileZilla

Introduction Secure File Transfer Protocol (SFTP) is a trusted method for securely transferring files between a local machine and a remote server. FileZilla, a widely-used open-source FTP client, supports SFTP connections using SSH key authentication. This guide walks you through the process of configuring FileZilla to connect using a private SSH key. Prerequisites FileZilla installed

How to Set Up Local Port Forwarding Using Terminal

Introduction Local port forwarding is a method of securely tunneling network traffic from your local machine to a remote server over an encrypted SSH connection. It allows you to access services, databases, or applications that are hosted on private networks or behind firewalls, without directly exposing them to the public internet. By forwarding a local

How to Set Up SSH Port Forwarding Using PuTTY

Introduction Remote port forwarding is a powerful feature of SSH that allows external devices to securely access services hosted on your local machine by routing connections through an SSH server. This can be extremely useful for accessing internal web servers, development environments, or other applications that are otherwise unreachable from outside your network. By setting