aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.50.15Renato Botelho2006-02-1512-461/+14423
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - OPTIONSify - Use USE_RC_SUBR Change Log: - Speed increased significantly! Caches SpamAssassin results. Note you need to run my install.sh script to get the new modules required. - If "Virus Scanners = auto" (ie. the installed default value) then it searches for and uses every available installed virus scanner. - Added SpamAssassin cache analyser (analyse_SpamAssassin_cache) to the distributions. 99% written by Steve Freegard of MailWatch fame. - Upgraded ClamAV+SA bundle to ClamAV 0.88. - Added default headers that Thunderbird 1.5 will use to automatically identify spam based on SpamAssassin's spam headers. - Added UU-decoder to automatically extract files from attachments that were stored in uu-encoded form. This behaves similarly to the zip and rar decoders. The virus scanners should check inside these files for themselves anyway, but this assists them when they do not. It also allows for filename and filetype checking of files stored in uu-encoded attachments. - Added configuration option "Find UU-Encoded Files" to set whether uu-encoded files are decoded or not. These files are very rarely used, and the overhead of finding them is fairly large as it involves reading all existing attachments looking for the signature of them. So the default is to not look for them. A ruleset can be used to protect particularly vulnerable recipients or senders. - You can now start up MailScanner without changing MailScanner.conf at all. It will auto-detect SpamAssassin and all available virus scanners. - Changed default setting to "Use SpamAssassin = yes" and now auto- detect installation of SpamAssassin, logging installation instructions if it is not already installed and working. - Added DBI and DBD::SQLite Perl modules. Please use my install.sh scripts when you upgrade or install this version. - Added American spelling of "analyze_SpamAssassin_cache" as well as English spelling of "analyse_SpamAssassin_cache". - DBI installation is forced in RPM distributions. - Improved RPM installer to handle DBI module dependencies better. It now installs cleanly on the systems I have tested it on. These include Fedora Core 3, Fedora Core 4, SuSE 9.3, SuSE 10, RedHat Enterprise 4. - Made log warnings more obvious when DBI/DBD::SQLite/Digest::MD5 are not all installed properly. - Improved comments about "Allow Filenames" and "Allow Filetypes" in MailScanner.conf. - Improvement to F-Prot output parser to handle new strings. - Changed filename/type traps to account for new vulnerability in TNEF files. - Adapted trend-autoupdate for 2006 onwards. - --help implemented so you can see how to use it now. - --debug now written. Works just like "Debug = yes" in MailScanner.conf. - --debug-sa now written. Works just like "Debug SpamAssassin = yes". - --check ruleset-checker now written. Takes max 1 from address, multiple to addresses, client IP address and virus name. - Added a new command-line parameter "--lint" to verify the config file. - --lint now prints what virus scanners you have chosen to use, and what - --lint now checks SpamAssassin configuration too. scanners it can find installed. - Added hi-res timing so the batch speed timings are now displayed to micro-second accuracy. - Added Time::HiRes to the list of required modules. You must use ./ install.sh to upgrade to, or install, this version in order to get the new module. Time taken to process the entire batch is logged, and time taken to do "Always Looked Up Last" is logged separately if it is being used at all. - Added check that MailScanner.conf has at least been customised to set the organisation name, long name and web site. - Added "SpamAssassin Cache Timings" configuration option for the few people who need to adjust these settings. Do *not* change it unless you really know what you are doing, the default settings will work nicely. - Updated important perl modules. - Removed duplicate logging of warnings about infected messages. - Added detection of no virus scanners being installed, giving the user advice about how to install ClamAV using my easy-installation package. - Improved ClamAV+SA easy-installation package so that it automatically enables the updates by commenting out the "Example" lines. - Changed default Lock Type for sendmail to "posix" instead of "flock" as new Linux systems (the most popular platform by far) run sendmail 8.13 or later, which requires this to be "posix". - Upgraded Sys::Hostname::Long and HTML::Parser in ClamAV+SA package. - Disabled movie format "deny" rules in filetype.rules.conf and have enabled filetype checking by default. - Updated man pages. - Updated AVG parser to handle latest version 7.1. - Added "Always Looked Up Last After Batch" which is looked up after the "Always Looked Up Last" option. The 2nd of those is looked up once for each message, the "...After Batch" value is looked up once for the entire batch. It is only intended for use with a Custom Function, its value is ignored. * Fixes * - Improved reliability of Bayes rebuilds a lot. - Force installation of DBI as previous versions cause problems. - Removed broken patch I was given, which was temporarily in 4.50. - Packaging bug in 4.50.9-1 fixed. MailTools version typo. - Fixed bug where temporary files were not cleaned up properly. - Fixed missing HTML-Parser 3.48 package. PR: ports/93026 Submitted by: maintainer Notes: svn path=/head/; revision=156109
* Unbreak INDEX build.Mark Linimon2006-02-151-1/+0
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=156089
* - Convert scripts/configure.postfix to OPTIONS and unBROKEN [1]Marcus Alves Grando2006-02-155-246/+141
| | | | | | | | | | | | | | - Convert scripts/fix-files-list to REINPLACE_CMD - s/rcNG/rc.d/ - portlint(1) - Reorganize Makefile - Bump PORTREVISION - Mark OPENLDAP was BROKEN Requested by: kris [1] Notes: svn path=/head/; revision=156080
* - Add more MASTER_SITESRenato Botelho2006-02-142-3/+3
| | | | | | | | | | | - Move files/pkg-message to files/pkg-message.in and use SUB_FILES PR: ports/92635 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=156026
* - Update to 2.10.2Renato Botelho2006-02-142-4/+4
| | | | | | | | PR: ports/93306 Submitted by: Christopher Rued <c.rued@xsb.com> Notes: svn path=/head/; revision=156016
* Update to 3.6.4.Sam Lawrance2006-02-144-7/+16
| | | | | | | | | | | | - dspam_train: support for training using an index file to define the order of ham/spam - dspam_stats: OR --> OCA PR: ports/93278 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=156002
* Add plist entries to create empty directories.Sam Lawrance2006-02-144-7/+65
| | | | | | | | | | | Add 'sharedindexupdate' srcipt. Use 'exec' in shell scripts. PR: ports/93269 Submitted by: Yarema <yds@CoolRat.org> (maintainer) Notes: svn path=/head/; revision=156001
* Update to 0.66.20060203.Sam Lawrance2006-02-142-7/+8
| | | | | | | | PR: ports/93233 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=155982
* Mark IGNORE until the next development starts.Norikatsu Shigemura2006-02-141-0/+2
| | | | Notes: svn path=/head/; revision=155973
* update to 2.2.0Oliver Lehmann2006-02-138-42/+84
| | | | | | | most Makefile changes and patch-libsylph-defs.h where taken from sylpheed2-devel Notes: svn path=/head/; revision=155962
* - update to 0.6c (bzip2 patch now integrated into official release)Yen-Ming Lee2006-02-134-37/+5
| | | | | | | - update URL in pkg-descr Notes: svn path=/head/; revision=155945
* Update to 2.2.0.Norikatsu Shigemura2006-02-132-7/+7
| | | | Notes: svn path=/head/; revision=155944
* - Use USE_QMAIL_RUN knob, forgotten on qmail big patch when bsd.mail.mk wasRenato Botelho2006-02-131-2/+1
| | | | | | | | | added. Approved by: portmgr (erwin) Notes: svn path=/head/; revision=155939
* - Unbreak [1]Renato Botelho2006-02-133-143/+102
| | | | | | | | | - Rework Makefile Noticed by: Marko Lerota <marko.lerota@zg.t-com.hr> [1] Notes: svn path=/head/; revision=155938
* - Add qmail-smtpd-auth-0.31.tar.gz to my area on MASTER_SITE_LOCAL, fileRenato Botelho2006-02-131-2/+4
| | | | | | | | | seems to be unfetchable. Noticed by: Vyacheslav Sotnikov <bsdforfree@rambler.ru> Notes: svn path=/head/; revision=155937
* Update to 0.2.2 - fixes a problem with spec compliance.Sam Lawrance2006-02-132-5/+4
| | | | | | | | PR: ports/93231 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=155922
* BROKEN: Incomplete pkg-plistKris Kennaway2006-02-122-0/+3
| | | | Notes: svn path=/head/; revision=155873
* - Update to 1.0.beta3Michael Johnson2006-02-1210-96/+172
| | | | | | | | | | - Add new options KQUEUE & SQLITE PR: ports/93250 Submitted by: maintainer Notes: svn path=/head/; revision=155846
* Fix plist and enable installation of the default set of trusted SSLSam Lawrance2006-02-122-77/+85
| | | | | | | | | | | | | | certificates. Missed from: Update to 0.66. Submitter takes maintainership. PR: ports/93212 Submitted by: Larry Rosenman <ler@lerctr.org> Notes: svn path=/head/; revision=155825
* Update to 0.66.Sam Lawrance2006-02-122-6/+5
| | | | | | | | | | Submitter takes maintainership. PR: ports/93212 Submitted by: Larry Rosenman <ler@lerctr.org> Notes: svn path=/head/; revision=155818
* Update to 3.6.3 20060211.0037 cvs snap.Sam Lawrance2006-02-124-7/+18
| | | | | | | | PR: ports/93173 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=155805
* Update to 2.3Andrey Slusar2006-02-122-7/+5
| | | | | | | | PR: ports/92961 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=155802
* Reset maintainership to ports@ after ~4 months without any response to anyAlexander Leidinger2006-02-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1] PR: 87985 [1] Notes: svn path=/head/; revision=155784
* Mark DEPRECATED (mastersite gone, no longer maintained). De-orbit inSam Lawrance2006-02-111-0/+3
| | | | | | | | | | a couple months. PR: ports/92985 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=155761
* Update to 1.3.25.Sam Lawrance2006-02-112-4/+4
| | | | | | | | | PR: ports/91704 Submitted by: ehaupt Approved by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer, timeout 4 weeks) Notes: svn path=/head/; revision=155750
* Update to 0.52.2.Sam Lawrance2006-02-113-4/+5
| | | | | | | | | | PR: ports/91741 Submitted by: Milan Obuch <bsd@dino.sk> Reviewed by: Ed Culp <eculp@encontacto.net> Approved by: yds@CoolRat.org (maintainer, timeout 4 weeks) Notes: svn path=/head/; revision=155748
* Remove direct LIB_DEPENDS on fam in favour of the new USE_FAMKris Kennaway2006-02-112-4/+6
| | | | | | | | | | | | infrastructure. Default to WANT_FAM_SYSTEM=fam to be conservative since these ports either have not been tested with gamin or are known to fail (courier). PR: ports/92583 Submitted by: marcus Notes: svn path=/head/; revision=155702
* - Rewrite minimum OPTIONS version check, the old way was broken if the OPTIONSRenato Botelho2006-02-103-46/+13
| | | | | | | | | | | | where set in /var/db/ports/PORTNAME/options. - Drop old knobs check, hard to maintain and conflicting with KNOBS. - Fix brain-dead CONFLICTS from MFD. PR: ports/93109 Submitted by: maintainer Notes: svn path=/head/; revision=155666
* Update to 3.6.3 20060208.1807 cvs snap. [1]Renato Botelho2006-02-104-50/+31
| | | | | | | | | | | | | | Rewrite minimum OPTIONS version check, the old way was broken if the OPTIONS where set in /var/db/ports/PORTNAME/options. Drop old knobs check, hard to maintain and conflicting with KNOBS. [1] beginning with this update the SNAP_DATE is UTC instead of EST (GMT+2). PR: ports/93067 Submitted by: maintainer Notes: svn path=/head/; revision=155665
* - Update to 2.4.1, a bugfix releaseEmanuel Haupt2006-02-102-6/+7
| | | | | | | | | - Provide additional example files Notified by: Luca Morettoni <luca@morettoni.net> (author) Notes: svn path=/head/; revision=155647
* - Add one more MASTER_SITESRenato Botelho2006-02-103-5/+21
| | | | | | | | | | | | | | - Turn cp verbose to show which files are copied - Add a pkg-message - Change to use .zip sources because .tar.gz disapeared of main site - Transfer maintainership to submitter, maintainer is 9 months inactive PR: ports/92422 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=155639
* - Update mail/getmail to 4.5.3, which includes a minor updates to the SSLCheng-Lung Sung2006-02-102-4/+4
| | | | | | | | | | retrievers to allow "~/" and "~username/" in paths. PR: 93108 Submitted by: maintainer (Linh Pham) Notes: svn path=/head/; revision=155619
* * Update mail/mew to 4.2, pass maintainership to submitter [1]Andrey Slusar2006-02-0926-1298/+317
| | | | | | | | | | | | * Fix works slave mail/mew-emacs20. * Slave mail/mew-mule marked BROKEN, added EXPIRATION_DATE - wait fixes 2 months. PR: ports/92808 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> [1] Notes: svn path=/head/; revision=155608
* - Update to 2.3-20060207Marcus Alves Grando2006-02-092-4/+4
| | | | Notes: svn path=/head/; revision=155607
* Update to work with PHP5.Sam Lawrance2006-02-094-2/+107
| | | | | | | | PR: ports/92892 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) Notes: svn path=/head/; revision=155593
* - Update to 1.0.16Pav Lucistnik2006-02-094-15/+29
| | | | | | | | PR: ports/92974 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=155588
* Fix WWWRenato Botelho2006-02-091-1/+1
| | | | | | | | PR: ports/93041 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=155583
* - Add missing pkg-install.in script.Florent Thoumie2006-02-092-1/+8
| | | | | | | | | | - Fix whitespace. Reported by: pointyhat via kris Pointy hat to: self Notes: svn path=/head/; revision=155581
* Add TARPIT patch by Chris Johnson <dcj-qmaildoc@palomine.net>Renato Botelho2006-02-092-0/+12
| | | | | | | | | | | | | | | What's tarpitting? It's the practice of inserting a small sleep in an SMTP session for each RCPT TO after some set number of RCPT TOs. The idea is to thwart spammers who would hand your SMTP server a single message with a long list of RCPT TOs. If a spammer were to attempt to use your server to relay a message with, say, 10,000 recipients, and you inserted a five-second delay for each recipient after the fiftieth, the spammer would be "tarpitted" and would likely assume that his connection had stalled and give up. Asked by: Joao Ricardo Mendes Pecanha <joao@redepegasus.com.br> Notes: svn path=/head/; revision=155571
* - Startup script: remove FreeBSD from KEYWORDSSergey Matveychuk2006-02-091-1/+1
| | | | Notes: svn path=/head/; revision=155559
* Add zip as build dependency too.Alex Dupre2006-02-092-0/+2
| | | | | | | Spotted by: pointyhat Notes: svn path=/head/; revision=155558
* Update to 2.2.0-RC0.Norikatsu Shigemura2006-02-093-5/+6
| | | | Notes: svn path=/head/; revision=155556
* Fix master site and WWW.Sam Lawrance2006-02-082-2/+2
| | | | | | | | | PR: ports/92768 Submitted by: Jean Milanez Melo Approved by: Xavier Beaudouin <kiwi@oav.net> (maintainer) Notes: svn path=/head/; revision=155530
* Add another master site.Sam Lawrance2006-02-081-11/+7
| | | | | | | | | | | | Convert to USE_PHP. Improve checks for php4-db GDBM support. PR: ports/92225 Submitted by: Stefan Bethke <stb@lassitu.de> Approved by: voisine@yahoo.com (maintainer, timeout 14 days) Notes: svn path=/head/; revision=155523
* Update to 1.0.12.Sam Lawrance2006-02-082-5/+5
| | | | | | | | | PR: ports/92500 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: Masafumi Otsune <info@otsune.com> (maintainer) Notes: svn path=/head/; revision=155522
* Update to 2.2.0beta8 and cosmetic sort in pkg-plist.Norikatsu Shigemura2006-02-083-28/+29
| | | | Notes: svn path=/head/; revision=155518
* Add md5/sha256/size info for mail/exim-sa-eximKirill Ponomarev2006-02-081-0/+3
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=155482
* - Update to 4.5.2Pav Lucistnik2006-02-072-4/+4
| | | | | | | | PR: ports/92975 Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer) Notes: svn path=/head/; revision=155453
* - Update to 1.28Pav Lucistnik2006-02-073-15/+15
| | | | | | | | PR: ports/92917 Submitted by: Michael Ranner <mranner@inode.at> (maintainer) Notes: svn path=/head/; revision=155449
* - Make fetchablePav Lucistnik2006-02-071-2/+2
| | | | | | | | | | - Portlint PR: ports/92983 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=155443