[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

Próxima revisión
Revisión previa
Próxima revisiónAmbos lados, revisión siguiente
es:howtos:network_services:postfix_dovecot_mysql:postfix [2019/02/11 12:18 (UTC)] – creado slackwarespanoles:howtos:network_services:postfix_dovecot_mysql:postfix [2019/02/14 13:40 (UTC)] slackwarespanol
Línea 1: Línea 1:
-====== Installing The Postfix MTA ======+<note warning>En proceso de traducción. Victor</note> 
 +====== Instalando el MTA de Postfix ======
  
-This page is supplemental to main article: [[howtos:network_services:postfix_dovecot_mysql|Creating a Virtual Mail Server with Postfix, Dovecot and MySQL]]+Esta página es complementaria al artículo principal: [[:es:howtos: network_services: postfix_dovecot_mysql | Creando un servidor de correo virtual con Postfix, Dovecot MySQL]]
  
-Postfix is a popular and secure mail transport agentor MTA.+Postfix es un agente de transporte de correo popular y seguroMTA.
  
-We will build and install Postfix using the build script from [[http://slackbuilds.org|SlackBuilds.org]] or SBo. The steps shown here use versions current as of this writingbut you should use the latest version applicable to your Slackware version at the time you build it.+Construiremos e instalaremos Postfix usando el script de compilación de [[http://slackbuilds.org | SlackBuilds.org]] SBo. Los pasos que se muestran aquí utilizan versiones actuales a partir de este escritopero debe usar la última versión aplicable a su versión de Slackware en el momento en que la construya.
  
-By default the SBo postfix script builds with dovecot for SASL, which we needbut without the database support we also needYou might want to check the SlackBuild script at the time you build for changes or other options.+Por defecto, el script postfix SBo se compila con dovecot para SASL, lo que necesitamospero sin la base de datos también necesitamosEs posible que desee comprobar la secuencia de comandos de SlackBuild en el momento de crear cambios u otras opciones.
  
-We will assume that you are familiar with SlackBuilds and will provide only the essential steps for building postfix hereFor more detailed information please visit the [[http://slackbuilds.org/howto/|SBo How-To page]].+Asumiremos que usted está familiarizado con SlackBuilds y que le proporcionaremos solo los pasos esenciales para crear Postfix aquíPara obtener información más detallada, visite la [[http://slackbuilds.org/howto/|SBo How-To page]].
  
-<note>If building for a Linode.com VPS you will either need to install the kernel-headers packageor preferably build on a local machine and then transfer the package to the VPS platformYou will also need to install the db48 package missing from the Linode.com Slackware.</note>+<note>Si se está construyendo para un VPS de Linode.com, deberá instalar el paquete kernel-headers opreferiblemente, construir en una máquina local y luego transferir el paquete a la plataforma del VPS. También deberá instalar el paquete db48 que falta en Linode.com Slackware.</note>
  
-The essential steps for building postfix with the required database support are (as root):+Los pasos esenciales para construir postfix con el soporte de base de datos requerido son (como root):
 <code> <code>
 cd /tmp cd /tmp
Línea 37: Línea 38:
 </code> </code>
  
-The resulting package will be found in /tmp/postfix-2.11.3-x86_64-1_SBo.tgz (or simillar for 32 bit version).+El paquete resultante se encontrará en /tmp/postfix-2.11.3-x86_64-1_SBo.tgz (o similar para la versión de 32 bits).
  
-Copy the package file to the target platform if necessary and install:+Copie el archivo del paquete a la plataforma de destino si es necesario e instale:
 <code>installpkg {path-to/}postfix-2.11.3-x86_64-1_SBo.tgz</code> <code>installpkg {path-to/}postfix-2.11.3-x86_64-1_SBo.tgz</code>
 ====== Configuring The Postfix MTA ====== ====== Configuring The Postfix MTA ======
 es:howtos:network_services:postfix_dovecot_mysql:postfix ()