Jan
7
Smartermail Redirect
Filed Under Smartermail | Leave a Comment
To have Smartermail redirect to webmail.domain.com instead of displaying the server name:
- Make a copy of web.config in C:\Program Files (x86)\SmarterTools\SmarterMail\MRS
- In IIS go to Sites > webmail(smwebmail)
- Basic Settings - change application pool to Smartermail and physical path to C:\Program Files (x86)\SmarterTools\SmarterMail\MRS
- Handler Mappings – revert to parent
- Visit webmail.domain.com.
- Blue login = success
- White page login = revert to old web.config
Dec
25
Domain Suspended Due to Backup
Filed Under Plesk Backups | Leave a Comment
Domain Suspended Due to Backup in Plesk
Plesk has a nasty habit of not unsuspending a domain once a backup is completed.
To solve this issue, you can run the following commands within MySQL PSA:
select name, status from domains WHERE status = '4 ';
update domains set status='0' where name='domain.com';