sturm
27419343ee
update to getmail 3.0.4
...
- update ConfParser to enhance error handling in case of configuration
errors
- bugfixes in configuration-handling code
2003-02-21 13:22:08 +00:00
jakob
9e0f0e0cad
postfix 2.0 patchlevel 4. fixes some bugs with maildir, time limit on
...
external commands, duplicate elimination after virtual alias expansion.
also fixes a problem with the local pickup daemon.
2003-02-21 08:54:37 +00:00
fgsch
db76bc5a66
new MASTER_SITES and HOMEPAGE.
...
from by Joseph C. Bender <jcbender at benderhome dot net>.
2003-02-18 10:30:17 +00:00
avsm
22b099d797
update to courier-imap-1.7.0 and removed some PFRAGs which should have
...
disappeared a few updates ago
2003-02-17 16:14:34 +00:00
lebel
a465238156
fix build; thx naddy@ for the heads up
2003-02-16 20:11:50 +00:00
espie
162e4e3d1e
hardcode autoconf version
2003-02-15 14:28:25 +00:00
sturm
756bcd2b50
update to getmail 3.0.3
...
- there's a manpage again
- minor bugfixes
2003-02-15 11:45:53 +00:00
couderc
c39f15de81
Remove imlib flavor from DESCR
2003-02-14 17:32:49 +00:00
couderc
30a7ad335c
Clean BUILD_DEPENDS and remove imlib flavor; suggestions from brad@
2003-02-14 17:01:43 +00:00
couderc
8b42bbbc75
Cosmetic changes.
2003-02-13 21:35:09 +00:00
sturm
b7e87bed51
update to getmail 3.0.1
...
minor bugfix
2003-02-13 20:25:50 +00:00
couderc
35fff947dc
Update to 0.8.10
2003-02-11 12:25:06 +00:00
sturm
80b3c1e76a
update to mailman 2.1.1
...
- includes bugfixes and security patches
- more localization
2003-02-10 22:18:25 +00:00
sturm
18b7be60ed
update to getmail 3.0.0
...
main changes:
- no more support for mbox
- bugfixes and code cleanups
- update some modules
see http://www.qcc.ca/~charlesc/software/getmail-3.0/CHANGELOG for details
2003-02-10 20:44:24 +00:00
naddy
ba9c1eae57
Update to 10.4: bug fixes, add IPv6 support.
...
From: Jeffrey Neitzel <jneitzel@bluemarble.net>.
2003-02-08 15:45:50 +00:00
brad
57d308fed6
bump PKGNAME
2003-02-06 20:47:48 +00:00
dhartmei
e97d74c80a
Change default configuration options
...
which_access open -> closed
who_access open -> closed
max_which_hits 0 -> 1
Those would allow a spammer to harvest all subscriber addresses
if not changed by the list admin. Reported on
http://online.securityfocus.com/archive/1/310113/2003-02-03/2003-02-09/0
Don't restrict the which arguments as the article suggests, though,
because with which_access list and max_which_hits 1, there's no
reason to destroy a useful command.
2003-02-06 19:30:18 +00:00
naddy
15876ca3c7
add/fix RCS Ids; suggested by Jolan Luff <jolan@cryptonomicon.org>
2003-02-04 22:59:48 +00:00
lebel
d0c03cdcb0
update mail/tmda to 0.69; from MAINTAINER
2003-02-04 14:42:59 +00:00
pvalchev
573bf62483
Change maintainer email address per his request
2003-02-04 03:12:19 +00:00
lebel
b8665d4e54
update p5-Mail-SpamAssassin to 2.44; from MAINTAINER
2003-02-03 20:28:24 +00:00
kevlo
eea476a8e0
update to version 1.005
2003-02-01 07:18:53 +00:00
kevlo
51ae789319
upgrade to version 1.81 and fix security bugs :
...
http://openwebmail.org/openwebmail/download/cert/advisories/SA-02:01.txt
2003-01-30 07:57:22 +00:00
margarida
f5c0473a80
Update to version 2.1.6
...
--
Security Fix
This version fixes a buffer overflow with the rarely used
option 'progress=2' (triggered by long attachment names),
and some other buffer overflows, disables the "mail" program
by default.
Fixes a segfault with headers encoded as quoted printable,
fixes an expires option to work in incremental mode, and adds
delete_older and delete_newer options to limit archive by date.
brad@ ok
2003-01-28 17:31:55 +00:00
jakob
b257f78246
more
2003-01-28 17:30:22 +00:00
jakob
8c27ed966a
no more tls patches for snapshot releases
2003-01-28 17:29:09 +00:00
jakob
62b9920ebc
2.0.3-20030126
2003-01-28 16:50:33 +00:00
jakob
04b7c9943a
update to version 2.0.3
...
- fixes broken relocated table
- fixes bad maildir filename generation algorithm
- FILTER_README updated
2003-01-28 16:41:31 +00:00
sturm
2865484476
update to 2.3.11
...
minor bugfix and cleanup of Makefile
2003-01-28 12:57:35 +00:00
sturm
795d6c38b2
bump package version
...
thanks brad@
2003-01-27 22:15:40 +00:00
sturm
33a07d931f
Add a distribution patch, to fix an XSS bug. This patch is a quick fix and
...
will be part of the upcomming 2.1.1 version of mailman.
thanks to jakob@ for the reminder
2003-01-27 10:47:04 +00:00
lebel
f6137b44bd
Added patch from Timo Sirainen <tss@iki.fi> to fix exploit.
...
---cut---
Well, I was going to wait until 2.50 release, but it seems to be taking and
this likely affects only few installations. Besides, it's been in their
public bugzilla for over a month. So:
Attacker may be able to execute arbitrary code by sending a specially
crafted e-mail to a system using SpamAssassin's spamc program in BSMTP mode
(-B option). Versions from 2.40 to 2.43 are affected.
Exim users especially should check if they're affected, the -B option is
used in several Exim+SpamAssassin HOWTOs.
The problem is with escaping '.' characters at the beginning of lines.
Off-by-one bounds checking error allows writing '.' character past a
buffer, overwriting the stack frame address. Depending on system this may
be exploitable. Pre-built Debian unstable/x86 package wasn't vulnerable, my
self compiled was.
---cut---
2003-01-26 16:43:45 +00:00
lebel
26f1611d53
+relaydb
2003-01-24 21:07:33 +00:00
lebel
f46c383e29
initial import for mail/relaydb-1.0:
...
--
relaydb is a mail header analyzer that builds a database of IP addresses
either known as legitimate senders or spammers.
relaydb doesn't itself classify mails as legitimate or spam, that deci
sion needs to be reached through other means. Neither does relaydb block
spam itself. It merely provides a list of IP addresses to block through
other means, like spamd(8) and pf(4).
relaydb reads a single mail from stdin, analyzes the Received: header
lines and updates blacklist and whitelist counters for each IP address.
WWW: http://www.benzedrine.cx/relaydb.html
Initial version submitted to dhartmei@ who came back to me with this.
2003-01-24 21:07:05 +00:00
sturm
9ba5b681f9
update to 2.3.10
...
minor bugfixes
naddy@ OK
2003-01-19 01:02:53 +00:00
brad
e41353896b
this does not need the pseudo FLAVORed no_gnome version of gdk-pixbuf.
2003-01-18 22:41:44 +00:00
sturm
56c6fad952
use the actual homepage in HOMEPAGE
...
from jakob@
2003-01-18 18:25:10 +00:00
sturm
7134660351
nearly forgotten
2003-01-18 16:52:53 +00:00
sturm
a1efcae363
update to mailman 2.1
...
- multi-lingual support
- list creation/removal through web interface
- MIME base content filtering (demime et.al.)
- new architecture of mail delivery subsystem
- better, faster, cheaper, ... ;-)
naddy@ OK
2003-01-18 16:52:17 +00:00
couderc
f1c9845b3e
Update to 0.8.9
2003-01-17 12:04:28 +00:00
jakob
cc8787330b
Update to Pine 4.53, fixes filtering bug
2003-01-16 07:22:40 +00:00
jakob
9f9d9242ba
update to postfix v2.0.2, fixes broken 'sendmail -bs'
2003-01-15 16:46:40 +00:00
lebel
6456dbcae5
update mutt/snapshot to 1.5.3i
2003-01-14 16:37:58 +00:00
jakob
91386db9c4
force NO_PCRE
2003-01-13 15:44:36 +00:00
jakob
0122c92303
update to Postfix 2.0.1 + TLS
...
- new proxymap service to enable lookup table access via non-chroot process.
2003-01-13 15:44:08 +00:00
jakob
5bd27c130b
also build imap-uw plaintext flavour
2003-01-10 08:37:33 +00:00
jakob
52c85f7fba
update to version 2002.336, bugfix release
2003-01-10 08:36:10 +00:00
jakob
bfe4ec6df4
update to c-client from pine 4.52
2003-01-10 08:24:52 +00:00
jakob
90667dd2e5
update to pine v4.52
2003-01-10 08:20:54 +00:00
lebel
4a3b6fcf2d
update mail/kbiff to 3.6.3; use qt3-mt since kde now uses it
2003-01-08 16:59:16 +00:00
jakob
ac0194040e
snapshot 2.0.0-20030105, no tls patches yet
2003-01-06 11:37:24 +00:00
jakob
2cea4c57ef
mark broken for flavour tls if no patches defined
2003-01-06 11:30:16 +00:00
marcm
a967e7992b
Update to 1.2.1.
...
The 1.2 series includes a host of new features including IPv6 support and
SSL support via OpenSSL instead of mucking about with Mozilla libraries.
For a complete list of the new features, the 1.2 series release notes are
here:
http://developer.ximian.com/projects/evolution/release_notes/1.2.html
while the 1.2.1 release notes are here:
http://developer.ximian.com/projects/evolution/release_notes/1.2.1.html
ok todd@
2003-01-03 21:53:07 +00:00
jakob
7d310eb50f
missing hash mark
2003-01-01 21:36:49 +00:00
margarida
bb10798998
Happy New Year, jakob
2003-01-01 16:30:51 +00:00
jakob
96a54e4274
fix mysql dep
2003-01-01 13:11:23 +00:00
jakob
36eb38cf95
update to pflogsumm version 1.0.7
2002-12-31 18:46:42 +00:00
jakob
9967e6dd5e
pflogsumm is a log analyzer/summarizer for the Postfix MTA. It is
...
designed to provide an over-view of Postfix activity, with just enough
detail to give the administrator a "heads up" for potential trouble spots.
pflogsumm generates summaries and, in some cases, detailed reports of mail
server traffic volumes, rejected and bounced email, and server warnings,
errors and panics.
2002-12-30 19:36:39 +00:00
margarida
23601bee00
No Red Bull hm ?
2002-12-29 15:18:40 +00:00
fgsch
4c3c4c58e5
and more.
2002-12-29 15:12:31 +00:00
pvalchev
52eefff59c
cast NULL sentinel to void * so it is 64bit on alpha & sparc64
2002-12-29 09:34:48 +00:00
fgsch
9adb9e87ee
o fix MASTER_SITES
...
o remove NEED_VERSION
2002-12-28 22:00:33 +00:00
couderc
c3b992d772
Update to 0.8.8
2002-12-26 15:07:26 +00:00
sturm
ae7a86c644
update to 2.9.0
...
minor bugfixes
naddy@ OK
2002-12-25 16:48:12 +00:00
jakob
555c70e15e
improve
2002-12-25 12:01:13 +00:00
jakob
0bf9ed0603
also build tls+sasl2 package by default. sync snapshot flavours
2002-12-25 11:53:25 +00:00
jakob
7c8b7d32b9
update to postfix offical release 2.0. read the RELEASE_NOTES file for
...
information about important changes.
2002-12-25 11:51:23 +00:00
jakob
3112e1465f
add global sasl2 option (for postfix v2)
2002-12-25 11:48:46 +00:00
fgsch
6b3ea10687
update MASTER_SITES.
...
from Nikolay Sturm <sturm at sec dot informatik dot tu-darmstadt dot de>
2002-12-24 13:09:34 +00:00
pvalchev
4a4f8a3d56
minor formatting
2002-12-23 08:27:36 +00:00
pvalchev
28f32596a1
fix a spelling error and remove an interesting sentence saying this:
...
"This port works only for FreeBSD." Heh!
2002-12-23 08:27:05 +00:00
pvalchev
3101b76380
Remove Angelos from maintainer per his request
2002-12-23 00:37:49 +00:00
jakob
f3265fa694
another file that needs to be synced as well; lebel@
2002-12-22 15:43:21 +00:00
jakob
63dc75856e
correct mode for files in /var/spool/postfix/etc
2002-12-21 16:24:48 +00:00
jakob
f8e40617d6
add note about smtp server and local users
2002-12-21 16:22:44 +00:00
jakob
22bf6c1654
update to snapshot 1.1.12-20021219
2002-12-20 16:26:22 +00:00
jakob
2fca1dd849
distfile renamed
2002-12-16 04:32:14 +00:00
jakob
bb658c53ad
update to snapshot 1.1.12-20021214
2002-12-15 22:10:41 +00:00
jakob
201c3df3d6
update to snapshot 1.1.12-20021203 with tls version 0.8.12
2002-12-15 21:23:28 +00:00
jakob
2338cf9eba
update to pine v4.51. this release does not introduce major new functionality.
...
instead, it addresses bugs found in earlier versions.
2002-12-13 22:19:00 +00:00
lebel
33d3ea2bdd
update to the bmf mini-howto; from MAINTAINER
2002-12-13 21:40:25 +00:00
fgsch
6e98edec2f
SECURITY FIX: update to fetchmail 6.2.0.
2002-12-13 08:53:56 +00:00
naddy
eb59bb2c6c
Tweaks from new maintainer Jim Geovedi <jim@corebsd.or.id>.
2002-12-12 01:25:36 +00:00
couderc
cf65a17c62
Fixed remaining gcc
2002-12-11 19:19:20 +00:00
pvalchev
a6e34f29e4
do not hardcore /usr/local... someone is not paying attention
2002-12-11 18:25:37 +00:00
grange
ad5d9c77ff
+sma
2002-12-11 15:37:02 +00:00
grange
5ca92a71dc
Initial import of sma from Jim Geovedi <jim@corebsd.or.id>.
...
SMA is a program that analyses mail log files and produces a nice
summary of mail activity. It works by taking its input from files
or standard input and outputting the results to standard output or
file. All error messages and debugging information are printed to
standard error.
WWW: http://www.klake.org/sma/
ok couderc@
2002-12-11 15:34:55 +00:00
jakob
5df9d550d4
flavourize gssapi/kerberos5 support until automatic detection has been
...
resolved.
2002-12-09 20:54:12 +00:00
jakob
63e41b1a5d
update to imap release 2002a.DEV.SNAP-0212051126 aka 2002.334, fixes
...
post-login buffer overflow.
2002-12-08 13:24:05 +00:00
brad
0af266880e
Fix a format string bug. The vulnerability can only be exploited by the
...
"admin user" of exim. Thus the risk of this vulnerability is low.
http://online.securityfocus.com/archive/1/302101/2002-2/2002-12-08/0
http://www.exim.org/pipermail/exim-users/Week-of-Mon-20021202/046978.html
--
From: MAINTAINER with heads up from me
2002-12-07 16:34:57 +00:00
naddy
555652c664
update to 0.65; from Jim Geovedi <jim@corebsd.or.id>
2002-12-06 17:48:14 +00:00
sturm
d0b3670aed
update to 10.3
...
from MAINTAINER
lots of bugfixes
new pop3 and pop3s support
naddy@ OK
2002-12-04 08:35:12 +00:00
wcobb
96daa31089
Install the man pages for spamd/spamc, move spamd to section 8.
...
ok maintainer
2002-12-03 07:10:06 +00:00
espie
9a8a2ad80c
use qt3 module
2002-12-02 12:24:04 +00:00
jakob
66f66caf7f
update to c-client v4.50. mostly work by thorsten glaser.
2002-12-01 21:15:38 +00:00
jakob
dfadd29b24
- update to pine v4.50
...
- split out pilot into separate package
- remove combined pine+pico package
- clean up patches
- remote c-client dependency, link statically
2002-12-01 20:57:10 +00:00
marcm
6e3c667341
Fix Perl 5.8.0 fallout.
...
ok naddy@
2002-12-01 19:14:21 +00:00
margarida
826bd7866c
Update to version 2.2.5.
...
Add license, remove p5-Time-Harness from REGRESS_DEPENDS (perl v.5.8.0),
minor cosmetic changes, sync PLIST with reality.
Add myself as MAINTAINER.
pvalchev@ ok
2002-11-30 19:54:11 +00:00
jakob
aeac7bd0e0
change default flavour to prohibit unencrypted plaintext passwords and
...
replace noplain flavour with plaintext flavour.
2002-11-29 19:07:47 +00:00
lebel
d81f7bc28e
fix some errors in the docs; from MAINTAINER
2002-11-29 15:46:25 +00:00