Roll Out Done in Pahwa: Difference between revisions
Appearance
Created page with "<center>'''Roll Out Process In Pahwa qmail + postfix + Apache'''</center> * For the Apache done the below in httpd.conf<br/> RewriteEngine On<br/> RewriteRule ^(.*)$ http..." |
No edit summary |
||
| Line 1: | Line 1: | ||
[[Category : Pahwa]] | |||
<center>'''Roll Out Process In Pahwa qmail + postfix + Apache'''</center> | <center>'''Roll Out Process In Pahwa qmail + postfix + Apache'''</center> | ||
Revision as of 13:47, 2 December 2014
- For the Apache done the below in httpd.conf
RewriteEngine On
RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R=301,L]
- For the Non secure Pop port disablement done below
unlink /services/qmail-pop3d
- For the Postfix done below in main.cf
mynetworks = 127.0.0.0/8, 192.168.0.2, 192.168.0.16, 192.168.0.49, 182.71.174.125
smtpd_sasl_auth_enable = no