Flush RAM memory.

1

We can flush RAM memory without rebooting server. First login in to server as root user and follows steps. Check current RAM usage. root@server [~]# […]

Simple imap connection script.

1

We can test IMAP service by using following simple script. <? $mbox = imap_open(“{mail.loacalhost:143/novalidate-cert}INBOX”, “test@test123.com”, “1q2w3e”); print_r(imap_errors()); ?> If you want to force SSL connection […]

1 64 65 66 67 68 80