/usr/local/bin/python. Also check that python-tkinter is installed.
From Pascal Stumpf with tweaks from me.
(Python + tkinter aren't RUN_DEPENDs as many fetchmail installations
don't use this and it's a heavy dependency chain).
See https://www.mozilla.org/en-US/thunderbird/6.0/releasenotes/
- remove patches merged upstream
- Add a missing patch from firefox for plugin path
- Add a hack to fix ui hangs with enigmail, better solution worked on in
#681026
testing, feedback & enigmail update from nigel@, thanks!
is built during thunderbird build, and packaged as a subpackage of
thunderbird, instead of building thunderbird twice...
add @conflict/@pkgpath markers to allow seamless updates from previous
enigmail packages.
Tested by nigel@, ok naddy@.
with Tb 5.0 and Sm 2.2 updates. Ensure we depend on the correct version
of those, hack a bit the chrome.manifest to ensure the libs are found.
Tested by Nigel Taylor, thanks!
A bunch of languages added (ar,br,en-US,et,fy-NL,gd,gl,is,rm,si,sq,ta-LK),
a bunch of languages removed (af,el,be,gu-IN,mk,zh-CN)..
Install the langpacks as plain xpi instead of unzipping them.
http://www.mozilla.org/en-US/thunderbird/5.0/releasenotes/
- sync ipc patches from firefox
- install under lib/thunderbird-5.0 instead of using the handmade
install target
- remove a bunch of pointless patches
Been running with it since a while, tested by a few on ports@, thanks!
Database schema has changed, you should read carefully release notes
and README.sql if you use MySQL or Postgres for storage or lookups.
Release notes available at http://www.amavis.org/release-notes.txt
user to disable sendmail compeltely to stop abusing that script to starting
up postfix.
the script itself also checks if postfix is actually enabled and if it's not
it is going to fail to avoid conflicts with mailer.conf
The milter-checkrcpt plugin can be used with the milter API of
sendmail(8) to filter mails with invalid recipients. The validity of a
recipient address is determined by querying another mail server over
SMTP.
ok ajacoutot@