I was using following simple script to permit my users to login inside neomail
if ($main ==1) {
echo "<meta http-equiv=\"REFRESH\" content=0;URL=http://$domain:2095/$user/neomail.pl>";
}
else
{
echo "<meta http-equiv=\"REFRESH\" content=0;URL=http://$domain:2095/$user+$domain/neomail.pl>";
}
now , it's not more possible ,infact latest IE security patch prevents IE users from using
http://USERNAME😛ASSWORD@domain.com
Is there any solution to permit my users to login without prompt ?
Thanks