summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2002-08-19add dependancy with gdk-pixbuf. sylpheed binary is acutually linked againstkei1-1/+2
libgdk_pixbuf.so.
2002-08-15Remove (partly obsolete) homepage URLs from DESCR.wiz2-10/+0
2002-08-15Add an option to build with no SSL/TLS support, as requested by Rick Byersfredb1-2/+4
on tech-pkg.
2002-08-13Fix timestamps in post-configure so that make will proceed to build.kim1-1/+5
2002-08-13evolution requires a version of gal >= 0.19.2, so set the buildlinkagc1-1/+2
dependency version accordingly.
2002-08-12Add a patch so that this package works with xpkgwedge.agc2-1/+15
2002-08-11Remove "EXTRACT_ELEMENTS" because we cannot share patches with "fetchmail"tron1-2/+1
otherwise.
2002-08-08Share not only distinfo, but also patches dir with fetchmail.wiz1-1/+2
XXX: Why do we have so many patches for fetchmail?
2002-08-06Fix PLIST after last update (hi martti!)wiz1-1/+27
Closes pkg/17857 by Urban Boquist.
2002-08-03Make this look slightly more aesthetic, whitespace-wise.jlam1-3/+1
2002-08-01It is ${.CURDIR}/../../mail/fetchmail/distinfo and notveego1-2/+2
${.CURDIR}/../mail/fetchmail/distinfo
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-4/+1
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-07-31Give some further hints about what will need to be done before Cyrus IMAPjlam1-2/+4
can be used.
2002-07-31Add a cyrus rc.d script that will generate the directories needed beforejlam3-2/+94
starting the Cyrus master process.
2002-07-31Change example imapd.conf file to default to "saslauthd" authenticationjlam1-4/+4
for plaintext password authentication. It's the better version of pwcheck.
2002-07-30Clarify that this is the "Cyrus" IMAP server.jlam1-2/+2
2002-07-30update, using description from homepagejdolecek1-10/+9
also remove the stuff about this being beta - this is no longer true
2002-07-29add default mime.types file for sylpheed and sylpheed-claws.grant4-2/+216
suggested by Bill Warner in pkg/15972, with minor changes by me.
2002-07-28Build on Darwin.schmonz4-2/+90
2002-07-28Build on Darwin.schmonz1-2/+4
2002-07-28Sort PLIST.schmonz1-112/+112
2002-07-28Add rc.d script to control qmail, provided by Lubomir Sedlacikschmonz5-9/+66
<salo@Xtrmntr.org> in pkg/15326. Add example mailer.conf. Bump PKGREVISION. Clarify binary package situation: We don't allow binary packages to be created because they don't currently work. Additionally, if someone were to make them work, we'd be unable to distribute them because we apply a few patches to the qmail source. Thanks to zuntum and jlam for discussion and assistance.
2002-07-26update to 0.8.0.grant3-7/+13
* new message cache system * new sort function * allow user to set SMTP AUTH options * improved ldap library detection * ability to select part of a text mime-part to reply * reply flag gets set on sending of a reply * allow multiple email addresses per JPilot entry * allow user to 'Save all' attachments in a mail with multi-attachments update provided by Dawid Szymanski in pkg/17687, with minor changes by me.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam2-4/+4
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-07-23Update to 0.58.schmonz3-16/+19
Changes to the package itself: - Update MASTER_SITES and HOMEPAGE. - Change iterator variables to something other than "file" to placate pkglint. From the changelog: * 'keyword' addresses now use an identifying string like 'dated' and 'sender' addresses do. 'keyword' by default, and customizable via TAGS_KEYWORD. This means you'll need to generate new addresses using `tmda-address', as your old ones will no longer work. If you want your old keyword addresses to be accepted until you can transition to the new format, you can add entries for them in your FILTER_INCOMING. e.g, to jason-promos.8d06eu@mastaler.com ok to jason-stupid_promo.289j76@mastaler.com ok * RECIPIENT_DELIMITER is no longer allowed to be part of the keyword in a keyword address. `?' will be substituted for it when a new keyword address is created. * The format for a confirmation request address is now: RECIPIENT-confirm-TIMESTAMP.PID.HMAC, instead of RECIPIENT-confirm-accept.TIMESTAMP.PID.HMAC The new format is detailed in CRYPTO. Because of this change, it's recommended that you run tmda-pending to make sure your queue is free of legitimate messages, since the old confirmation addresses will no longer work. If you are unable to do this and need temporary backward compatibility with the old format, there is a patch against 0.56 available at: <URL:http://mla.libertine.org/tmda-users/200206/msg00193.html> * Confirmed messages are now reinjected to the original envelope recipient address (RECIPIENT) rather than to: RECIPIENT-confirm-done.TIMESTAMP.PID.HMAC See CRYPTO for more details. * TMDA now sends outgoing mail by handing it off to an SMTP server instead of the /usr/sbin/sendmail program. By default it will use the standard SMTP port (25) on the local host. You can modify this by setting the "SMTPHOST" variable in your tmdarc. See TMDA/Defaults.py for further information. * tmdarc variable SENDMAIL has been renamed SENDMAIL_PROGRAM, but is irrelevant unless OUTGOINGMAIL = "sendmail". * tmdarc variable PURGED_HEADERS now lists "Bcc:" and "Resent-Bcc" by default. If you define this variable in your tmdarc, be sure to add these two headers. * CRYPT_KEY should be removed from ~/.tmdarc or ~/.tmda/config. Your secret key is now read from CRYPT_KEY_FILE, which defaults to ~/.tmda/crypt_key. To make this conversion, move your existing CRYPT_KEY to ~/.tmda/crypt_key, but without the double-quotes. e.g, if CRYPT_KEY = "df7a18a8d95f02ff94bf6463a8ec214cf20cb9e8" ~/.tmda/crypt_key should contain: df7a18a8d95f02ff94bf6463a8ec214cf20cb9e8 * ~/.tmdarc and ~/.tmda/config are no longer checked for file permissions. Instead, make sure ~/.tmda/crypt_key is chmod 400 or 600 (or 640 if ALLOW_MODE_640 = 1). * An exception is no longer be raised if ~/.tmdarc or ~/.tmda/config is missing. However, a ~/.tmda/crypt_key file is required. * tmda-keygen now outputs an unquoted key instead of a CRYPT_KEY line. * Template variables dated_cookie_address and sender_cookie_address were replaced with dated_recipient_address and sender_recipient_address, which are based on the RECIPIENT address.
2002-07-23Add and enable ezmlm-idx.schmonz1-1/+2
2002-07-23Import ezmlm-idx-0.40, based on pkg/14784 by Sen Nagata <sen@eccosys.com>,schmonz4-0/+106
with changes by me to share some logic with our ezmlm package. This is an addition and patch to ezmlm-0.53 [(c) Dan J. Bernstein]. Ezmlm-idx uses Dan's libraries and heavily relies on ezmlm-0.53 code. ezmlm-idx does not function without ezmlm-0.53. ezmlm-0.53 provides basic message distribution, subscriber address handling, message archiving (single quoted message retrieval only), and bounce handling. ezmlm-idx adds multi-message threaded archive retrieval, digests, remote administration, message and subscription moderation, subscriber-only restrictions, message trailer, subject prefix, subscriber name storage, customizable setup, multi-language and MIME support and more. In addition, improved bounce handling, case-insensitive subscriber address storage, and support for distributed lists (main + sublist transparent to the subscriber). Ezmlm-idx can now be compiled with MySQL or Postgres support.
2002-07-23Make some bits sharable with, say, an ezmlm-idx package.schmonz3-38/+50
2002-07-23Fix hint on how to get help in installed local.cf (you need to deletewiz4-5/+16
any old ones, otherwise the new one doesn't get installed). Fixes pkg/17663 by Kimmo Suominen. Additionally, fix variable name in MESSAGE so that it gets expanded properly. Bump to 2.31nb3.
2002-07-22MKDIR -> INSTALL_DATA_DIRwiz1-2/+2
From the [pkgviews] branch.
2002-07-22Added support for TLS. To use this, set POSTFIX_USE_TLS=YESmartti4-3/+39
in /etc/mk.conf. To verify the TLS support, type # /usr/pkg/sbin/postconf | grep tls Submitted by Dawid Szymanski in pkg/17570.
2002-07-21This needs a DEPENDS on security/p5-Digest-MD5 to work.simonb1-1/+2
2002-07-20Add and enable anomy-sanitizer.kim1-1/+2
2002-07-20Import mail/anomy-sanitizer-1.49:kim4-0/+133
Anomy Sanitizer filters mail messages checking for common exploits and hostile file attachments. For instance: it can remove attachments, rename unknown file types, "defang" HTML messages, fix MIME headers, and call external virus scanners to scan email attachments.
2002-07-19Enable compface, per PR 17541hubertf1-2/+3
2002-07-18Fix build on Linux. No change to NetBSD or SunOS, so no PKGREVISION bump.abs5-5/+114
2002-07-18Update slypheed to 0.8.0. Changes:hubertf3-27/+28
* 0.8.0 * The "Paste as quotation" feature has been implemented. * The "Action" feature (function to pass contents of messages to external programs) has been added. * Automatic line-wrapping on input has been enabled. * The Japanese encoding conversion routine has been rewritten and libkcc has been removed. * The MIME encode/decode routines based on fetchmail have been rewritten. * The IMAP response parser has been improved. * The authentication method on SMTP AUTH can be forced. * The receive error dialog can be disabled. * The option to change the displayed message automatically with cursor key on the summary view has been added. * The copy and paste problem in MIME mode has been mostly fixed. * Some other minor bugfixes and improvements have been made. * 0.7.8 * The feature to leave messages on POP3 server for specified days has been implemented. * The SSL preferences which was broken at the previous version has been fixed. * 0.7.7 * The 'Redirect' (aka Bounce) feature has been implemented. * IMAP4 / POP3 STARTTLS command has been enabled. * NNTP over SSL has been enabled. * The sorting order of the summary view became persistent. * The 'Expand / Collapse all threads' feature have been added. * The sorting order of the folder tree became case insensitive. * The common / account preferences button has been removed from the toolbar. * Some fixes and improvements for MIME view have been made. * The behavior of the toggle menu of 'Folder tree' and 'Message view' have been fixed. * The behavior of address completion has been fixed. * A bug in the header MIME encoding routine on Japanese locale has been fixed. * Some other bugfixes have been made. Submitted by dawszy@polnet.wroc.pl in PR 17632.
2002-07-18End sentence with a dot.wiz1-1/+2
2002-07-18Add and enable incm.wiz1-1/+2
2002-07-18it's better to REQUIRE LOGIN rather than DAEMON, because a bunch of serviceslukem1-2/+2
which rely upon authdaemond really shouldn't start until after LOGIN.
2002-07-17parse T_AAAA responses. patch sent to wietse.itojun2-1/+33
2002-07-17Make this package install properly - respect ${PKGLOCALEDIR}agc4-15/+31
2002-07-17Update the digest on demime_junkmail.cf, which has changed.agc1-3/+3
There are 3 additions from the old one, reproduced below - if anything is being junked which shouldn't be, please contact me: + /(?i)This.*email is sponsored by/ + /(?i)\QGot root? We do.\E/ + /(?i)http://thinkgeek.com/sf/
2002-07-16Make it work smbpassword update function.taca3-19/+67
It seems that there was some deadlock between pty and child exiting. Bump PKGREVISION to 1.
2002-07-16Updated squirrelmail to 1.2.7martti2-6/+6
* fix for 'compose as new' link. bug #554886 * fix charset format in the admin plugin. bug #550725 * fix for errant '.' in default_folder_prefix. bug #551310 * fix for folder names with '?' and '*'. bug # 559257, #552180 * added the ability to search without the charset argument. #552288 * Made /noselect node display optional. bug #554988, patch #452178 * Improved support for macosx IMAP server thanks Brian Haun * Added macosx friendly search, thanks Brian Haun bug #553038 * Fixed word wrap problems when sending mail. bug #552961, #556143 * Added possibility to use multiple compose windows without loss of attachements. * Fixed forward message/rfc822 attachments from a search * Fix SpamCop plugin. * Fixed send MDN link. * Fixed dealing with \r\n and \n in smtp.php. * Fixed to, cc, bcc arrays in message->header * Speed optimizements in generating message-lists. * Fixed loss of attachment with html addressbook. * Fixed saving drafts with attachments
2002-07-15Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Someheinz5-2/+23
slight formatting changes.
2002-07-15Add mkdirs for empty directories.mycroft1-1/+3
2002-07-15Enable Kerberos support.mycroft1-1/+2
2002-07-13Use "distinfo" of "fetchmail" package.tron2-6/+3
2002-07-13Synchronize version number with "fetchmail" package.tron1-2/+2