summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2005-03-02Moved cyrus-imapd22 to cyrus-imapd.wiz16-648/+1
2005-03-02Update to 2.2.12, i.e. copy the contents of mail/cyrus-imapd22 here.wiz27-398/+363
2005-03-02Upgrade to 2.1.5 due to security issues:kim4-16/+73
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1177 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1143
2005-03-02Remove libsieve -- very outdated, and has no dependencies.wiz6-66/+1
jlam agrees.
2005-03-01Don't require the SSL certificates before starting the Courier IMAPSjlam3-5/+4
or POPS daemons -- we just rely on the Courier control scripts to fail if the SSL certificate specified in the config file isn't readable. Bump the PKGREVISION to 1.
2005-02-28Refer to "sharedindexinstall" and "sharedindexsplit" by their correctjlam2-4/+5
paths. Bump the PKGREVISION to 1.
2005-02-27- Update from 1.62 to 1.66adrianp2-7/+6
> version 1.66: Thu Jan 20 10:16:10 CET 2005 > > - Extended explanation that Mail::Address is limited. > > - Added examples/mail-mailer.pl, contributed by [Bruno Negrão] > > - use Mail::Mailer qw(mail) sets default mailer. Doc update by > [Slavan Rezic] > > - Mail::Mailer::smtp now can authenticate SSL [Aaron J. Mackey] > > version 1.65: Wed Nov 24 15:43:17 CET 2004 > > - Remove "minimal" comments from Mail::Address > > - [Dan Grillo] suggested some improvements to Mail::Address::name(), > and some more were added. > > - [Slavan Rezic] small typo. > > version 1.64: Tue Aug 17 22:24:22 CEST 2004 > > - CPAN failed to index 1.63 correctly, so hopefully it will > work now. > > version 1.63: Mon Aug 16 17:28:15 CEST 2004 > > - [Craig Davison] Fixed date format in Mail::Field::Date to > comply to the RFC > > - [Alex Vandiver] patched the email address parser to be able > to understand a list of addresses separated by ';', as Outlook > does. The ';' is the group separator, which was not understood > by MailTools before, but valid according to the RFCs. > > - [Torsten Luettgert] found that field labels like '-' where not > beautified correctly. > > - [Slavan Rezic] Updated doc in Mail::Mailer: referred to $command > which doesn't mean anything, and "testfile" is working differently. > > - [chris] Mail::Message::Field::wellformedName() will upper-case > *-ID as part in the fieldname.
2005-02-27To run on python 2.4 one would need mailman 2.1.6 (beta).kim1-3/+3
So don't accept python 2.4 for now, to avoid crashes. http://mail.python.org/pipermail/mailman-coders/2005-February/001611.html
2005-02-25+ p5-Net-LMTP-0.02adrianp1-1/+2
2005-02-25This module implements a client interface to the LMTP protocol, enabling aadrianp4-0/+28
perl5 application to talk to LMTP servers. This documentation assumes that you are familiar with the concepts of the LMTP protocol described in RFC2033. This module is based on Net::SMTP and shares more than %95 of its code with Net::SMTP.
2005-02-25- Update cyrus-imapd22 from 2.2.10 to 2.2.12adrianp2-7/+6
- ok'ed recht@ - Addresses a few recent security issues: http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=33723 http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=33733 Changes to the Cyrus IMAP Server since 2.2.10 * Fix possible single byte overflow in mailbox handling code. * Fix possible single byte overflows in the imapd annotate extension. * Fix stack buffer overflows in fetchnews (exploitable by peer news server), backend (exploitable by admin), and in imapd (exploitable by users though only on platforms where a filename may be larger than a mailbox name).
2005-02-24regen to make the patches apply cleanly.wiz3-11/+13
2005-02-24Add RMD160 digests.agc190-190/+412
2005-02-22Update to 2.0.4:jmmv3-24/+6
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): * Addressbook #36137 - Leading %s in addressbook message totally non-obvious (Siva) #70339 - vcard preview doesn't appear to work (Siva) #70622 - Crash changing gtkhtml settings (JP) #70922 - Email address types should show "Other" when importing vcards (Siva) #70540 - Adding contact from email doesn't let you change "file as" (Hans) * Calendar #41624 - only the last exception is deleted on palm device (JP) #46901 - Only one line gets printed when printing Tasks and Appointments (Yong Sun) * Mail #33933 - Sorting by subject does not result in expected order (Jeff) #70795 - Next/Previous Message Should Only Display Listed Emails (Michael) #65329 - regression in default folder name localisation (Michael) #71312 - Double-clicking vFolder of Draft folder doesn't allow editing (Michael) #71310 - Always loses my signature script settings (Michael) #71310 - Always loses my signature script settings (Michael) #69850 - Crash: attempting to create a Vfolder based on a message without a Sender (Michael) #65178 - newly created folder on local maildir doesn't show until evolution restart (Michael) #70858 - selecting newly created folder flakey (Michael) #60664 - message view does not follow theme change (Michael) #70768 - 'Mark All as Read' marks all the mails which are not in current query as read (Michael) #70563 - crash when 'load images' on MyEclipse newsletter email (Michael) #66943 - Crash when saving draft (Michael) #71105 - When trying to rename a folder containing a slash "/" and spaces, evil stuff happens (Michael) #72020 - Error parsing filter: Unknown identifier: adjust-score (Michael) #38791 - gpg can make evo hang if keyserver unreachable (Michael) #36142 - Don't use acronyms as verbs in messages (Michael) #70303 - pgp signature invalid with very short emails (Michael) #69757 - Memory leak in imap_parse_list_response (Michael) #22496 - Evolution does not appear to support ALERT messages (Michael) #71427 - Evolution does not prompt for new password (Michael) #71625 - Don't display content of e-mail when first selected (Michael) #56110 - Messages in digest displayed as source (Michael) #69024 - Doesn't update NNTP folder in a Virtual folder (Michael) #47824 - nested, identical multipart boundaries dont parse properly (Michael) #70919 - Crash during fetching mail (mail has gpg signature) (Michael) #70556 - Unable load messages info from MS Exchange by IMAP (Michael) Other bugs * Mail -64 bit fixes (Michael) * Addressbook - work around 67411 (Hans) - 64 bit fixes (Michael) - Turkish locale fixes (S.Çaglar Onur) * Calendar - fix potential resize crash (Michael) * S/MIME - don't remove the cert from the tree if it wasn't actually deleted (Michael) Updated translations: - nl (Vincent van Adrighem) - pt (Duarte Loreto) - hu (Laszlo Dvornik) - ca (Jordi Mallach) - fr (Jeremie Knuesel, Sebastien Bacher, Christophe Merlet) - sv (Christian Rose) - de (Hendrik Brandt) - id (Mohammad DAMT) - es (Francisco Javier F. Serrador) - da (Martin Willemoes Hansen) - ko (Changwoo Ryu) - zh_CN (Funda Wang) - ms (Hasbullah Bin Pit) - hu (Laszlo Dvornik) - cs (Miloslav Trmac) - ru (Leonid Kanter) - bg (Vladimir Petkov) - sq (Laurent Dhima) - en_GB (David Lodge) - pl (Artur Flinta) - sr (Danilo Segan) - sr@Latn (Danilo Segan) - en_CA (Adam Weinberger) - pt_BR (Raphael Higino) - nn (Åsmund Skjæveland)
2005-02-22Update to 1.0.4:jmmv3-31/+6
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): * Address Book #64298 - G/W failure to authenticate (Siva) #67541 - LDAP password not to be remembered (Siva) #66854 - Some strings are missed to translation (Rodney) #71116 - wrong gettext initialization breaks translation (Rodney) #70918 - Importing kontact vcard causes inifinite loop (Siva) * Calendar #64682 - Moving an appointment from one calendar to another sends update (Chen) #67031 - GroupWise tasks are not getting updated in any way (Chen) * All #69186 - cannot remove GAL from Autocomplete in settings (Siva) #64298 - G/W failure to authenticate (Siva) Other bugs * Calendar - warning fixes (Michael) - fix groupwise ssl usage (Harish) * Address Book - fix vcard note migration issues if containing non-ascii chars (Siva) - fix groupwise ssl usage (Harish) * All - 64 bit fixes (Michael) Updated Translations: -et (Priit Laes) -ru (Leonid Kanter)
2005-02-21Don't copy dot files over, either.kim1-2/+2
2005-02-21Remove the following packages from the "mail" category which werejlam31-782/+1
obsoleted by the security/courier-authlib package: courier-auth, courier-authldap, courier-authmysql, courier-authpgsql
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2005-02-20Only comment out support for GNUTLS_CERT_NOT_TRUSTED if the GnuTLS usedtron2-10/+13
to build this package doesn't support it.
2005-02-20Regen to make GNU patch happy.minskim2-15/+8
2005-02-20Update to 3.2.7.xtraeme2-5/+5
BUGFIX: Signature not written to some email, making them untrainable. BUGFIX: DSPAM Segfaults if dspam_process() fails after loading a signature.
2005-02-19Bump PKGREVISION because of libsoup change (removing gnutls support).wiz2-3/+4
2005-02-19Add patch to make build with gnutls-1.2.0.wiz2-1/+17
2005-02-19Update of mail/nail to 11.21. Some of the changes:cjep2-6/+5
Please see the Changelogs in the src distributions for more details. * When mail is sent using SMTP, 'Bcc:' fields are not passed to the server anymore (Bugreport by Matthew Fischer.) * When replying to a message part for which a 'pipe-type/subtype' variable was set, quotes were inserted in the text sent to the pipe instead of in the output received from it (since v. 11.14 or so). * A message that is already marked as answered is not marked again if it is replied to and the 'markanswered' variable is set. * Nail no longer generates an error if renaming a message in a maildir folder fails because both the old and the new link have the same name (i.e. if the rename operation was superfluous). * The new 'sendcharsets' variable was incorrectly named 'charsets' in nail.rc in the last version. If nail 11.20 was the first version of nail you ever installed, you should correct this by hand since the file is not overwritten by 'make install'. (Bugreport by Matthew Fischer.) * Mozilla NSS error reports are more detailed now. * For the 'touch', 'mbox', 'unread', and 'new' commands, a following 'next' command will advance to the next message as if the current one had been printed, as it has been the case with traditional mailx (Bugreport by Michael Sipser). * Files in maildir folders are now read in the order obtained from readdir(). * When the variables 'sign' or 'Sign' are set to the empty string, they are treated as if they had been unset for the '~a' or '~A' commands.
2005-02-18Update mail/sqwebmail to version 5.0.0. Changes from version 4.0.5jlam15-197/+280
include: * log login failures. * Replace 'nodsn' control file with 'wbnodsn' account option. Replace 'nochangepass' control file with 'wbnochangepass' account option. Replace 'nochangingfrom' control file with 'wbnochangingfrom' account option. Replace usexsender with 'wbusexsender' and noimages with 'wbnoimages'. * Fix off-by 1 in GPG key export.
2005-02-18Update mail/maildrop to version 1.8.0. Changes from version 1.3.9jlam6-74/+148
include: * Support for MySQL and LDAP lookups via courier-authlib. * Honor maildir delivery quotas. * Bug fixes in MIME handling. * Plug memory leaks. * Replace dotlock with lockmail, which supports more types of locking.
2005-02-18Update mail/courier-maildir to 0.48.2. Changes from version 0.45.6jlam9-121/+157
include minor bugfixes, and fixing a major typo where the maildiracl and maildirkw utilities were actually just copies of the maildirmake utility.
2005-02-18Update mail/courier-imap to courier-imap-4.0.1. Changes from versionjlam18-365/+278
3.0.5 include: * Implemented IMAP and POP3 proxy aggregator. With a proxy aggregator, the mail accounts are split between multiple, independent servers, with an IMAP/POP3 server running on each individual server. A separate, proxy server sits in front and accepts ordinary IMAP and POP3 connections. It reads the login ID, determines which server the account is located on, connects to the server, and logs in. Then, for the lifetime on the login session the front-end server takes itself out of the loop, and forwards all session traffic between the IMAP/POP3 client, and the back-end server. * Use courier-authlib for user authentication. * IPv6 support. * Minor bug fixes. Please note when updating that the locations of the userdb files has changed to be within the courier-authlib config directory, e.g. /usr/pkg/etc/authlib/userdb*.
2005-02-17Bump PKGREVISION now that package includes exipick.reed2-3/+4
2005-02-17- Remove absolute path refernces in sample apache fragmentadrianp1-3/+3
2005-02-17honour the various BDB_* variables so this will actually use whatgrant1-4/+20
BDB_DEFAULT points to.
2005-02-17add missing filegrant1-1/+2
2005-02-17turn curl dependency into an option, ala mail/clamav, so curl supportgrant1-2/+11
can be disabled if desired. use PKG_OPTIONS.clamav as the PKG_OPTIONS_VAR, since we want to inherit any options set for clamav. no PKGREVISION bump as defaults unchanged.
2005-02-16HOMEPAGE moved. Take MAINTAINER for queue_repair at author'sschmonz2-5/+5
months-ago request.
2005-02-15Apply security fixes for CAN-2005-0073. Patches obtained fromseb4-3/+55
Sympa's CVS repository via Sympa's homepage. Bump PKGREVISION to 2.
2005-02-15There's no need to pass the PKG_SYSCONFDIR value via CFLAGS, usextraeme1-3/+6
subst.mk instead.
2005-02-15update p5-Mail-ClamAV to 0.13.grant2-6/+5
changes since 0.12: 0.13 Fri Oct 22 06:44:19 PM 2004 - Updated example code to use the new CL_SCAN_* constants. - Added CL_SCAN_STDOPT to exports. - Added backwards compatible constants.
2005-02-14Apply patch from Mailman maintainers to fix vulnerability described in:tv3-3/+34
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0202
2005-02-14Fix quoting.uebayasi1-2/+2
2005-02-14update to 0.83.grant4-17/+17
changes since 0.82 (summarized): * clamd: change default value of StreamMaxPort to 2048 * freshclam: add support for Foreground (requested by Jeremy Kitchen <kitchen*scriptkitchen.com>) * clamav-milter: Added --whistlist-file and --sendmail-cf options When in SESSION mode, not all sessions would send END other changes are documentation and misc. bug fixes.
2005-02-14Update to 0.99.14.xtraeme2-5/+5
Changes: o Message address fields are now parsed differently, fixing some issues with spaces. Affects only clients which use FETCH ENVELOPE command. o Message MIME parser was somewhat broken with missing MIME boundaries o mbox: Don't allow X-UID headers in mails to override the UIDs we would otherwise set. Too large values can break some clients and cause other trouble. o passwd-file userdb wasn't working o PAM crashed with 64bit systems o non-SSL inetd startup wasn't working o If UID FETCH notices and skips an expunged message, don't return a NO reply. It's not needed and only makes clients give error messages.
2005-02-13After changing the SUBST-stage to 'pre-configure' for 3.0.2, Makefile.PL washeinz3-15/+9
changed after perl5-configure had been run and the Makefile created. For some people, this resulted in a message Makefile out-of-date with respect to Makefile.PL at the build stage. Omitting the first substitution (sa1) and the corresponding part of patch-ab solved this. This patch had been unnecessary for some time anyway. This should resolve pkg/29255.
2005-02-13Fix typo:zuntum4-8/+8
PKG_OPTION_VAR -> PKG_OPTIONS_VAR
2005-02-13remove unused patch.grant1-13/+0
2005-02-13update clamav to 0.82. closes PR pkg/29139, PR pkg/29319.grant5-27/+25
changes since 0.80 (summarized to include only the significant changes. other changes are documentation updates and misc. bug fixes. see the full ChangeLog for details). Sat Feb 5 16:48:46 CET 2005 (tk) --------------------------------- * libclamav: activate RIFF code (patch by Trog) Sat Feb 5 16:17:41 CET 2005 (tk) --------------------------------- * libclamav/scanners.c: do not report Suspected.Zip on standard breaking zip archives created by ICEOWS (problem reported by Hamacker <sirhamacker*vidy.com.br> and Dirk Mueller <mueller*kde.org>) Sat Feb 5 09:39:48 GMT 2005 (trog) ----------------------------------- * libclamav/special.c: support for big-endian system in RIFF code. Fri Feb 4 10:02:08 GMT 2005 (trog) ----------------------------------- * libclamav/special.c: check RIFF files for MS05-002. Not yet activated. Thu Feb 3 21:09:34 GMT 2005 (njh) ---------------------------------- * libclamav/mbox.c: Speed improvements in the handling of bounce messages Wed Feb 2 08:32:46 GMT 2005 (njh) ---------------------------------- * clamav-milter: Call watchdog when neither SESSION nor --external is given Tue Feb 1 14:47:21 GMT 2005 (njh) ---------------------------------- * libclamav/blob.c: Sanitise tab characters in filenames ("Heinz Martin" <Martin*hemag.ch>) Decode encapsulated messages that have for some reason been base64 encoded (even though they're already 7 bit) Tue Feb 1 08:54:46 GMT 2005 (njh) ---------------------------------- * clamav-milter: Delete X-Virus-Status in clamfi_eom not in clamfi_header. Patch by Jef Poskanzer <jef*acme.com> X-Virus-Status now says that virus that it's infected with. Suggestion by "Hank Beatty" <hbeatty*starband.net> Mon Jan 31 11:05:20 GMT 2005 (njh) ---------------------------------- * libclamav/mbox.c: Empty lines should the end of the headers, but some base64 decoders, e.g. uudeview, are broken and will handle this type of entry, decoding the base64 content that's after the text that's after the header Sun Jan 30 15:18:02 GMT 2005 (njh) ---------------------------------- * clamav-milter: SESSION is on now by default, to test clamd PACKADDR is now uses unsinged to remove warning on Sun's C compiler, patch by "Dugal James P." <jpd*louisiana.edu> Don't check compatibility with sendmail.cf if sendmail is running on a different machine Fri Jan 28 08:51:08 GMT 2005 (njh) ---------------------------------- * clamav-milter: Some error messages still talked about --internal Scanmail not set warning is now only given if DisableDefaultScanOptions is set Thu Jan 27 14:11:13 GMT 2005 (njh) ---------------------------------- * libclamav/mbox.c: Scan sendmail queue df* files Thu Jan 27 10:55:35 GMT 2005 (njh) ---------------------------------- * clamav-milter: Don't scan emails intended for the --quarantine address, that stops scanning of emails generated with viruses if --outgoing has been set Downgraded scanmail not defined if --external isn't given from error to warning Added -i flag when calling sendmail, suggested by Michal Jaegermann <michal*harddata.com> Thu Jan 27 01:35:35 CET 2005 (tk) --------------------------------- * freshclam/manager.c: add support for HTTP/1.0 ansers in IMS (--no-dns) mode (patch by Sven Strickroth <sstrickroth*gym-oha.de>) Wed Jan 26 19:27:57 CET 2005 (tk) --------------------------------- V 0.81 Tue Jan 25 08:12:51 GMT 2005 (njh) ---------------------------------- * clamav-milter: Internal mode is now the default. Removed --internal option, added --external. Don't use clamd's SESSION mode, since that causes problems with clamd/freshclam when freshclam is run. SESSION mode can be enabled from the source code. Most people can use SESSION mode safely, but it has caused problems on BSD Mon Jan 24 13:56:19 GMT 2005 (njh) ---------------------------------- * libclamav/message.c: Some Exploit.IE.CrashSOS were not being caught, found by Carsten.Borchardt*drs-systemberatung.de Sat Jan 22 13:45:42 GMT 2005 (njh) ---------------------------------- * clamav-milter: If forwarding to a quarantine user fails log as LOG_ERR not LOG_DEBUG Try to santity check that the input socket name is the same as the same given to sendmail Redirect stdout and stderr to LogFile, if that is set --quarantine didn't redirect to the given email address if --internal was used (reported by N Fung <nsfung*yahoo.com>) Sun Jan 16 06:28:59 CET 2005 (tk) --------------------------------- * libclamav/pe.c: attempt to detect W32.Parite.B using cryptanalysis (thanks to aCaB for info on detection) Fri Jan 14 16:12:21 GMT 2005 (trog) ----------------------------------- * libclamav/filetypes.c: add a few more HTML filetype markers Fri Jan 14 14:53:59 GMT 2005 (trog) ----------------------------------- * libclamav/htmlnorm.c: RFC2397 ("data" URL scheme) support. * libclamav/scanner.c: scan RFC2397 data. Wed Jan 12 08:58:29 GMT 2005 (njh) ---------------------------------- * clamav-milter: Fixed DNS resolution error messages which could print the incorrect hostname that is not being resolved. Patch from Yar Tikhiy <yar*comp.chem.msu.su> Tue Jan 11 02:27:24 CET 2005 (tk) --------------------------------- * libclamav/scanners.c: Fix possible crash when handling file information in corrupted zip archives (problem reported by Reinhard Max <max*suse.de>) Sun Jan 9 21:24:58 GMT 2005 (njh) ---------------------------------- * libclamav/mbox.c: Some HTML.Phishing.Bank-41 were getting through Sun Jan 9 11:38:39 GMT 2005 (njh) ---------------------------------- * libclamav/mbox.c: Add support for messages that break RFC2047 Sat Jan 8 02:53:20 CET 2005 (tk) --------------------------------- * libclamav/filetypes.c: Add support for mail files parsed by CMU Sieve (samples provided by Stefan Kaltenbrunner <stefan*kaltenbrunner.cc>) Wed Jan 5 21:09:14 GMT 2005 (njh) ---------------------------------- * libclamav/message.c: Fix crash caused when looking for non-existant uuencoded files. This happens when the stated encoding method is wrong so we have to try all methods and including those which will fail Mon Dec 27 05:01:54 CET 2004 (tk) --------------------------------- * freshclam/manager.c: use If-Modified-Since in --no-dns mode (based on code by Reini Urban <rurban*x-ray.at>) Mon Dec 27 01:09:20 CET 2004 (tk) --------------------------------- * libclamav/scanners.c: Add missing ArchiveBlockMax rule for recursion limit (reported by HR <haavard*zyf.no-ip.org>) Sun Dec 19 17:01:56 GMT 2004 (njh) ---------------------------------- * clamav-milter: Correctly warn that --max_childen must be given in SESSION mode if LocalSocket is used and MaxThreads isn't given in clamd.conf. max_children is needed to know how many sessions to initiate to clamd(s) Tue Dec 14 11:36:43 GMT 2004 (trog) ----------------------------------- * libclamav/vba_extract.c: - Add signature for MacOffice 2004 - Guess endianness of unknown versions of MS Office. Tue Dec 14 11:15:22 GMT 2004 (trog) ----------------------------------- * sigtool/options.c sigtool/sigtool.c: New options: --vba and --vba-hex * sigtool/vba.c sigtool/vba.h: New files. Code to extract VBA/Word6 macros Tue Dec 7 23:40:30 CET 2004 (tk) --------------------------------- * configure: added --disable-zlib-vcheck (allows building on potentially buggy zlib versions (1.2.0 & 1.2.1)) Tue Dec 7 19:25:06 GMT 2004 (njh) ---------------------------------- * clamav-milter: Ensure that the daily quarantine directory is created Tue Dec 7 02:48:08 CET 2004 (tk) --------------------------------- * clamd: added support for file descriptor passing (patch by Richard Lyons <frob-clamav*webcentral.com.au>) Mon Dec 6 22:33:26 GMT 2004 (njh) ---------------------------------- * clamav-milter: Ensure the date is kept in the quarantine path Wed Dec 1 22:29:33 GMT 2004 (njh) ---------------------------------- * clamav-milter: Added --internal flag (some functionality to do) SESSIONS: Don't hang when StreamMaxLength is hit Wed Dec 1 13:14:33 GMT 2004 (njh) ---------------------------------- * libclamav/mbox.c: Decode text/plain parts marked as being encoded, reported by Trog Mon Nov 29 00:23:55 CET 2004 (tk) --------------------------------- * clamdscan: add support for --move and --remove options Sun Nov 28 16:30:18 GMT 2004 (njh) ---------------------------------- * libclamav/message.c: Allow lower case hex in quoted-printable messages Sat Nov 27 14:40:55 GMT 2004 (njh) ---------------------------------- * libclamav/mbox.c: Honour section 7.2.6 of RFC1521 Sat Nov 27 13:18:42 GMT 2004 (njh) ---------------------------------- * libclamav: Assume x-uue is the same as x-uuencode If uudecoding fails and other possibilities have been registered, don't take the failure as fatal, also try the other decoding methods Thu Nov 25 18:38:06 CET 2004 (tk) --------------------------------- * clamd: new directives StreamMinPort and StreamMaxPort (allow port range specification for stream mode). Patch by Alexander Marx <mad-ml*madness.at>) Thu Nov 18 20:28:13 CET 2004 (tk) --------------------------------- * libclamav: add support for Mac's HQX file format (patch by Nigel) Thu Nov 18 11:03:14 CET 2004 (tk) --------------------------------- * libclamav: try to detect (and mark as Suspected.Zip) zip archives with modified information in local header Fri Nov 12 09:44:23 GMT 2004 (njh) ---------------------------------- * libclamav/mbox.c: Draft of RFC1341 support is now on by default. Fragments arriving out of order are not scanned (yet). If you use clamav-milter to load balance clamd across servers you will need to ensure that the partial directory is on a shared directory (e.g. NFS) Mon Nov 8 15:24:18 CET 2004 (tk) --------------------------------- * clamd: new directive ExitOnOOM (stop deamon when libclamav reports out of memory condition) Wed Nov 3 12:47:41 GMT 2004 (njh) ---------------------------------- * libclamav/clamav-milter: Save the original subject as X-Original-Subject when running in advisory or qurantine mode SESSION mode: warn when no clamd can be reached Wed Oct 27 13:36:14 BST 2004 (njh) ---------------------------------- * clamav-milter: Remove X-VIRUS-STATUS on incoming messages Plug remote possibility of file descriptor leak Return EX_OSERR if fork fails, not EX_TEMPFAIL If clamav-milter points to more than one server, ensure that the version information for that server is added to the header Update version information in the watchdog. There may therefore be a delay between the server updating and this being reflected in the headers
2005-02-13add dsearch lookup used to support virtual hosts. from Ashley Penney ingrant2-7/+9
PR pkg/28606. bump PKGREVISION. while here, silence the pre-configure and post-build targets.
2005-02-12Update to be nearer to what I had to do!dsl1-5/+9
Need smmsp=NO. Must stop smmsp and sendmail before editing rc.conf! XXX: The version I built used /etc/aliases, not /usr/pkg/etc/exim/aliases which is what this file output - but I wasn't installing the current version.
2005-02-12Rerun 'make makepatchsum' so the newly added patch-aa is recorded.veego1-1/+2
2005-02-10- Update sendmail to 8.13.3adrianp7-36/+96
- Fix smrsh man page patch - Tidy up MESSAGE - Replace 8.13.1 errata with 8.13.3 errata - Remove rename of file outside ${PREFIX} on db2 installs > 8.13.3/8.13.3 2005/01/11 > Enhance handling of I/O errors, especially EOF, when STARTTLS > is active. > Make sure a connection is not reused after it has been closed > due to a 421 error. Problem found by Allan E Johannesen > of Worcester Polytechnic Institute. > Avoid triggering an assertion when sendmail is interrupted while > closing a connection. Problem found by Allan E Johannesen > of Worcester Polytechnic Institute. > Regression: a change in 8.13.2 caused sendmail not to try the > next MX host (or FallbackMXhost if configured) when, at > connection open, the current server returns a 4xy or 5xy > SMTP reply code. Problem noted by Mark Tranchant. > > 8.13.2/8.13.2 2004/12/15 > Do not split the first header even if it exceeds the internal > buffer size. Previously a part of such a header would > end up in the body of the message. Problem noted by > Simple Nomad of BindView. > Do not complain about "cataddr: string too long" when checking > headers that do not contain RFC 2822 addresses. > Problem noted by Rich Graves of Brandeis University. > If a server returns a 421 reply to the RSET command between > message deliveries, do not attempt to deliver any more > messages on that connection. This prevents bogus "Bad > file number" recipient status. Problem noted by > Allan E Johannesen of Worcester Polytechnic Institute. > Allow trailing white space in EHLO command as recommended by RFC > 2821. Problem noted by Ralph Santagato of SBC Services. > Deal with clients which use AUTH but negotiate a smaller buffer size > for data exchanges than the value used by sendmail, e.g., > Cyrus IMAP lmtp server. Based on patch by Jamie Clark. > When passing ESMTP arguments for RCPT to a milter, do not cut > them off at a comma. Problem noted by Krzysztof Oledzki. > Add more logging to milter change header functions to > complement existing logging. Based on patch from > Gurusamy Sarathy of Active State. > Include <lber.h> in include/sm/config.h when LDAPMAP is defined. > Patch from Edgar Hoch of the University of Stuttgart. > Fix DNS lookup if IPv6 is enabled when converting an IP address > to a hostname for use with SASL. Problem noted by Ken Jones; > patch from Hajimu UMEMOTO. > CONFIG: For consistency enable MODIFY_MAILER_FLAGS for the prog > mailer. Patch from John Beck of Sun Microsystems. > LIBMILTER: It was possible that xxfi_abort() was called after > xxfi_eom() for a message if some timeouts were triggered. > Patch from Alexey Kravchuk. > LIBMILTER: Slightly rearrange mutex use in listener.c to allow > different threads to call smfi_opensocket() and smfi_main(). > Patch from Jordan Ritter of Cloudmark. > MAIL.LOCAL: Properly terminate MBDB before exiting. Problem > noted by Nelson Fung. > MAIL.LOCAL: make strip-mail.local used a wrong path to access > mail.local. Problem noted by William Park. > VACATION: Properly terminate MBDB before exiting. Problem noted > by Nelson Fung. > Portability: > Add support for DragonFly BSD. > New Files: > cf/ostype/dragonfly.m4 > devtools/OS/DragonFly > include/sm/os/sm_os_dragonfly.h > Deleted Files: > libsm/vsscanf.c
2005-02-10Update xfmail to 1.5.5. The old xfmail 1.4.7 would not build on NetBSD 2.0garbled9-147/+55