cvs commit: ports/mail/vpopmail Makefile distinfo pkg-plist ports/mail/vpopmail/files Makefile.in-noportdocs.patch patch-Makefile.in patch-README.onchange patch-README.vdelivermail patch-README.vpopmaild patch-config.h.in patch-configure patch-vchangepw.c patch-vchkpw.c ...

Peter Pentchev roam at FreeBSD.org
Tue Oct 9 06:27:25 PDT 2007


roam        2007-10-09 13:27:24 UTC

  FreeBSD ports repository

  Modified files:
    mail/vpopmail        Makefile distinfo pkg-plist 
    mail/vpopmail/files  Makefile.in-noportdocs.patch 
                         patch-Makefile.in patch-README.vpopmaild 
                         patch-config.h.in patch-configure 
                         patch-vdelivermail.c patch-vpgsql.c 
                         patch-vpopmail.c 
  Added files:
    mail/vpopmail/files  patch-README.onchange 
                         patch-README.vdelivermail 
  Removed files:
    mail/vpopmail/files  patch-vchangepw.c patch-vchkpw.c 
                         patch-vdeldomain.c patch-vpalias.c 
                         patch-vqmaillocal.c 
  Log:
  Update vpopmail to 5.4.20 after a long delay, mostly due to wondering
  how to handle the database upgrade and the SpamAssassin patch partial
  integration.
  
  There are several important changes that may affect your vpopmail
  installation and may need you to handle manually:
  
  - THE MYSQL CONNECTION INFORMATION IS NO LONGER DEFINED AT COMPILE-TIME!
    The WITH_MYSQL_{USER,PASSWD,SERVER,DB} variables should NOT be defined
    when you build the port; place that information in the vpopmail.mysql
    file after vpopmail has been installed!
  - the default domain is also no longer defined at compile time - you need
    to place it in the defaultdomain file after the installation.
  - the defaultdomain and vpopmail.mysql files are no longer blindly removed
    on deinstallation, they are only removed if they have not been modified
  - in vpopmail 5.4.18, the database schema was changed - some fields were
    extended from 64 to 96 characters.  If you do not apply those changes
    to your database, as explained in the vpopmail/doc/UPGRADE file, your
    vpopmail installation may silently fail or lose the trailing portions
    of domain names and usernames.
  - in vpopmail 5.4.19, the upstream authors integrated large parts of
    Alex Dupre's SpamAssassin support, without the SPAM_THRESHOLD part.
    If you use vpopmail along with the SpamAssassin FreeBSD port support,
    take extra care to ensure that your installation still processes
    e-mail messages in the same way.
  - vpopmail 5.4.19 added support for maildrop as a mail delivery agent.
    This is available in the FreeBSD port if WITH_MAILDROP is defined.
    There is also a new user-limit flag for maildrop delivery.
  - vpopmail 5.4.19 added support for MySQL connections via Unix sockets
    instead of TCP sockets to the server.  To do that, change the second
    value (the port number) in vpopmail.mysql to the full pathname of
    the MySQL socket (e.g. /tmp/mysql.sock).
  - vpopmail 5.4.20 extended the LDAP support; please see README.ldap for
    more information, and specify the LDAP connection information in
    the vpopmail/etc/vpopmail.ldap file after the installation.
  
  Revision  Changes    Path
  1.69      +83 -41    ports/mail/vpopmail/Makefile
  1.28      +3 -3      ports/mail/vpopmail/distinfo
  1.2       +7 -8      ports/mail/vpopmail/files/Makefile.in-noportdocs.patch
  1.6       +12 -32    ports/mail/vpopmail/files/patch-Makefile.in
  1.1       +12 -0     ports/mail/vpopmail/files/patch-README.onchange (new)
  1.1       +12 -0     ports/mail/vpopmail/files/patch-README.vdelivermail (new)
  1.2       +20 -88    ports/mail/vpopmail/files/patch-README.vpopmaild
  1.4       +6 -9      ports/mail/vpopmail/files/patch-config.h.in
  1.13      +42 -73    ports/mail/vpopmail/files/patch-configure
  1.2       +0 -31     ports/mail/vpopmail/files/patch-vchangepw.c (dead)
  1.4       +0 -19     ports/mail/vpopmail/files/patch-vchkpw.c (dead)
  1.2       +0 -12     ports/mail/vpopmail/files/patch-vdeldomain.c (dead)
  1.8       +19 -322   ports/mail/vpopmail/files/patch-vdelivermail.c
  1.2       +0 -116    ports/mail/vpopmail/files/patch-vpalias.c (dead)
  1.3       +4 -12     ports/mail/vpopmail/files/patch-vpgsql.c
  1.4       +42 -195   ports/mail/vpopmail/files/patch-vpopmail.c
  1.2       +0 -12     ports/mail/vpopmail/files/patch-vqmaillocal.c (dead)
  1.14      +22 -2     ports/mail/vpopmail/pkg-plist


More information about the cvs-ports mailing list