-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hallo,

MDaemon 10.0.0.1 release
ftp://ftp.dutaint.com/altn-mdaemon/md1001_en.exe
http://ftp.dutaint.com/altn-mdaemon/md1001_en.exe

- --------------------------------
MDaemon 10.01 - October 14, 2008
- --------------------------------

- -----------------------------------
CHANGES AND ADDITIONAL NEW FEATURES
- -----------------------------------

o [7853] Updated MDaemon to ADSP (was formerly called SSP) final draft
which has just emerged from working group last call within the IETF
process and will soon be published as a industry standard RFC document.
 The current document can be found here:

  See http://www.ietf.org/internet-drafts/draft-ietf-dkim-ssp-06.txt

  If you have published an SSP (Sender Signing Practices) record in your
DNS  you should make note of the following.  If you have not published
an SSP record in your DNS then you can skip this section.

  In order to conform to the final draft for ADSP some changes are required.

  (a) First, the protocol name was changed from SSP (Sender Signing
Practices) to ADSP (Author Domain Signing Practices).  The term "SSP"
was abandoned but the new ADSP is doing the same job.

  (b) Second, the location in DNS where your ADSP record must be placed
has changed from _ssp._domainkey.<domain> to _adsp._domainkey.<domain>.
 The older _ssp._domainkey.<domain> entry in your DNS can be removed (or
left in place as legacy for older software for a few months and then
removed).

  (c) Third, the ADSP record syntax is different from the older SSP
record syntax and so your ADSP record needs to be changed to one of the
      following (see the ADSP draft for complete information):

      dkim=unknown     - The domain might sign some or all email
      dkim=all         - All mail from the domain is signed
      dkim=discardable - All mail from the domain is signed and
receivers are encouraged to discard unsigned mail

  MDaemon no longer supports the older SSP record syntax or location in DNS.

  Note that everything stated here applies to SSP or ADSP and NOT to
DKIM key records.  No changes are required or necessary to any DKIM key
record.

o [7904] Changed ComAgent to get settings and logs from
  \Documents and Settings\<user>\Application Data\ComAgent.  As a result
of this change some user ComAgent custom settings have been reset to the
  defaults.

o [6490] Added "Apply quotas to all accounts now" button to the account
quota default UI.  This will apply all the default quota settings
(including enabling/disabling quota restrictions) for all accounts.

o [7933] Sometimes a condition within the POP server code can lead to a
  situation in which MDaemon runs out of stack memory space and crashes.
  This is rare but it can happen with active POP accounts that contain
  thousands and thousands of messages.  However, normally it is not an
issue.
  If you are experiencing crashing and suspect that this might be tied
to use of POP a new switch has been added to the F2|Servers UI which
will solve it.  Disable the "... maximize use of stack memory" switch
and the POP server will be more conservative however you could notice a
decrease in UI responsiveness when the POP server is under load.  Future
versions of MDaemon will better solve this problem through a redesign of
the POP server code.

o [7259] "Web access defaults" was moved out from under "New Account
Defaults" in the UI since these settings do not apply only to new
accounts (they apply to all accounts which are using default settings).
 Also, a slight rework of these UI components was done for cosmetic reasons.

o [7945] Added "Restart spam filter" to spam filter UI.  This button
restarts MDSpamD.exe.  However, just clicking OK on that dialog box will
do the same thing.

o [2502] Bandwidth Throttling now has a master on/off switch in the UI.

o [2813] It is now possible to enter "ALL_USERS:<domain>" as a list
member using the UI.  This has the same effect as individually adding
each domain account but with this you can do all of them in one entry.

o [3284] Dynamic Screening now has an option to limit the number of
simultan-eous connections from any single IP (applies to SMTP, POP, and
IMAP only).

o [4142] Gateways now have individual on/off switches in the UI.  Note
that disabling a gateway will cause it's mail to be treated as any other
mail for unknown domains.  Also, the UI does not disable all controls
when the gateway is disabled.  This is so you can continue to configure
a gateway even when it's disabled.

