| |
---|
| | <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: |
---|
| |
---|
| | |