Commit graph

1710 commits

Author SHA1 Message Date
wiz
77bc7cb777 Fix PLIST after last update (hi martti!)
Closes pkg/17857 by Urban Boquist.
2002-08-06 15:34:38 +00:00
jlam
ff54227e0d Make this look slightly more aesthetic, whitespace-wise. 2002-08-03 22:29:03 +00:00
veego
4167726704 It is ${.CURDIR}/../../mail/fetchmail/distinfo and not
${.CURDIR}/../mail/fetchmail/distinfo
2002-08-01 09:26:53 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
jlam
df69825f36 Give some further hints about what will need to be done before Cyrus IMAP
can be used.
2002-07-31 15:50:06 +00:00
jlam
6de20d71ca Add a cyrus rc.d script that will generate the directories needed before
starting the Cyrus master process.
2002-07-31 15:48:31 +00:00
jlam
edf460a3c2 Change example imapd.conf file to default to "saslauthd" authentication
for plaintext password authentication.  It's the better version of pwcheck.
2002-07-31 15:39:35 +00:00
jlam
5a829c52a9 Clarify that this is the "Cyrus" IMAP server. 2002-07-30 18:22:03 +00:00
jdolecek
c430df099c update, using description from homepage
also remove the stuff about this being beta - this is no longer true
2002-07-30 09:40:04 +00:00
grant
9f383b07f4 add default mime.types file for sylpheed and sylpheed-claws.
suggested by Bill Warner in pkg/15972, with minor changes by me.
2002-07-29 08:10:49 +00:00
schmonz
70a422b2fa Build on Darwin. 2002-07-28 05:49:28 +00:00
schmonz
842b7d513d Build on Darwin. 2002-07-28 05:38:46 +00:00
schmonz
f87c58f411 Sort PLIST. 2002-07-28 01:56:14 +00:00
schmonz
26b3b0e6b7 Add rc.d script to control qmail, provided by Lubomir Sedlacik
<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-28 01:54:37 +00:00
grant
214c092a98 update to 0.8.0.
* 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-26 09:02:35 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
schmonz
971f79e06c Update to 0.58.
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-23 20:05:47 +00:00
schmonz
9695ef0747 Add and enable ezmlm-idx. 2002-07-23 08:55:42 +00:00
schmonz
5b216c9f17 Import ezmlm-idx-0.40, based on pkg/14784 by Sen Nagata <sen@eccosys.com>,
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-23 08:49:46 +00:00
schmonz
a81434d069 Make some bits sharable with, say, an ezmlm-idx package. 2002-07-23 08:42:35 +00:00
wiz
e6e6660e41 Fix hint on how to get help in installed local.cf (you need to delete
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-23 02:07:07 +00:00
wiz
07ee15b39b MKDIR -> INSTALL_DATA_DIR
From the [pkgviews] branch.
2002-07-22 23:30:29 +00:00
martti
4afdc0d176 Added support for TLS. To use this, set POSTFIX_USE_TLS=YES
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-22 10:39:26 +00:00
simonb
ed4ff8479d This needs a DEPENDS on security/p5-Digest-MD5 to work. 2002-07-21 04:47:08 +00:00
kim
ada8ffddbb Add and enable anomy-sanitizer. 2002-07-20 20:29:29 +00:00
kim
7af5e8ab94 Import mail/anomy-sanitizer-1.49:
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-20 20:28:22 +00:00
hubertf
c3b2654e3b Enable compface, per PR 17541 2002-07-19 02:34:34 +00:00
abs
29c5df047a Fix build on Linux. No change to NetBSD or SunOS, so no PKGREVISION bump. 2002-07-18 14:18:48 +00:00
hubertf
2347a7999a Update slypheed to 0.8.0. Changes:
* 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-18 12:16:59 +00:00
wiz
09a1ab3f7a End sentence with a dot. 2002-07-18 11:23:39 +00:00
wiz
19d521d824 Add and enable incm. 2002-07-18 11:23:00 +00:00
lukem
93b726dd32 it's better to REQUIRE LOGIN rather than DAEMON, because a bunch of services
which rely upon authdaemond really shouldn't start until after LOGIN.
2002-07-18 01:48:09 +00:00
itojun
45e69da140 parse T_AAAA responses. patch sent to wietse. 2002-07-17 22:34:45 +00:00
agc
df8b2d6f33 Make this package install properly - respect ${PKGLOCALEDIR} 2002-07-17 11:22:38 +00:00
agc
78a347e4fb Update the digest on demime_junkmail.cf, which has changed.
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-17 09:15:40 +00:00
taca
ad351a9bdd Make it work smbpassword update function.
It seems that there was some deadlock between pty and child exiting.

Bump PKGREVISION to 1.
2002-07-16 15:01:49 +00:00
martti
c6981c3ba6 Updated squirrelmail to 1.2.7
* 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-16 13:14:49 +00:00
heinz
a4c3534d73 Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Some
slight formatting changes.
2002-07-15 22:57:27 +00:00
mycroft
1c83ca392b Add mkdirs for empty directories. 2002-07-15 18:25:49 +00:00
mycroft
03036da074 Enable Kerberos support. 2002-07-15 18:05:49 +00:00
tron
a64890cb2e Use "distinfo" of "fetchmail" package. 2002-07-13 21:48:29 +00:00
tron
5068d8b59d Synchronize version number with "fetchmail" package. 2002-07-13 21:44:54 +00:00
jschauma
4b71ae45e9 Add -Wl,-R${X11PREFIX}/lib to LDFLAGS to allow non-xpkgwedged systems to find
the right libraries at runtime.  Pointed out during Hubert's latest bulkbuild.
2002-07-13 15:35:17 +00:00
mycroft
70d93cc961 Update to evolution 1.0.8. Fixes many random crashes, and improves calendar
support.
2002-07-12 23:39:49 +00:00
mycroft
b64ebdbfb8 Update to fetchmail 5.9.13. Miscellaneous bug fixes, including a remote
crash.
2002-07-12 18:48:19 +00:00
kim
a35de1f576 Add a note about needing an SMTP server. 2002-07-10 01:44:41 +00:00
yyamano
f0dc97c3fd Initial import of incm-0.5.
It's a small tool to incorporate new mail from a mail spool file or
from a maildir.

Packages provided by MarkoSchuetz at web.de in pkg/16743 (and my changes)
2002-07-08 15:27:00 +00:00
tron
bc04de2e19 Define "USE_PERL" and patch path to Perl binary in a Perl scripts.
Problem noted by Greg A. Woods in PR pkg/16415.
2002-07-07 14:39:16 +00:00
tron
b816ba4796 Adapt include conversion scripts to recent versions of "netpbm" and add
the missing dependence on "netpbm" package. This fixes PR pkg/16416
by Greg A. Woods. Bump the package revision to 2 after these fixes.
2002-07-07 14:25:52 +00:00
tron
8634cacfc8 Shorten oversize description. 2002-07-07 14:15:29 +00:00