Age | Commit message (Collapse) | Author | Files | Lines |
|
libgdk_pixbuf.so.
|
|
|
|
on tech-pkg.
|
|
|
|
dependency version accordingly.
|
|
|
|
otherwise.
|
|
XXX: Why do we have so many patches for fetchmail?
|
|
Closes pkg/17857 by Urban Boquist.
|
|
|
|
${.CURDIR}/../mail/fetchmail/distinfo
|
|
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
|
|
can be used.
|
|
starting the Cyrus master process.
|
|
for plaintext password authentication. It's the better version of pwcheck.
|
|
|
|
also remove the stuff about this being beta - this is no longer true
|
|
suggested by Bill Warner in pkg/15972, with minor changes by me.
|
|
|
|
|
|
|
|
<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.
|
|
* 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.
|
|
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
|
|
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.
|
|
|
|
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.
|
|
|
|
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.
|
|
From the [pkgviews] branch.
|
|
in /etc/mk.conf. To verify the TLS support, type
# /usr/pkg/sbin/postconf | grep tls
Submitted by Dawid Szymanski in pkg/17570.
|
|
|
|
|
|
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.
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
which rely upon authdaemond really shouldn't start until after LOGIN.
|
|
|
|
|
|
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/
|
|
It seems that there was some deadlock between pty and child exiting.
Bump PKGREVISION to 1.
|
|
* 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
|
|
slight formatting changes.
|
|
|
|
|
|
|
|
|