blog.jurbo.net

Qmail+SMTP Auth+vpopmail-5.4.x

21/04/04
Categorías: tips_and_tricks

Si alguno tiene que instalar un servidor de correo, que se lea las cosas que cambian desde versiones anteriores de vpopmail, sino probablemente no funcionará, basicamente:

  1. Compilar Qmail aplicando el parche smtp-auth 0.4.2, que viene en la carpeta “contrib” de la distribución de vpopmail
  2. Eliminar el dominio del script run de qmail-smtpd y añadirlo en /home/vpopmail/etc/defaultdomain:
    Antes:

    smtp /var/qmail/bin/qmail-smtpd tudominio.com /home/vpopmail/bin/vchkpw

    Después:

    smtp /var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw

    1. echo “tudominio.com” > /home/vpopmail/etc/defaultdomain
    —If you need to install a mail server with this packages, you must read the upgrades made since previous versions of vpopmail, in other case it maybe don’t run. Basically you must:
    1. Compile qmail patching the source with smtp-auth 0.4.2, you have it in the contrib folder from the vpopmail-5.4.x tar.gz.
    2. Delete your domain from the qmail-smtpd run script and add it to /home/vpopmail/etc/defaultdomain:

      Before:

      smtp /var/qmail/bin/qmail-smtpd defdomain.com /home/vpopmail/bin/vchkpw

      Later:

      smtp /var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw

    3. echo “defdomain.com” > /home/vpopmail/etc/defaultdomain

  Ayuda Textile

<- Anterior Mensaje: Formulario de Contacto | Siguiente Mensaje: Vincent Laforet – Aerial ->