o [4672] It is now possible to configure the SMTP response string for
grey-listing.  There's a new control in the UI for this.  If you provide
a custom string of text MDaemon will return that as "451 <your custom
text>" rather than the default "451 Greylisting enabled, try again in X
minutes."
  This is useful if you'd like to provide a string that contains a URL
to  a description of greylisting (or for other purposes, whatever you like).

o [7201] Added "De-list" button to the account manager.  Pressing this
button will remove all selected accounts from all mailing lists.

o [7708] Added an option to HELO/EHLO lookups to exempt authenticated
  sessions.  When enabled, this defers the HELO/EHLO lookup until after
the MAIL command is received similar to what happens in older versions
with the PTR lookups.

o [7765] Added SMTP session in/out counters to tool window and
statistics report.  These will track the total number of SMTP sessions
in/out to show you how much work your server is doing behind the scenes
(for example, most inbound SMTP sessions end up getting dropped or
failing to deliver any mail because they are just probing your status).

o [7772] The spam filter's "White list (no filtering)" capability can
now be configured to white list senders as well as recipients.  To white
list a sender simply prefix the address with "from " (for example,
  "from [EMAIL PROTECTED]").

o [7857] MultiPOP collection will be disabled when an account is
disabled via the UI.  Note that existing disabled accounts will still
collect MultiPOP mail until the UI is used to edit the account.  Also, I
added a MultiPOP on/off switch to the first page in the account editor.

o [7877] The MultiPOP server is no longer automatically enabled when
editing a single account and enabling MultiPOP for that one account.
The MultiPOP server must be enabled separately before MultiPOP mail is
collected for any accounts.

o [7876] Header translation will operate on the SMTP return-path for all
  forwarded messages eligible for header translation.  To prevent this
from occuring add "X-Return-Path:" to the header translation exceptions.

o [7758] Header translation will operate on the SMTP return-path for all
  gateway forwarded messages eligible for header translation.  To
prevent this from occuring add "X-Return-Path:" to the header
translation exceptions.

o [5399] Added option to Preferences|Miscellaneous to toggle sending of
the midnight stats report to postmaster.

o [6790] DNSBL logging within SMTP session transcripts will now include
the IP result returned from the DNSBL source.

o [7596] Accounts.csv will now include the account creation date.

o [7892] Slight UI improvements (IMO) to the list editor opening page.

o [6597] Dynamic MultiPOP is now triggered when IMAP Inbox folder is opened.

o [7897] An MDaemon.ini switch has been added to work around problems
sending messages from the Palm Treo VersaMail client.  Edit MDaemon.ini
and set
  [Special]
  DeliverIfConnectionAborts=Yes (default is No)

  Note that enabling this option can lead to duplicated messages if the
  SMTP client resends messages when the connection drops.

o [7727] Removed "&Reload=Yes" from Simple theme folder URLs to speed up
the loading of various folder views.

o [7814] POP login optimized to reduce disk activity.

o [7715] It is now possible to add a secondary domain using MDCOM API.

o [7798] A ComAgent option has been added to turn off the spell check in
the IM window.

- -----
FIXES
- -----

