[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Próxima revisiónAmbos lados, revisión siguiente
es:howtos:network_services:postfix_with_cyrus [2019/02/16 16:25 (UTC)] – [SSL / TLS Postfix and Cyrus] pedro.herreroes:howtos:network_services:postfix_with_cyrus [2019/02/16 16:32 (UTC)] – [Fuentes] pedro.herrero
Línea 234: Línea 234:
   # echo tls_key_file: /var/imap/server.pem >> /etc/imapd.conf    # echo tls_key_file: /var/imap/server.pem >> /etc/imapd.conf 
      
-====== Adding daemons to rc.local ======+====== Agregar demonios a rc.local ======
      
-Now the last step is to add all daemons to rc.local so they can start when machine bootsSo open /etc/rc.d/rc.local and add these lines +Ahora el último paso es añadir todos los demonios a rc.local para que puedan iniciarse cuando la máquina arranqueAsí que abra /etc/rc.d/rc.local y añada estas líneas 
-  # Starting saslauthd daemon+  # Iniciando el demonio saslauthd
   if [ ! -r /var/state/saslauthd/saslauthd.pid ]; then   if [ ! -r /var/state/saslauthd/saslauthd.pid ]; then
       echo "Starting SASL authentication daemon:  /usr/sbin/saslauthd -a shadow"       echo "Starting SASL authentication daemon:  /usr/sbin/saslauthd -a shadow"
Línea 243: Línea 243:
   fi   fi
  
-  # Starting IMAP daemon+  # Iniciando el demonio IMAP
   if [ -x /usr/libexec/cyrus/master ]; then   if [ -x /usr/libexec/cyrus/master ]; then
       echo "Starting Cyrus IMAP daemon:  /usr/libexec/cyrus/master"       echo "Starting Cyrus IMAP daemon:  /usr/libexec/cyrus/master"
Línea 249: Línea 249:
   fi   fi
  
-  # Starting POSTFIX daemon+  # Iniciando el demonio POSTFIX
   /etc/rc.d/rc.postfix start   /etc/rc.d/rc.postfix start
            
Línea 256: Línea 256:
  
  
-====== Sources ======+====== Fuentes ======
   Postfix The Definitive Guide, Kyle D. Dent, O'Reilly   Postfix The Definitive Guide, Kyle D. Dent, O'Reilly
   Managing IMAP, Dianna Mullet & Kevin Mullet, O'Reilly   Managing IMAP, Dianna Mullet & Kevin Mullet, O'Reilly
-  Official Postfix Documentation, [[http://www.postfix.org/documentation.html]]+  La Documentación Oficial de Postfix, [[http://www.postfix.org/documentation.html]]
 {{tag>howtos author_badirca}} {{tag>howtos author_badirca}}
 +
 +Traducido por  --- //[[wiki:user:pedro.herrero|Pedro Herrero García]] 2019/02/16 16:31 (UTC)//
 es:howtos:network_services:postfix_with_cyrus ()