summaryrefslogtreecommitdiff
path: root/mail/vpopmail/files/patch-vdelivermail.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add support to have vdelivermail send to stdout by definingBryan Drewery2013-07-231-13/+26
| | | | | | | | | DELIVER_TO_STDOUT in the environment. This is useful when using dovecot as an LDA. See more discussion at: http://www.mail-archive.com/vchkpw@inter7.com/msg26694.html Notes: svn path=/head/; revision=323537
* Update to vpopmail-5.4.30 which should fix the segfaults that somePeter Pentchev2010-01-051-2/+2
| | | | | | | users have been experiencing with 5.4.28. Notes: svn path=/head/; revision=247197
* Fix the master sites so that vpopmail is actually fetchable even withPeter Pentchev2009-11-301-8/+71
| | | | | | | | | | | | -A present in FETCH_ARGS, as it is on most systems. Fix the maildir++ file size calculations in the SpamAssassin code as per the PR. PR: 139962 (the maildir++ fix) Submitted by: Alex Dupre <ale@freebsd.org> Notes: svn path=/head/; revision=245017
* Update to vpopmail-5.4.28.Peter Pentchev2009-11-261-5/+10
| | | | | | | | | | From the PR - fix the creation of new domains through LDAP. PR: 131274 Submitted by: Suzuki <xsuzu@yokohama.riken.jp> Notes: svn path=/head/; revision=244800
* Update to vpopmail-5.4.27.Peter Pentchev2009-03-161-5/+17
| | | | | | | | | | Internally, use quilt for patch management. Add two Makefile knobs for the locations of the Courier IMAP server's imaplogin and imapd binaries, just in case anyone would want to test the new authvchkpw utility :) Notes: svn path=/head/; revision=230212
* Reinitialize the internal DeleteMail variable for each dot-qmail linePeter Pentchev2008-03-171-3/+13
| | | | | | | | | | | | so that all delivery instructions are indeed executed and no messages are (partially) lost. Bump PORTREVISION. Submitted by: Michal Sviba <michal@myserver.cz> in e-mail message <47DBD588.4000906@myserver.cz> Notes: svn path=/head/; revision=209185
* Update the vpopmail port to version 5.4.26 with a lot of changes and fixes:Peter Pentchev2007-12-251-15/+151
| | | | | | | | | | | | | | - add the WITH_SPAMFOLDER knob from Alex Dupre's PR; - fix lots of bugs in the new vlist code; - fix a couple of bugs in MySQL's "valias -n" implementation; - actually implement "valias -n" for PostgreSQL; - fix a couple of directory descriptor leaks and other buglets. PR: 117321 (the WITH_SPAMFOLDER knob) Submitted by: ale Notes: svn path=/head/; revision=204487
* Update vpopmail to 5.4.20 after a long delay, mostly due to wonderingPeter Pentchev2007-10-091-322/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=201173
* Update to vpopmail-5.4.17. In the process:Peter Pentchev2006-10-051-15/+57
| | | | | | | | | | | | | | | - add a new knob, WITH_SQL_REMOVE_DELETED, for explicitly activating the new code for removing entries from the SQL log file when a user or domain is deleted; - add real NOPORTDOCS support and install the README.* files in addition to the doc_html/ and man_html/ directories if NOPORTDOCS is not set; - fix a couple of spelling and grammar errors in the new README.vpopmaild; - add several sanity checks; - remove the last traces of the ActiveDirectory backend; - various other minor changes. Notes: svn path=/head/; revision=174531
* I've updated the SpamAssassin patch, so re-enable it in the port.Alex Dupre2006-07-171-10/+201
| | | | Notes: svn path=/head/; revision=168049
* Update to the last stable release, 5.4.13. In the process:Peter Pentchev2006-06-161-193/+70
| | | | | | | | | | - temporarily disable the SpamAssassin patch, since vdelivermail was reorganized a bit; - fix a couple of potential buffer bound problems; - remove the unconditional -fPIC; we handle this ourselves for amd64. Notes: svn path=/head/; revision=165574
* Set the SHELL environment variable to "/bin/sh" in vdelivermail beforePeter Pentchev2005-07-011-10/+18
| | | | | | | | | | executing external programs. PR: 69969 Submitted by: Claudiu Bosioc <claudiu@casi.ro> Notes: svn path=/head/; revision=138306
* Update to 5.3.29 and add the new SpamAssassion patch from Alex Dupre,Peter Pentchev2003-11-031-5/+161
| | | | | | | | | | with a configurable spam threshold value set by the SPAM_THRESHOLD knob. PR: 58306, 58805 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=92962
* Add Alex Dupre's patch for SpamAssassin integration, conditionalPeter Pentchev2003-10-311-3/+42
| | | | | | | | | | on the WITH_SPAMASSASSIN knob. PR: 58503 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=92729
* Update the checksum to match the "new" distfile.Peter Pentchev2002-11-021-0/+11
Submitted by: gerald <gerald@hannibal.symicon.com> - the original notification about the vpopmail distfile checksum change Fix a possible buffer underflow bug in the changed code. Add a new ENABLE_MYSQL_LIMITS knob for .qmailadmin-limits processing, and DISABLE the new MySQL limits code - it does not even compile as shipped :( Use the correct configure script option for specifying the path to the tcprules program, so vpopmail works even with LOCALBASE != /usr/local. Submitted by: Mike Meyer <mwm@mired.org> - the tcprules patch Notes: svn path=/head/; revision=69307