summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
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
2001-11-15Enable yatsvrs5.taca1-1/+2
2001-11-15Importing yatsvrs 5.00p4; extended POP3 server and supoprting servers.taca44-0/+1380
yatd YAT server; extended POP3 server ascyd Apop shared Secret changer for Yatsvr yatconfd YAT configuration daemon Yatd was was based on Berkeley's popper program and known as yatsvr before. Yatd has own extention to POP3 protocol for WinYAT, commercial product from JEPRO Co., Ltd. But it still works as standard POP3 server. Extention to POP3 is documented in attached document but in Japanese.
2001-11-14Remove CVS ID from patch file's context to avoid further problems.tron2-5/+4
2001-11-14Update for changed "patch-aa".tron1-2/+2
2001-11-13Clean up after last update:agc2-10/+8
+ restore definitions of RM and LN in makefile.neb, as they're used later on in the file. + if we're going to the bother of passing PREFIX to the invocation of make, we might as well use PREFIX rather than LOCALBASE in the definition of CCLIENTDIR.
2001-11-12Update fetchmail{conf} to 5.9.5.frueauf4-21/+7
fetchmail-5.9.5 (Thu Nov 8 14:14:35 EST 2001), 21162 lines: * Changed the logging logic along lines suggested by Jan Klaverstijn, * fetchmailconf looks first in the directory it's running from to find fetchmail. * Make sure we vet a success status correctly from open_smtp_sink() and open_bsmtp_sink(). * Matthias Andree's env.c patch to refuse service when QMAILINJECT is defined. * Immediately abort if a non-empty QMAILINJECT environment variable is found. If it is set and contains f or i, qmail-inject or qmail's sendmail `compatibility' wrapper will rewrite From: or Message-ID: headers, respectively. En passant, fix the bug that program_name was not filled in before used when the user's ID had no PW entry, leading to (null) or crash when printing the error message. Patch by Matthias Andree. * NextStep and OpenStep port patch from Eric Sunshine. * Block signals during SockConnect() so we don't get a socket descriptor leak if we're hit by an alarm signal during connect(2). * Set queryname even when server is inactive; avoids a core-dump bug in the fetchids code.
2001-11-12remove IPv6 patch for safety.itojun2-11/+5
it seems that IPv6 patch has bad sideeffect on relaying determination.
2001-11-11Update to imp-2.2.7 for security problems (update recommended). Changes:bouyer3-30/+57
[cjh] SECURITY: Prevent CSS by not letting let <tags> through in $message [bjn] Simplified Chinese (zh) locale. (He Kun <hek@mail.cbi.pku.edu.cn>)
2001-11-11Adjust format a bit:hubertf2-2/+6
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-09Updated to version 1.6.0. Changes since 1.4.3:martti2-5/+5
1.5.0 Thu Aug 2 12:50:21 CDT 2001 - re-formatted to make vi friendly (I use emacs and vi, but mostly emacs) added these lines to my .emacs to keep it friendly (custom-set-variables '(perl-indent-level 2) '(perl-continued-statement-offset 2) '(perl-continued-brace-offset 0) '(indent-tabs-mode nil) '(tab-width 2)) basically sets the indent level to 2 and converts tabs to spaces of course this will hose some diffs (unless you ignore whitespace diffs) - bug report/fix (thanks to Lupe Christoph) some older perls don't support (?{ code }), so get_acl splitting expression was re-vamped. - removed use IO::Socket::INET (again some older perls) - removed Text::Parsewords dependency (wasn't using it anymore anyway) 1.5.1 Thu Aug 2 14:43:27 CDT 2001 - bug report/fix (thanks to Paul Kranenburg) in get_quotaroot, removes extraneous line 1.6.0 Sun Nov 4 10:19:44 CST 2001 - bug report/fix (thanks to Dylan Martin and Alain Turbide) for the botch I made of the get_quotaroot fix I made in 1.5.1 - bug report () motd's weren't handled, I put some code in that doesn't break the current, but is also untested against motd's (feedback anyone?) - added CRAM-MD5 support as an authentication method, send it in the new call 0 off, 1 on, 2 on with LOGIN fallback, this also adds the requirement of Digest::MD5, Digest::HMAC, MIME::Base64 if you use this option
2001-11-08Update to 3.22.bouyer3-12/+13
Changes to procmail: - Regression bugs from 3.20: - Broke compilation with K&R compilers - procmail -p -m was overridding PATH - maildir delivery included garbage in filenames - Mismatched HOST in last rcfile didn't discard the message - COMSAT wasn't turned off by an rcfile on the command line - Catch overly long command line variable assignments - If a command expansion is truncated, set PROCMAIL_OVERFLOW and don't trim trailing (really middle) newlines - If the comsat host can't be resolved, set COMSAT to "no" Some fixes to the man pages More paranoia: start to use strlcpy() Generate safe temp and maildir filenames when the hostname contains / or : by mapping them to \ooo I've also seen corrupted From lines (missing F) when I upgraded to 3.21. Someone reported in the Esd-l mailing list (see http://www.spconnect.com/pipermail/esd-l/ for archives) that 3.22 solved the problem for him.
2001-11-07Downgrade the "mutt-devel" package to version 1.3.23. The new threadingtron3-6/+25
code in 1.3.23.1 is not stable yet and can e.g. cause a segmentation fault.
2001-11-06* Set default debug level to 0 (it can still be turned on voluntarily)tv5-35/+20
* Don't use libtool; it's not necessary here (and increases compile time) * Obey ${CC} and ${CFLAGS}.