Explorar el Código

Add `maildomain` to adddomain.sh

pull/329/head
xarraxyl hace 2 meses
committed by GitHub
padre
commit
8f03827990
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      adddomain.sh

+ 1
- 0
adddomain.sh Ver fichero

@@ -5,6 +5,7 @@ domain="$1"

domain="$1"
subdom="mail"
maildomain="$subdom.$domain"

# Add the domain to the valid postfix addresses.
grep -q "^mydestination.*$domain" /etc/postfix/main.cf ||


Cargando…
Cancelar
Guardar