aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* The big change of thunderbird doesn't extract nor build the nspr that isJeremy Messenger2005-09-091-1/+2
| | | | | | | | | | | | included in its tarball, so it caused this port to not able to find nspr in thunderbird. I thought the EXTRACT_DEPENDS would take care of it but not as I learned from build log that it will uninstall any dependency before return to this port build. Add nspr dependency and bump the PORTREVISION. Reported by: krismail Notes: svn path=/head/; revision=142297
* Update squirrelmail port to work under PHP5+ until the nextRenato Botelho2005-09-092-1/+99
| | | | | | | | | | release comes out with the fix already in. PR: ports/85909 Submitted by: maintainer Notes: svn path=/head/; revision=142295
* Chase the thunderbird's big change by fix DEPENDS and build.Jeremy Messenger2005-09-092-15/+12
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=142272
* Upgrade to 20050908.Thierry Thomas2005-09-092-5/+5
| | | | Notes: svn path=/head/; revision=142266
* - Update to 1.67Renato Botelho2005-09-083-13/+21
| | | | | | | | | | | | | | | | | | | | | | | Changes from v1.66 -> v1.67 (new functionality) * generic.c: AUTO_BLACK_LISTING was not being initialized which means it couldnt of been working. patch by Benny Pedersen. * *.c: records were taking twice as long to expire as what they should be. Thanks to Sune Foldager for spotting this. * contrib/: added debian startup/init file by Dietmar Braun. * helo.c: used wrong variable for _expire. patch by Benny Pedersen. * policyd.spec: new rpm spec file. submitted by Catalin Muresan - Fix missing documentation - Fix startup script to not use '-' in rc variables. - Fix pid filename in default configuration pid filename. - Added postfix-policyd-stats to gather stats using syslog PR: ports/85868 Submitted by: maintainer Notes: svn path=/head/; revision=142232
* Update to 0.8.6Erwin Lansing2005-09-082-9/+3
| | | | Notes: svn path=/head/; revision=142215
* - Patch out hard reference to -lc_r from configure scriptPav Lucistnik2005-09-071-3/+12
| | | | | | | | | | Fixes build on ia64 Reported by: krismail Tested on: pluto1 Notes: svn path=/head/; revision=142192
* - Grab maintainershipSergei Kolobov2005-09-071-1/+1
| | | | Notes: svn path=/head/; revision=142179
* - Update to 2.2.3Michael Johnson2005-09-076-6/+46
| | | | | | | Requested by: brad@brad-x.com to fix gal crash problems Notes: svn path=/head/; revision=142155
* - Fix the plist. [1]Jeremy Messenger2005-09-074-4/+24
| | | | | | | | | | | | - Fix the build to actually enable iconv, without it caused locale garbled in some places. I accidented remove iconv hack in the big change. Oops! - Bump the PORTREVISION. Reported by: krismail [1], Junji Nakanishi <nakanishi@daemonfreaks.com> Sharp eye: marcus (he found that I lost iconv hack) Notes: svn path=/head/; revision=142144
* - Unbroken on FreeBSD > 502014Renato Botelho2005-09-0611-4/+338
| | | | | | | | | PR: ports/85122 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer timeout (18 days) Notes: svn path=/head/; revision=142118
* - Some users have problems downloading t-prot from its the only master site.Sergei Kolobov2005-09-061-1/+3
| | | | | | | | | | Attempt to address those issues to adding a mirror at FreeBSD.org PR: ports/85771 Submitted by: Matthias Fechner <idefix@fechner.net> Notes: svn path=/head/; revision=142101
* Update to 0.1.10Jean-Yves Lefort2005-09-063-7/+11
| | | | | | | | PR: ports/85785 Submitted by: maintainer Notes: svn path=/head/; revision=142060
* - Update to 0.5.0Yen-Ming Lee2005-09-063-9/+12
| | | | | | | | PR: 85773 Submitted by: maintainer Notes: svn path=/head/; revision=142040
* Update to 20050821Jean-Yves Lefort2005-09-052-8/+7
| | | | | | | | PR: ports/85190 Submitted by: maintainer Notes: svn path=/head/; revision=142034
* Complement pav's handling of tcp.smtp and tcp.smtp-dist: actually installPeter Pentchev2005-09-051-9/+10
| | | | | | | | | | | | the sample tcp.smtp file as tcp.smtp-dist. Add the WITH_SUID_VCHKPW knob for setting the setuid bit on bin/vchkpw. [1] Bump PORTREVISION. PR: 85124 [1] Submitted by: garga [1] Notes: svn path=/head/; revision=142032
* Update to 2.8.8Jean-Yves Lefort2005-09-052-3/+3
| | | | | | | | | PR: ports/85758 Submitted by: Kevin Brunelle <kruptos@mlinux.org> Approved by: maintainer timeout (15 days) Notes: svn path=/head/; revision=142031
* Ooops, I missed the plist changes in the update to 1.9.14.Alexander Leidinger2005-09-052-0/+4
| | | | Notes: svn path=/head/; revision=142027
* Update to 1.9.14.Alexander Leidinger2005-09-0510-88/+12
| | | | Notes: svn path=/head/; revision=142026
* - Fix MAINTAINER wrong mailRenato Botelho2005-09-051-1/+1
| | | | Notes: svn path=/head/; revision=142012
* Add postfix-policyd-sf 1.66, anti-spam plugin for Postfix (written inRenato Botelho2005-09-057-0/+150
| | | | | | | | | | C). PR: ports/85396 Submitted by: Xavier Beaudouin <kiwi@oav.net> Notes: svn path=/head/; revision=142004
* 1, Fix boot/maildir+vida script.Renato Botelho2005-09-052-16/+29
| | | | | | | | | | | | | | If unmodified to use this script, qmail-smtpd dumps core. And support [start|stop] command. 2, Add SUB_LIST in Makefile. '%%ECHO_CMD%% replaces to echo command in boot/*. 3, Remove duplicated MASTER_QMAIL_SITE in Makefile. 4, Fix Maintainer's mail address. PR: ports/85708 Submitted by: maintainer Notes: svn path=/head/; revision=141995
* - Copy py-mimelib to py-email and update to 3.0Pav Lucistnik2005-09-0413-261/+162
| | | | | | | | | | | | | - Copy py-mimelib to py-email2 and update to 2.5.6 - Both: update WWW, MASTER_SITES PR: ports/83742 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: Gerhard Schmidt <estartu@augusta.de> (maintainer) Repocopied by: marcus Notes: svn path=/head/; revision=141938
* Add dependency on bison.Oliver Braun2005-09-041-0/+1
| | | | | | | Obtained from: pointyhat Notes: svn path=/head/; revision=141937
* There's another place where a fix for 5.x and 4.x is needed.Alexander Leidinger2005-09-034-6/+14
| | | | | | | | | | Bump PORTREVISION, pointyhat doesn't seems to have picked up the previous fix in the most recent run, it still displays the old error. Noticed by: c0rn@gazeta.pl Notes: svn path=/head/; revision=141838
* - Fix pkg-messageRenato Botelho2005-09-022-2/+3
| | | | | | | | PR: ports/85664 Submitted by: maintainer Notes: svn path=/head/; revision=141820
* Reset undeliverable maintainer address:Kris Kennaway2005-09-021-1/+1
| | | | | | | | | ----- The following addresses had permanent fatal errors ----- <patrick@rinke-bochum.de> (reason: 550 <patrick@rinke-bochum.de>: Recipient address rejected: User unknown in virtual mailbox table) Notes: svn path=/head/; revision=141816
* Upgrade to 0.16.1.Oliver Braun2005-09-024-207/+3
| | | | Notes: svn path=/head/; revision=141809
* Upgrade to 0.30.Oliver Braun2005-09-022-3/+3
| | | | Notes: svn path=/head/; revision=141806
* - Update to 0.5.4Sergey Matveychuk2005-09-022-4/+12
| | | | | | | | PR: ports/85627 Submitted by: Andrej Zverev <az@inec.ru> Notes: svn path=/head/; revision=141795
* Add tumgreyspf 1.09, external policy checker for the postfix mailRenato Botelho2005-09-0213-0/+252
| | | | | | | | | | server. PR: ports/85587 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=141785
* - Don't use more scripts/*, now use OPTIONSRenato Botelho2005-09-022-291/+216
| | | | | | | | | | - Add UPDATING note PR: ports/85591 Submitted by: maintainer Notes: svn path=/head/; revision=141784
* Upgrade to 20050901.Thierry Thomas2005-09-022-5/+5
| | | | | | | Changelog at <http://www.spambouncer.org/whatsnew.shtml>. Notes: svn path=/head/; revision=141760
* - Add one more OPTION to qmail-smtp_auth+tls slave port, to apply aRenato Botelho2005-09-012-0/+14
| | | | | | | custom version of maxrcpt patch made by Ederson Chimbida <chimbida@gmail.com> Notes: svn path=/head/; revision=141722
* Upgrade to 20050831.Thierry Thomas2005-09-012-5/+5
| | | | Notes: svn path=/head/; revision=141721
* Add itraxp 1.03.20050513, advanced Perl supporting FTN messages tracker.Sam Lawrance2005-09-016-0/+107
| | | | | | | | PR: ports/72550 Submitted by: Andrey Slusar <anrays@gmail.com> Notes: svn path=/head/; revision=141719
* Unbreak port on 4.x and 5.x.Alexander Leidinger2005-09-012-0/+28
| | | | | | | | PR: 84479, 84558 Noticed by: many Notes: svn path=/head/; revision=141698
* Remove mastersite which has gone away.Mark Linimon2005-09-011-1/+0
| | | | Notes: svn path=/head/; revision=141676
* Fix build: USE_GCC=3.4+ on ${OSVERSION} < 500000 (c++ templateMario Sergio Fujikawa Ferreira2005-09-011-1/+7
| | | | | | | | | | issues) Reported by: pointyhat (kris), Nicolas Rachinsky <nr@rachinsky.de> Notes: svn path=/head/; revision=141654
* Use newer GCC to build this port.Joe Marcus Clarke2005-08-311-0/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=141638
* - Retire some gdesklets-psi ports. They don't run on recent gdesklets versions,Pav Lucistnik2005-08-317-81/+0
| | | | | | | | | | they are gone from website and their future is dimm. PR: ports/85370 Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer) Notes: svn path=/head/; revision=141630
* - Add option for optional DRAC RFC for POP-before-SMTP relaying (default off)Pav Lucistnik2005-08-311-1/+8
| | | | | | | | PR: ports/85518 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=141627
* - Update to 4.44.6Renato Botelho2005-08-317-26/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New Features and Improvements * - Published new version of the book, but advise you don't purchase until 3rd week of August so I get to check a copy off the press first. - Optimised situation where spam archive is being kept clean but many messages are being deleted. Thanks to yavor.trapkov@wipe.int for that. - Improved logging to show what sort of HTML tags have been disarmed. - Added "Scan Messages" option (intended to be a ruleset) which is an easy way of disabling all scanning and processing of messages. Great for customers who don't want scanning of any sort on their messages. - More phishing net improvements and additions to the safe sites list. * Fixes * - Resolved dependency problems by "tweaking" /usr/lib/rpm/perl.req to produce no output. - Added more Postfix temporarily-invalid-message checks. This is working perfectly reliably now. - Added disk full checks for MailScanner/incoming space. - Added missing object instantiate in the generic spam scanner. - Fixed reporting and scoring bugs in Custom Spam Scanner. - Made Postfix hash depth measurement more tolerant of stray files such as Razor logs appearing in the hold queue directories. - Delete temporary TNEF files created by internal TNEF decoder/expander. - Removed stray tar.gz files from tar distribution that shouldn't be there. PR: ports/85218 Submitted by: maintainer Notes: svn path=/head/; revision=141580
* - Update to 4.45.1Renato Botelho2005-08-317-272/+289
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * New Features and Improvements * - Added MCP patches for SpamAssassin 3.0.4. - Added extra output about nodeps switch with install.sh for RPM. - Added "no bytes" lines to cancel out "use bytes" as it causes problems with multi-lingual subject lines. - Improved phishing net so that when you have multiple MailScanner servers all handling your incoming mail, links caught by the first one won't also be caught by the following ones. This caused the final message to contain multiple warnings about the same link. There is now just 1 warning. - New "Quarantine Modified Body" setting, default is "no". This will cause all modified messages to be quarantined, including messages which have had their HTML disarmed. * Fixes * - Corrected bayes_file_mode in spam.assassin.prefs.conf on advice from Matt Kettler. - 'MailScanner -v' now prints out the version number of Convert::TNEF. - Group memberships problem on BSD fixed. Spam quarantine membership should now always be correct on BSD systems. PR: ports/85282 Submitted by: maintainer Notes: svn path=/head/; revision=141579
* Add svnmailer - a tool to post subversion repository commit information.Vsevolod Stakhov2005-08-315-0/+124
| | | | | | | | | PR: 85484 Submitted by: Andrej Zverev <az@inec.ru> Approved by: perky (mentor) Notes: svn path=/head/; revision=141575
* - Update to 1.2aPav Lucistnik2005-08-312-4/+4
| | | | | | | | | | - More download locations PR: ports/85343 Submitted by: Stefan Walter <sw@gegenunendlich.de> Notes: svn path=/head/; revision=141561
* New port normalizemime version 1.16.20050628: A mime normalizer toMario Sergio Fujikawa Ferreira2005-08-315-0/+63
| | | | | | | be used as a preprocessor for email classication Notes: svn path=/head/; revision=141510
* - Update to 0.13 [1]Jean-Yves Lefort2005-08-304-21/+18
| | | | | | | | | | | | | | | - Also display pkg-message when installing from the port - Install documentation with ${INSTALL_DATA}, not ${INSTALL_MAN} - Patch silently - Use ${SUB_FILES} - s/YES/yes/ [1]: PR: ports/85487 Submitted by: maintainer Notes: svn path=/head/; revision=141506
* - Update to 1.3.12Pav Lucistnik2005-08-304-21/+10
| | | | | | | | PR: ports/84472 Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer) Notes: svn path=/head/; revision=141496
* - Add cdb map lookupsRenato Botelho2005-08-308-16/+72
| | | | | | | | | PR: ports/84382 Submitted by: IWAMOTO Kouichi <sue@iwmt.org> Approved by: maintainer Notes: svn path=/head/; revision=141483