Fix Formatting
1 parent 2354a3e commit 6cd8c38be4d12d22b4c190c43cd30f273cf977e8
root authored on 18 May 2019
Showing 1 changed file
View
4
README.md
<u>Setup</u>
===============
Clone this repo into /opt/GoSMS/
 
#Setup Postfix
<u>**Setup Postfix**</u>
 
1) Tell Postfix To Use Our Virtual Alias db and virtual domains in **/etc/postfix/main.cf**:
 
virtual_alias_maps = hash:/etc/postfix/virtual_maps, regexp:/etc/postfix/virtual_regexp
 
sudo newaliases; sudo postfix reload; sudo service postfix restart
 
 
#setup GoSMS
<u>**setup GoSMS**</u>
 
1) Set correct variables in config.php (should be self explanitory)
 
2) Make SMSResponse.php accessible from the web, a couple of ways of doing this:
Buy Me A Coffee