For oMail-admin 1.2RC1 in file vmail.inc change line from: $vmailsock = fsockopen ($vmailfile, 0, $errno, $errstr, 4); to: $vmailsock = fsockopen ("unix://$vmailfile", 0, $errno, $errstr, 4);
Voila! Works in PHP5
Log in to post a comment.