summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2001-12-10Updated to 5.411a (provided by Shell Hung in pkg/14875)martti2-5/+7
Changes: - Regenerate Docs - Fixed bugs on parsing HTML docs
2001-12-10Update Mew to 2.1.51jun2-6/+6
Mew 2.1.51 (2001/12/07) * A bug fix for mew-encode-remove-illegal-fields. Mew 2.1.50 (2001/12/07) * A bug fix for null line in a header. * A workaround for reediting ctext. * Defining mew-use-nfs-hack. * A bug fix for mewls's null pattern. * Removing ".CRLF" instead of "CRLF.CRLF" in a POP session. * s/str/mystr/ for the C commands. * A bug fix for md5 on XEmacs. * 'no-line-break for base64-encode-string. * A bug fix for mew-start-process-disp. * iso-8859-15.
2001-12-09popa3d executable shouldn't belong to popa3d user. Noted by Solar Designer.wiz2-13/+2
2001-12-07PKG_USER/PKG_GROUP are no more, so invent POPA3D_{USER,GROUP} to be usedjlam2-5/+14
in the Makefile and in the INSTALL file.
2001-12-06Added optional IPv6 support for Cyrus.martti2-2/+10
2001-12-05s/root/${ROOT_USER}/g, now that the definition appears in theagc1-2/+2
defs.${OPSYS}.mk files.
2001-12-03Fix hardcoded /etc/cyrus.conf (should be ${PKG_SYSCONFDIR}/cyrus.conf)martti1-3/+3
2001-12-03Fix some more "db3" version number problems.tron4-16/+16
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam1-2/+2
differs from the distfile version number. G/C some the unused variables in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03Finally get "db3" version numbering correct.tron3-6/+6
2001-12-03Correct "db3" version number in dependence.tron1-2/+2
2001-12-03Make this package work with version 2.11 of the "db3" package.tron3-7/+9
2001-12-03Remove definitions of POSTFIX_USE_PCRE and POSTFIX_USE_SASL_AUTH, whichkent1-3/+1
I forgot to remove them before the previous committing ;-)
2001-12-03Add optional SMTP authentication support with cyrus-sasl.kent2-5/+34
It is enabled by POSTFIX_USE_SASL_AUTH.
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam7-39/+8
automatically, so no need to do it ourselves.
2001-12-01Added the checksum for the IPv6 patch (POSTFIX_USE_INET6=YES)martti1-1/+3
2001-12-01Enable IPv6 support again, this time as an optional feature. Setmartti1-1/+7
POSTFIX_USE_INET6=YES in /etc/mk.conf to activate the IPv6 support. Please note that this IPv6 patch is NOT fully tested and has some known security issues!
2001-12-01* Use ${MAKE_ENV} in do-configure. Without this small fix I wasn't able tomartti1-6/+5
use PCRE with postfix. * Move BUILD_DEFS+=POSTFIX_USE_PCRE inside ".if defined(POSTFIX_USE_PCRE)"
2001-11-30Update mail/faces to 1.6.1nb1. Changes from version 1.6.1 are moving thejlam12-630/+348
package under ${X11PREFIX} instead of trying to dual-install under both ${LOCALBASE} and ${X11BASE}, and strongly buildlink'fiying.
2001-11-30Changed POSTFIX_PCRE to POSTFIX_USE_PCREmartti1-2/+2
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam1-2/+1
to list them both when we listing just automake will do.
2001-11-29Add & enable qtoolszuntum1-1/+2
2001-11-29Initial import of qtools-0.56zuntum5-0/+46
qtools is a collection of commands, typically for use with qmail via .qmail. Among others, there are commands for header and body filtering as well as delivery to Maildirs. Provided by Sen Nagata <sen@eccosys.com> in pkg/14763. Thanks for your contribution!
2001-11-29Misc fixes:wiz5-21/+19
Remove a dead MASTER_SITE. Use PLIST_SUBST instead of local hack. Create app-defaults dir if missing (solves pkg/13179). Don't hardwire incorrect app-defaults path in patch-at.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf4-8/+9
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-27Mark scripts as executable - makes them runable out of the boxhubertf1-1/+2
2001-11-26Add & enable qmail-users (hi wiz! thanks wiz! :)zuntum1-1/+2
2001-11-26Replace spruce HOMEPAGE and MASTER_SITES with a more current and.. eh ..pooka1-3/+3
approriate address. Problem noted by arctic- on irc XXX: uncertain if master site is correct. sourceforge is down for a reason or another, and there are no easily spottable mirrors.
2001-11-26We don't really need distinfo, as there are no distfileszuntum1-4/+0
2001-11-26o switched to bsd.pkg.install.mk logic -- now it depends on qmail-users packagezuntum5-133/+18
2001-11-26Initial import of qmail-users-1.0zuntum4-0/+44
This package installs users necessary to build & run qmail package. Not very clear and elegant for sure, but imho better than previous method.
2001-11-26Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}.jlam1-5/+3
2001-11-26Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.jlam2-5/+5
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam9-26/+35
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26Correct configuration for pcre.kent1-3/+3
2001-11-25Converted to respect PKG_SYSCONFDIRzuntum3-75/+32
2001-11-25Respect PKG_SYSCONFDIR ! :)zuntum4-43/+14
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam3-20/+15
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings.
2001-11-25Add MESSAGE file that reminds to alter either /etc/man.conf or MANPATHzuntum1-0/+8
environment variable. PR pkg/14715 by Sen Nagata <sen@eccosys.com>
2001-11-24Buildlinkify, respect ${CONFDIR}, and use general INSTALL/DEINSTALL scripts.jlam5-151/+83
2001-11-22Add a new option "MUTT_USE_SLANG" to use the "slang" library instead oftron1-7/+14
"curses" because the first deals with resize better, especially under NetBSD 1.5/1.5.x. This change was suggested by Joe Abley in PR pkg/13630.
2001-11-22Updated to 20010228pl8. Changes since 20010228pl4nb1:martti2-6/+6
20010917 Bugfix: an address extension could be appended multiple times to the result of a canonical or virtual map lookup. File: global/mail_addr_map.c. Fix by Victor Duchovni, Morgan Stanley. Bugfix: because split_addr() would split an address even when there was no data before the recipient delimiter, the above bug could cause an address to grow exponentially in size. Problem reported by Victor Duchovni, Morgan Stanley. File: global/split_addr.c. 20010918 Bugfix: the mail_addr_map() fix was almost but not quite right. It took two clever people and several iterations of email to really fix the mail_addr_map() problem. Thanks to Victor Duchovni and Liviu Daia. 20011016 Bugfix: As of 20000625, Errors-To: was broken, because the code to extract the address was not moved from recipient address rewriting to sender address rewriting. Problem reported by Roelof Osinga @ nisser.com. File: cleanup/cleanup_message.c. 20011023 Bugfix: the FILTER_README content filtering example had not been updated to include the sendmail "-i" command line option. 20011029 Bugfix: virtual map expansion terminated early because the detection of self-referential entries was flawed. File: cleanup/cleanup_map1n.c. 20011031 Bugfix: mail_date() mis-formatted negative time zone offsets with fractional hours (-03-30 instead of -0330). Fix by Chad House, greyfirst.ca. File: global/mail_date.c. 20011103 Bugfix: Postfix would log the wrong error text when locally submitted mail was deferred due to "soft_bounce = yes". Bugfix: The LDAP client dropped any entries that don't have the result_attribute, but errored out when a DN didn't exist. The behavior is now consistent: treat non-existant DN's in a special result attribute expansion the same as DN's with no attribute. LaMont Jones, HP. 20011114 Bugfix: reset the smtpd command transaction log between deliveries. File: smtpd/smtpd.c. 20011115 Bugfix: reset the smtpd command transaction log between non-deliveries. File: smtpd/smtpd.c.
2001-11-22Updated to version 1.41 (PR#14609). Changes since 1.15:martti2-9/+6
- Mail::Util::maildomain did not expand variables. Fixed the regular expression. Reported by [Jean-Damien Durand] - [Henrik Gemal] wished better warnings in Mail::Address::parse, which are provided now. - [Lucas Nussbaum] reported incorrect folding of unstructured header lines. The whole idea of folder unstructured fields is flawed, as far as I know, but anyway noone apparantly had sufficient long subject fields to find-out ;) Fixed in Mail::Mailer. - mailaddress defaults to username, not gcos in Mail/Util.pm Patched by [Vivek Khera] - Increased all version-numbers to show that maintainer-address did change. Suggested by [Tassilo v Parseval] - Updated all manual-pages to include address of new maintainer. - Prohibition to modify header should be respected in Mail::Header. Patch by [Tatsuhiko Miyagawa] - Securely close socket in Mail::Mailer::smtp. Patch by [Heikki Korpela] - Fixed "bad file-descriptor" errors in Mail::Mailer::smtp. Patch by [Aaron J Mackey] - Some long header-lines caused the following line in the header to be indented too. This should be fixed. Reported by [Simon Cozens] - Small modifications to Mail::Mailer should make the module work for os2. Patch by [Ilya Zakharevich] - Fix to be able to specify an index at the first addition of a header-line to the Mail::Header structure. Patch by [Lucas Fisher]
2001-11-21Install cyrusv2.mc too, following pkg/14670 from Hiramatsu Yoshifumi.wiz2-3/+4
2001-11-21Add SUBDIR for newmail.nra1-1/+2
2001-11-21Import newmail-1.0.1. Pr 13843 by Andrew Stevenson.nra4-0/+29
Newmail looks at mailboxes and determines if any new mail has arrived. The mailboxes to be examined are specified as command line arguments. A directory can be specified and newmail will check every mailbox inside.
2001-11-19Adapt to use shared INSTALL/DEINSTALL scripts by using the logic injlam10-584/+61
bsd.pkg.install.mk: * Remove old DEINSTALL/INSTALL scripts. * Move some text printed at POST-INSTALL time into the MESSAGE file. * Adjust rc.d scripts to respect rc.conf settings, so that the script may be directly copied into /etc/rc.d.
2001-11-15Remove yatsvrs5 since it moved to yatsvrs.taca44-1380/+0
2001-11-15Disable yatsvrs5 and enable yatsvrs.taca1-2/+2
2001-11-15Re-import yatsvrs with correct directory name.taca44-0/+1380