User Tools

Site Tools


voice:pbx:thirdlane

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
voice:pbx:thirdlane [2016/08/18 13:14]
gcooper
voice:pbx:thirdlane [2016/08/18 13:21] (current)
gcooper
Line 313: Line 313:
  
 ===== IVR (Auto-Attendant) ===== ===== IVR (Auto-Attendant) =====
- + 
 +FIXME 
 +
 ===== Backup ===== ===== Backup =====
  
Line 350: Line 352:
 ==== Fail2Ban ==== ==== Fail2Ban ====
  
-[[networking:linux:fail2ban|Fail2Ban]] is installed by default using TL ISO 2.0+.+**[[networking:linux:fail2ban|Fail2Ban]]** is installed by default using TL ISO 2.0+.
  
-Fail2ban can complicate troubleshooting, so check it!+:!: Fail2ban can complicate troubleshooting, so check it!
  
 ==== Arno's Firewall ==== ==== Arno's Firewall ====
Line 450: Line 452:
  
 ==== Postfix ==== ==== Postfix ====
 +
 +See also **[[networking:linux:postfix_smarthost|Postfix Authenticated Smarthost]]**
  
 http://www.cyberciti.biz/faq/postfix-smtp-authentication-for-mail-servers/ http://www.cyberciti.biz/faq/postfix-smtp-authentication-for-mail-servers/
Line 460: Line 464:
  
 **System Settings -> Network Settings -> Postfix SMTP rewriting -> iPBX@sonoracomm.com** **System Settings -> Network Settings -> Postfix SMTP rewriting -> iPBX@sonoracomm.com**
- 
-You can copy and paste the following into an editor, then adjust the $SMTPHOST and $USERPASS variables for your needs.  Then, as ''root'', paste it to the command line: 
- 
-<file> 
-FILE=/etc/postfix/password 
-SMTPHOST=your.mailserver.domain 
-USERPASS=user:pass 
- 
-cat << EOF >> $FILE 
-#smtp.isp.com       username:password 
-$SMTPHOST  $USERPASS 
-EOF 
- 
-chown root:root $FILE 
-chmod 0600 $FILE 
-postmap hash:$FILE 
- 
-postconf -e "relayhost = $SMTPHOST" 
-postconf -e 'smtp_sasl_auth_enable = yes' 
-postconf -e 'smtp_sasl_password_maps = hash:/etc/postfix/password' 
-postconf -e 'smtp_sasl_security_options =' 
- 
-/etc/init.d/postfix reload 
-</file> 
  
 ==== voicemail.conf ==== ==== voicemail.conf ====
Line 502: Line 482:
  
 ===== Digium TDM Cards ===== ===== Digium TDM Cards =====
 +
 +:!: TDM (FXO) cards don't like to share a hardware interrupt.
  
 Check for shared IRQ: Check for shared IRQ:
voice/pbx/thirdlane.1471547674.txt.gz · Last modified: 2016/08/18 13:14 by gcooper