@Alexander In MDaemon v24.5, see the new "FileTransfer" operation, which allows you to list and download files from spcific directories.
Keith
About me
ActiveSync, AutoDiscovery, ACL Editor, AclShlFix, Cluster Service, ASLogView, Dynamic Screening, Message Indexing/Search, ActiveSync Migration Client, Plug-In API, XML API.
Posts made by Keith
-
Receive log files via API
-
Default mail folder for new user
Excellent, glad to hear it. As I said, MDaemon v24.5 will support the Non-Default New Account Template name. I"ve already written and tested the code and it works as expected.
-
Default mail folder for new user
Evgeniy, I found what I needed. MDaemon Version 24.5 will support MDaemon INI's [Special] NewAccountTemplateName= value. For now, use the UpdateDomain operation and set the MailboxRoot as I docum...
-
Default mail folder for new user
Evgeniy, If I don't have the MailboxRoot= Entry [_Domain:sample.int] in my MgmtWS.ini, then, in my testing shows that the API is correctly retrieving the path from the New Account Template. I not...
-
Default mail folder for new user
Evgeniy, On MgmtWS.ini (in the Data Directory), are there any [_Domain:*] sections? If so, what are their contents? I'm going to run some tests here and see what it yields...
-
Default mail folder for new user
BTW, Regarding option 2 above. Once you issue that UpdateDomain request, any new users for that domain created via the XML API will be created under the path that you specified. Generally, we rec...
-
Default mail folder for new user
Evgeniy, Two possible means of accomplishing this ... 1. Update the New Account Templace so that RootMailPath=d:\MDaemon\Users\$DOMAIN$\$MAILBOX$\ or... 2. For that doma...
-
Applying config by XML API
In version 23.5, that would have been "SENDERBLACKLIST.SEM"Apologies... Seems that even SEM file names changed when the push to change from Black/White to Block/Allow occurred.
-
Applying config by XML API
For now... After modifying the Sender Block List, use the CreateSemaphore operation and create "SENDERBLOCKLIST.SEM" Version 24.5 will no longer require that extra step. Solved this is several Set...
-
Applying config by XML API
I'll look into this. It is posible that the MDaemon service is not reading the updated data and I may have to signal it. Will report back here my findings. May find a workaround for you for the tim...
-
Receive log files via API
Okay, will Wishlist this for a future version. v24.5 is a remote possibility, but v.25 is likely,
-
Receive log files via API
The XML API does not currently expose those log file pathnames or stream that log content. I can add that to the wishlist for a future version. At this time, I don't know of a way for the API itsel...
-
Receive log files via API
Alexander, Are there any particular log files you are wishing to parse? Many of MDaemon's internal plugins will export HRESULT WINAPI HrMDPluginGetLogfilePath( LPSTR psz, DWORD cch );
-
Plug-in documentation and sample code are outdated
For future reference, this was created as Work Item 27759
-
Plug-in documentation and sample code are outdated
Understood. Since I designed/developed the newer Plugin API, only makes sense that I put together a sample for it. I tried to document/comment the PluginAPI.h header pretty well as things were adde...
-
Plug-in documentation and sample code are outdated
Emanuele, I'll see if I can put something together for a future version. Sound good? Perhaps v25.
-
XML Api and APP Passwords
@Daniel From the v24.0 XMLAPI "Changes and development notes" (the top link from the API Help Portal). Version 24.0.0 In response to 'https://mdaemon.com/community/forums/topic/120...
-
XML Api and APP Passwords
I'll look into extending the API for this for possible inclusion in MD 24.0
-
Mail List Members update working in V22 using V20 API broken in V23.5
In my test, using 5 invalid email addresses, I got the expected results... <?xml version="1.0" encoding="utf-8"?> <MDaemon> <API productversion="23.5.1" serviceversion="2...