About Anant
Senior technical writer

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 […]

Critical: exim security update

0

To resolve exim vulnerability issue exim upgraded to latest version but its throwing following error message aftre restarting exim service. root@server [/tmp]# /etc/init.d/exim restart Shutting […]

1 62 63 64 65 66 77