I am hoping to address a couple of minor bugs with hope that they get included for release.
Mail Aliases are incorrectly created using MailEnable, as near as I can tell the form/module is attempting to create a passwordless mailbox (not allowed via server security settings) so the mail box is created but blows an error and then can no longer be seen in the control panel.
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'ADD' task on 'barney@therelaxingoasis.com' MAIL_FORWARDING ---> System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> AddLogin method Returned 0
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at SolidCP.EnterpriseServer.MailServerController.AddMailForwarding(MailAlias item)
--- End of inner exception stack trace ---
at SolidCP.EnterpriseServer.MailServerController.AddMailForwarding(MailAlias item)
at SolidCP.EnterpriseServer.esMailServers.AddMailForwarding(MailAlias item)
--- End of inner exception stack trace ---
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at SolidCP.EnterpriseServer.esMailServers.AddMailForwarding(MailAlias item)
at SolidCP.Portal.MailForwardingsEditForwarding.SaveItem()
There has also been a secondary oddity, none of the mail forms contain the following even though it is visible in code. So this cause forwarding mail boxes to store unnecessary mail.
<dataname="chkDeleteOnForward.Text" xml:space="preserve">
<value>Delete Message on Forward</value>
</data>
Thanks
Anthony