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
Hey,
When you add a mailalias in the mailenable GUI are you required to set a password? If so i presume we would need to generate a random one?
Looking at the delete on forward it looks like somebody set it up in the backend but forgot the frontend. We can look into adding support for it at the frontend also.
Regards,
Trevor
I have added a feature to make a random password for the mail alias account on creation based on a minimum of 2 Upperletters, 2 lowercase, 2 numbers and 2 symbols with a large length of 30.
I have also added the Delete Message on Forward to the portal which appears to be working for me on a trial of MailEnable Professional Edition: 10.49.