Blog Plain

Force redirection to SSL for websites

If you want to force your entire website to go through https, you can add these rules to your .htaccess file: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://yourdomain.com/ If your site is in a subfolder, use this code: RewriteEngine On RewriteCond %{SERVER_PORT}...

Read More

Increasing Attachment size in Zimbra

For increasing size of attachments to 50 MB in Zimbra, a few settings need to be altered as follows: Postfix configuration (zimbraMtaMaxMessageSize and message_size_limit) You can examine the current value of this parameter like this: # su - zimbra $ postconf message_size_limit message_size_limit =...

Read More