o [7844] fix to account editor missing the aliases page
o [6993] fix to sub-addressing failing with spam filter address book
white-listing
o [6673] fix to some forwarded mail not getting BATV return-path encoding
o [7818] fix to WebAdmin toolbar buttons do not work in Google Chrome
browser
o [7863] fix to gateways.sem file not reloading all gateway settings
o [7878] fix to OC options enabled in UI even when OC missing/disabled
o [7822] fix to disabled accounts are able to authenticate using SMTP
o [7577] fix to LDAP toggle option present when shouldn't be
o [7782] fix to "-1" showing for all queued counts when counts disabled
o [7804] fix to X-MDMove-To header not being stripped properly at times
o [7887] fix to gateway dequeue domain value limited to 24 chars in UI
o [7458] fix to Accountprune not pruning public folder structure properly
o [7891] fix to HELO lookup not exempting local and trusted IPs like PTR
does
o [7017] fix to DNSBL "message" not returned for Received header IPs
o [7868] fix to MX timeout causing immediate message delivery abort
o [7900] fix to IP/Host Screen changed from config session not creating SEM
o [7803] fix to tray icon "Lock Server"/"Unlock Server" bugs
o [7791] fix to accented characters added to WC emails when composed in
Opera
o [5996] fix to DirReorg.exe failure when moving directory to other drives
o [7836] fix to high WC CPU use with calendars with many overlapping events
o [7859] fix to space causing incorrect SMTP RCPT response at times
o [7860] fix to space accepted in SMTP MAIL argument
o [7846] fix to auto-responder processes not working with arguments
o [7801] fix to pre/post process command line not working with arguments
o [7856] fix to file/toolbar not stopping anti-spam server properly
o [7828] fix to alert messages upon session timeout or bad server response
o [7841] fix to the Standard theme not saving the threading option correctly
o [7865] fix to Webkit based browsers failing on the auto-complete
feature in LookOut
o [7788] fix to unexpected socket closure when using SSL on Server 2008
o [7800] fix to incorrect URL in deliverywarning.dat file (need to delete
  existing file and restart MDaemon to get correct file)
o [7802] fix to toolbar inaccessibility by adding "reset toolbar" menu
option
o [7811] fix to LookOut theme 'Get Mail' not updating the list view data
o [7908] fix to OC created calendar entry busy status shown incorrect in WC
o [6804] fix to Account Manager slowdown / freeze
o [1990] fix to RCPT addresses with spaces sometimes being accepted
o [7924] fix to CA displaying smilies for :\ and :/
o [7927] fix to auto-resp "send once per day" depending on accountprune.exe
o [7873] fix to "archive to public folders" feature auto-enabling PF system
o [7917] fix to sort order not preserved in account manager at times
o [7935] fix to possible cause of WorldClient becoming unresponsive
o [7916] fix to ComAgent address book sync deletes all local contacts
o [7131] fix to WebAdmin incorrectly uses "|" as group delimiter
o [2253] fix to MDaemon not updated after updating IPScreen.dat in WebAdmin
o [7716] fix to MDaemon not updated after changing SPF score in WebAdmin
o [7943] fix to WebAdmon does not allow group description to contain spaces
o [7944] fix to lack of error popup when entering invalid times in UI
o [7941] fix to spam/ham learning address refused for foreign domains
o [6960] fix to SyncML possibly corrupting accented characters in notes
o [4530] fix to SyncML not supporting UTF-7 encoded folder names
o [6869] fix to all day events created in Thunderbird not having "All
Day"  flag set when using Funambol SyncML client
o [6068] fix to recurring meetings/appointments showing up as monthly
when using SyncJE 3.1.2.21
o [7018] fix to SyncML password being ignored


- --
syafril
- -------
Syafril Hermansyah

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFI9X5nJDdq0WWNVhYRApZgAJ9zQZAe5NU/Tgq3Tl0sZwOVRGC6bACfQGkk
jno20p/34J32/BSvulBEMnU=
=4xI6
-----END PGP SIGNATURE-----

-- 
--[MDaemon-L]------------------------------------------------
Milis ini untuk Diskusi antar pengguna MDaemon Mail Server.
Mohon tidak posting dengan format HTML atau Rich Text, 
pastikan selalu menggunakan Format Plain-text.

Arsip          : <http://mdaemon-l.dutaint.com>
Henti Langgan  : Kirim mail ke MDaemon-L-unsubscribe [at] dutaint.com
Berlangganan   : kirim mail ke MDaemon-L-subscribe [at] dutaint.com
Versi Terakhir : MD 10.0.1, SP 4.0.1, OC 2.2.1, SG 1.0.5, PP 1.1.0

Kirim email ke