Thank you very much for the response. We have found out the reason and you are absolutely right, the problem is the mailAllowedServiceAccess. The problem now is in patch -58, we use this rule:
mailAllowedServiceAccess: +http,imap:*
it works fine. Until we patch our server to -63, this rule cannot work anymore. Seems like patch -63 is forcing us to use
mailAllowedServiceAccess: +http,imap,smtp:*
We cannot change the attribute one by one because there are about 3 million end users, besides we have a provisioning tools that was stick to the rules.
Any idea? Please help.
Hi,
I was able to reproduce the same issue with -63 as well. It may be that the behavior of SMTP access checking was broken due to fixing bug #6514922 "Correct User Credential not Checked for SMTP and SMIME When Accessed from ProxyAuth" in 118207-62.
I recommend logging a Sun support case ASAP.
Regards,
Shane.