aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* Remove master_sites:Edwin Groothuis2004-01-171-8/+5
| | | | | | | | | | | | | | | | | | portlint complains if there is no / at the end, while the do-fecth doesn't work with a / at the end. Use fetch_site in this case. Make do-fetch working Replace WWWUID and WWWGROUP with WWWOWN and WWWGRP Noticed by: bento log http://bento.freebsd.org/errorlogs/i386-4-exp-latest/postfixadmin-2.0.2_1.log Informed maintainer Notes: svn path=/head/; revision=98386
* - Update to version 20040115Kirill Ponomarev2004-01-172-3/+3
| | | | | | | | PR: 61468 Submitted by: maintainer Notes: svn path=/head/; revision=98383
* - add 2nd checksum for distfile, no package changeDirk Meyer2004-01-171-0/+1
| | | | | | | | | | | distfile was recreated with: changed files: HISTORY, TODO added files: contrib/portugese.diff Reported by: milter@free.fr Notes: svn path=/head/; revision=98372
* - Fix typoClement Laforet2004-01-171-1/+1
| | | | | | | | Pointed out by: stefanf@irc Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98366
* - Update to 0.94Clement Laforet2004-01-173-10/+6
| | | | | | | | | | - Use PORTDOCS macro - cleanups Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98364
* upgrade to 2.2.9Michael Haro2004-01-162-2/+2
| | | | | | | | | - Fixed a compatibility problem using Parse::RecDescent version 1.94 - Fixed problem in migrate that caused problems in versions of perl earlier than 5.6. Notes: svn path=/head/; revision=98355
* Add the p5-Mail-SPF-Query portMichael Haro2004-01-165-0/+40
| | | | | | | | | | | The SPF protocol relies on sender domains to publish a DNS whitelist of their designated outbound mailers. Given an envelope sender, Mail::SPF::Query determines the legitimacy of an SMTP client IP. Notes: svn path=/head/; revision=98341
* Update to 0.7. Don't treat warnings as errors.Trevor Johnson2004-01-162-6/+4
| | | | | | | | PR: 61410 Submitted by: dinoex Notes: svn path=/head/; revision=98335
* Update to 1.0.2.Joe Marcus Clarke2004-01-163-5/+4
| | | | | | | | | | | | | | * patch applied to smtp-tls.c and examples/mail-file.c for Balsa * smtp-tls.c - fixed typo in check_file() - domain name check is now done using the wildcard match per RFC 2818 - better error reporting for check_file() and check_directory() PR: 61434 Submitted by: maintainer Notes: svn path=/head/; revision=98323
* Updated to 1.11Sergey Skvortsov2004-01-162-2/+2
| | | | Notes: svn path=/head/; revision=98283
* - udpate to 1.1.2Dirk Meyer2004-01-164-4/+4
| | | | Notes: svn path=/head/; revision=98270
* - Cleanups.Clement Laforet2004-01-165-20/+5
| | | | | | | | Notice by: From: lou <lou@0xffff.org> Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98261
* - Update to 2.0.2Clement Laforet2004-01-163-3/+8
| | | | | | | | | PR: 61385 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98253
* Update to 2.2.3.Hajimu UMEMOTO2004-01-1533-324/+75
| | | | Notes: svn path=/head/; revision=98223
* - Update to 0.44.2Sergei Kolobov2004-01-1512-239/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | - Fix LDAP support build problems - CONFLICTS has been expanded - WITH_GHOSTSCRIPT_AFPL support has been changed to honor GSPORT - WITH_TRANSPORT+=uucp changed since uucp is no longer part of the base system and NOUUCP is no longer a /etc/make.conf tunable for buildworld - WITH_EXPECT not being set now adds --disable-changepass which causes the suid authdaemon.passwd to not be installed. - devel/fam dependency is now non-optional since the port will use the library if it finds it regardless of one's intention to use it or not. For instance if libfam is installed and one doe not want it used by courier but chosses the WITH_LDAP support than libfam will get sucked in as well. Then the user deletes fam and courier breaks because the user had no idea courier depended on it. So until courier gets a configure --without-fam tunable this should be a mandatory dependency. - and last but not least etc/rc.d/courier.sh startup script has been rewritten to work with rc.subr which allows one to move it to /etc/rc.d/courier and have it just work. :) PR: 61112 Submitted by: Yarema <yds@CoolRat.org> Notes: svn path=/head/; revision=98205
* - Use db-4.2 in LIB_DEPENDSKirill Ponomarev2004-01-152-4/+2
| | | | | | | | | | - Remove contiguous blank line PR: 61375 Submitted by: maintainer Notes: svn path=/head/; revision=98196
* Add vodmr 0.13, an ODMR/ATRN server for vpopmail/qmail.Peter Pentchev2004-01-157-0/+101
| | | | | | | | PR: 47002 Submitted by: James Raftery <james@now.ie> Notes: svn path=/head/; revision=98191
* Add Sourceforge site, to make fetchable.Trevor Johnson2004-01-152-4/+10
| | | | | | | Submitted by: ijliao Notes: svn path=/head/; revision=98183
* - Update to 0.15.13.2, to fix Alpha SIGFPE (we use -mieee now)Kirill Ponomarev2004-01-144-10/+44
| | | | | | | | | | | | | - Support WITH_DB_VER=42 to build against db42 rather than default db4 - Switch to bz2 to reduce download time and data volume. - Fix up forgotten src/version.c update to 0.15.13.2 PR: 61284 Submitted by: maintainer Notes: svn path=/head/; revision=98173
* Use bsd.php.mk.Alex Dupre2004-01-141-6/+5
| | | | | | | | | | PR: ports/61359 Submitted by: Xin LI Reviewed by: Simon Dick (maintainer) Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=98155
* - Restore a fix for breakage when run under cron(8) introduced inSergei Kolobov2004-01-141-0/+2
| | | | | | | | | Makefile revision 1.21 and mistakenly ommitted during upgrade to 3.2.1 Noticed by: Ori Peleg <orip@humaneyes.com> Notes: svn path=/head/; revision=98145
* add WITH_IDLE option which takes poll, idled or no. Default is pollHajimu UMEMOTO2004-01-149-0/+90
| | | | | | | | | as Cyrus IMAPd's default. Requested by: ervin.nemeth@niif.hu Notes: svn path=/head/; revision=98134
* Make the command we use for finding a PID really work. Bump PORTREVISION.Pete Fritchman2004-01-144-2/+4
| | | | | | | Submitted by: Shawn Yeager <mail@shawnyeager.com> Notes: svn path=/head/; revision=98133
* - Add WITHOUT_NLS knobKirill Ponomarev2004-01-132-0/+13
| | | | | | | | PR: 61314 Submitted by: maintainer Notes: svn path=/head/; revision=98081
* - fix *squirrelmail ports.Clement Laforet2004-01-132-5/+56
| | | | | | | | | | | - add slaveport-target - fix INDEX build - add forgotten file Approved by: erwin (mentor) Notes: svn path=/head/; revision=98079
* - Add WITHOUT_NLS knobKirill Ponomarev2004-01-134-54/+70
| | | | | | | | PR: 61312 Submitted by: maintainer Notes: svn path=/head/; revision=98073
* - Update my email addressClement Laforet2004-01-138-8/+8
| | | | | | | Approved and reviewed by: erwin (mentor) Notes: svn path=/head/; revision=98067
* remove old comment which was needed while testing the port.Edwin Groothuis2004-01-131-1/+1
| | | | Notes: svn path=/head/; revision=98056
* the mail/majordomo port looks for majordomo.cf in /etcEdwin Groothuis2004-01-131-16/+26
| | | | | | | | | | | | | | | | | majordomo installed from the port doesn't work out of the box: one either has to move ${PREFIX}/majordomo/majordomo.cf to /etc/majordomo.cf, or set the MAJORDOMO_CF envvar. This patch should fix this problem. Honestly, I didn't use his patch since it wasn't attached to the original PR. PR: ports/45963 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Approved by: maintainer timeout Notes: svn path=/head/; revision=98055
* mail/squirrelmail - Port Docs in wrong locationEdwin Groothuis2004-01-136-819/+999
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Installation of mail/squirrelmail places the ports documentation in PREFIX/squirrelmail, and you are not able to not install the documentation with NOPORTDOCS. - installs all documentation to the DOCSDIR directory - fixes security of the port by moving the attachment and user preferences out of the web servers document root (moves default data_dir & attachment_dir from SQUIRRELDIR/data to sub-directorys under /var/spool/squirrelmail) as recommended on the SquirrelMail web site. - adds a periodic/daily script to clean the attachment directory of abandoned files (disabled by default) - location of squirrelmail can be set by either defining SQUIRRELDIR or WITHOUT_WWWDIR when patching and installing the port. - BENTO FIX: The /var/spool/squirrelmail directory is created by pkg-install, but it wasn't being uninstalled. Connditionalized the creation of this directory depending on how the BATCH variable is set. A message in pkg-deinstall advises the port user to remove it if no longer needed. PR: ports/50840 Submitted by: Scot W. Hetzel <hetzels@westbend.net> Approved by: Maintainer timeout Notes: svn path=/head/; revision=98051
* [PATCH] mail/p5-Mail-SpamAssassin 2.60Edwin Groothuis2004-01-133-19/+56
| | | | | | | | | | | This patch adds rc_subr support to spamd daemon of the spamassassin port. PR: ports/57384 Submitted by: Martin Matuska <martin@tradex.sk> Notes: svn path=/head/; revision=98047
* Silence two portlint warnings.Sheldon Hearn2004-01-121-6/+5
| | | | Notes: svn path=/head/; revision=97986
* 1) Fix build for the WITHOUT_ALT_CONFIG_PREFIX case.Sheldon Hearn2004-01-124-11/+24
| | | | | | | | | | | | 2) Allow the operator to override exim user and group with EXIM_USER and EXIM_GROUP. This was made possible by the introduction of runtime resolution of the exim_user UID and the exim_group GID, new in exim-4.30. Reported by: Phil Pennock <pdp@nl.demon.net> Notes: svn path=/head/; revision=97983
* Add RUN_DEPENDS.Dmitry Sivachenko2004-01-121-0/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=97971
* Update to version 9575.Dmitry Sivachenko2004-01-122-4/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=97968
* Update FTP mirror address.Mike Heffner2004-01-111-1/+1
| | | | Notes: svn path=/head/; revision=97943
* Maintainer update: mail/dovecotEdwin Groothuis2004-01-114-8/+32
| | | | | | | | | | | | Updates: - MASTER_SITES - dovecot-example.conf used pgsql for userdb by default, now uses passwd. PR: ports/61188 Submitted by: Robin Breathe <robin@isometry.net> Notes: svn path=/head/; revision=97915
* Reset maintainer to ports@. From private email from the previous maintainer:Mark Linimon2004-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | Time constraints prevent me from maintaining this port properly. I apologize for being unable to serve the community better, but life has gotten in the way of things as usual. The build issue here seems to be a rather strange one, and has to do with compiling on the alpha. I have no way of troubleshooting this myself, since I don't have access to the build environment. The port requires some heavy-duty updating and it's really not something I have much time to work on. Unfortunately. I hope someone else will take over from me. Thanks to Alex for his work on this port. Notes: svn path=/head/; revision=97891
* - Add some missing RUN_DEPENDSSergei Kolobov2004-01-096-10/+222
| | | | | | | | | | | - Change Makefile to adjust a two more scripts to use FreeBSD paths - Added additional install (Sophos) PR: 61132 Submitted by: maintainer Notes: svn path=/head/; revision=97790
* - Update to 4.26.4Sergei Kolobov2004-01-0914-12/+232
| | | | | | | | | | | - Add few new RUN_DEPENDS for the virus_wrapper scripts - Patch scripts to use FreeBSD conform directories PR: 61130 Submitted by: maintainer Notes: svn path=/head/; revision=97789
* Update to 2.1.4.Pete Fritchman2004-01-093-8/+200
| | | | | | | | PR: 61083 Submitted by: maintainer Notes: svn path=/head/; revision=97740
* - smart config file managementPete Fritchman2004-01-094-3/+50
| | | | | | | | | | | | | - install our www tree with appropriate permissions - update pkg-descr, add WWW: - add a pkg-message - bump PORTREVISION PR: 61054 Submitted by: maintainer Notes: svn path=/head/; revision=97736
* Update mail/dspamYen-Ming Lee2004-01-098-4/+104
| | | | | | | | | | | | | | Add ENABLE_SPAM_DELIVERY knob Make dspam play with qmail Install MySQL documentation Install a dummy mysql.data file PR: 61089 Submitted by: Mark Daniel Reidel <mark@reidel.info> Reviewed by: Rob Evers <rob@debank.tv> Notes: svn path=/head/; revision=97732
* - Update to version 0.4.20.Simon L. B. Nielsen2004-01-082-6/+13
| | | | | | | | | - Autodetect if gnutls is installed to get dependencies right. Approved by: edwin Notes: svn path=/head/; revision=97670
* - update to 1.2.0Pete Fritchman2004-01-084-8/+20
| | | | | | | - we now depend on perl 5.6.1 Notes: svn path=/head/; revision=97648
* [maintainer-update] mail/postfixadminEdwin Groothuis2004-01-083-33/+105
| | | | | | | | | | | | Includes ports/60908 by Franz Klammer <klammer@webonaut.com> The new version includes many new features. The database structure has changed !! Read UPGRADE.TXT PR: ports/61044 Submitted by: Rob Evers <rob@debank.tv> Notes: svn path=/head/; revision=97626
* - Drop maintainership to ports@Kirill Ponomarev2004-01-071-1/+1
| | | | Notes: svn path=/head/; revision=97598
* Look for WITHOUT_DNSDB as advertised, not WITH_DNSDB.Sheldon Hearn2004-01-071-1/+1
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=97567
* - Update to 0.15.13.1Kirill Ponomarev2004-01-074-4/+4
| | | | | | | | PR: 61004 Submitted by: maintainer Notes: svn path=/head/; revision=97555
* Update from 0.12 to 0.14:Mark Linimon2004-01-072-2/+3
| | | | | | | | | | | | | | | | * add new dependency of p5-Test-Simple * create the output dir if it does not exist (Thanx Paul Wolters!) * added BUGS section to doc * converted makegraph.t to Test::More and added some tests * output dir no longer gets a trailing slash (good for OS/2?) and we use File::Spec to construct output file names * better reasons for skipping mails (string vs. some number) PR: ports/60977 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer) Notes: svn path=/head/; revision=97526