Re: Too long password

2010-06-20 Thread Alan McNatty
Hi Hafez, I have had this problem too - best solution is to get them to reissue a password of correct length. But if you have to .. check the source file gw/smsc/smpp_pdu.def I believe all that would be required is to change the size definition (I'll leave it to you to test, etc). The current sett

Re: Kannel and CDMA 1x

2010-07-05 Thread Alan McNatty
Hi Aldo, We have been using Kannel with CDMA networks (over SMPP) in NZ for almost 10 years now. CDMA modems .. now that is a different question. Cheers, Alan On 06/07/10 07:27, Aldo Zavala wrote: > Hi, I was jut reading old posts in this mail list and I found a phrase by > Nikos saying "... Ka

Re: Kannel and CDMA 1x

2010-07-05 Thread Alan McNatty
ing overly fancy .. so it just works. Cheers, Alan On 06/07/10 10:19, Aldo Zavala wrote: > Thanks for the answer!, though I will connect to SMC Centers not > modems, does this still works in such case? > - Any special configuration options to make it work in CDMA? > > Thanks!

Re: Kannel and CDMA 1x

2010-07-05 Thread Alan McNatty
ars back, Rene I think, > offered a patch for data_sm, but it was never committed to kannel. > Maybe you have been using his patch. > > BR, > Nikos > - Original Message - From: Alan McNatty > To: Aldo Zavala > Cc: users@kannel.org > Sent: Tuesday, July 06, 2010 1:53 A

Re: Kannel and CDMA 1x

2010-07-05 Thread Alan McNatty
Center debug: http://i50.tinypic.com/2d848t5.jpg > (I uploaded a screenshoot) > > Thanks, > > Aldo Zavala > > *From:* Alan McNatty [mailto:a...@catalyst.net.nz] > > *To:* Nikos Balkanas [mailto:nbalka...@gmail.com] > *Cc:* Aldo Zavala [mailto:a...@clearta

Re: Kannel and CDMA 1x

2010-07-05 Thread Alan McNatty
k: aldo.zav...@gmail.com > > > - Original Message - > From: Alan McNatty > [mailto:a...@catalyst.net.nz] > To: Aldo Zavala > [mailto:a...@cleartalk.net] > Cc: Nikos Balkanas [mailto:nbalka...@gmail.com], > users@kannel.org > Sent: Mon, 05 Jul 2010 16:55:18 -07

Re: start-stop-daemon and smpp routing questions

2010-07-06 Thread Alan McNatty
Hi Aldo, Check the online documentation (e.g http://www.kannel.org/download/1.4.3/userguide-1.4.3/userguide.html) .. search for allow/deny (e.g allow-prefix in smsc config group). Cheers, Alan On 07/07/10 13:53, Aldo Zavala wrote: > Hi, I have two more questions: > > 1.- How can I setup the auto

Re: Trouble with our first configuration - on Mac

2011-02-06 Thread Alan McNatty
Hi Lou, Just sounds like your config file is badly formatted .. please post it for assistance (may be best to attach as file). Cheers, Alan On 05/02/11 18:13, Lou Picciano wrote: > Dear Kannel Friends, > > Trying our first configuration - on Mac - and having some difficulty. > After setting up a

Re: Odd DLR msg ID from operator

2011-02-17 Thread Alan McNatty
Hi Alex, I wonder (just off the top of my head) .. if using DB DLR with stored procedure / trigger could work by stripping the prefix on insert? Just a random idea that could be worth looking into - possible/obvious performance implication. Cheers, Alan On 18/02/11 10:26, Alejandro Guerrieri w

Re: Odd DLR msg ID from operator

2011-02-20 Thread Alan McNatty
Hi Kyriacos, Taking this a step further as I was wondering if this was actually possible. Caveat: I'm thinking out loud in pgsql (more user than admin/guru) and not mysql .. An insert/update/delete trigger to strip out the prefix (eg 01//) wouldn't be a problem assuming you could identify the sm

Re: Kannel 1.5.0 Debian packages

2011-03-23 Thread Alan McNatty
Hi Alex, Thanks for rolling us a new deb. Thanks also for building with Postgres support - that will save me rolling my own :) Just a couple of questions: 1) I notice we have the usual binaries ... but I thought there was talk of run_kannel_box being deprecated since we have --parachute --daemo

Re: modem recommendation

2009-07-09 Thread Alan McNatty
Hi Elvis, Just completing testing with Sierra Wireless 'Compass' 885 USB - works well with Kannel with all our operators .. admittedly not many ;) (tri-band UMTS/HSPA and quad band EDGE/GSM). Cheers, Alan Elvis Manuel Jorge wrote: Hello all I'm developing a project and I'm using kanne

Re: Unable to connecy to teltonika gsm modem

2009-07-19 Thread Alan McNatty
Hi Suman, I recently got the Teltonika PCI G10 modem working .. Pretty much worked out of the box with the config below. try this below and see how you get on. Cheers, lLan group = core admin-port = 13000 admin-password = bar admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1" log-file = "

Re: Multiple Modems & Questions

2009-07-22 Thread Alan McNatty
Hi Matt, Here's an example config using multiple modems (of the same type, but it shouldn't matter). One of the keys will be ensuring that on reboot etc that the devices are all the same as before .. group = core admin-port = 13000 admin-password = bar admin-deny-ip = "*.*.*.*" admin-allow-ip = "

Re: Problem with DLR's

2009-09-23 Thread Alan McNatty
Hi Peter, Can you provide a full PDU dump (log-level = 0 bearerbox log) of your submit request so we can see what SMSC driver you are using (SMPP, etc, etc). Maybe my brain is not engaged correctly this morning (half way through first cup) but I'm not familiar with 'SRR' (I only have experience w

Re: GSM Modem

2009-11-15 Thread Alan McNatty
friendly either, can't find the init strings for this modem. > > When I plug it into my machine, dmesg returns usb 2-1 FTDI USB Serial > Device converter now attached to ttyUSB0 > > Where should I start debugging, anybody ever configured this modem??? > > Please hel

Re: WARNING: SIGHUP received, catching and re-opening logs

2009-11-24 Thread Alan McNatty
the SIGHUP signal is not received by kannel > and the logs will remain being written > to the file logrotate renamed instead of the new one. > > This happens to me every time I install a new server with kannel, just > check and see if it helps you. > > Greetings > > --

Re: URL encoding

2009-12-14 Thread Alan McNatty
Hi Rajeev, Not the best place to post this kind of question. Check hexdump on any good *nix. Cheers, Alan Rajeev Agarwal wrote: > Hi, > > How can i convert a simple url like www.google.com/mobile > to hex format, so that it can be used > for wap push msgs.

Re: Modem Compatability

2010-03-11 Thread Alan McNatty
Hi Matt, I've had success with the Sierra Wireless 885U [1] (testing over UMTS and GSM networks in NZ). I'm looking at using it for internal monitoring (loop-back). The key is making sure you have a kernels >= 2.6.27 .. I'm working with kannel config: group = smsc smsc = at smsc-id = modem mode

Re: Recover Delivery to URL

2010-04-27 Thread Alan McNatty
Hi Sergio, Is this a one-off problem or something you wish to do on a per message basis (on-going)? If it's for debugging only you could you run tcpdump or equivalent to capture raw traffic. Otherwise try setting log-level=0 in your kannel config and see if you can find the information you are af

Re: Re: Recover Delivery to URL

2010-04-27 Thread Alan McNatty
and you want the reason code to be submitted back your app? Just guessing here. Cheers, Alan Alberto Antillon wrote: > Alan, thanks for your response. I work with Sergio, we need to do it > on a per message basis so checking the logs it's not an option. Is > there another way?

Re: DLR not being emptied for numbers it can't send to

2010-06-01 Thread Alan McNatty
Hi Barry, Yeah - my understanding is the messages are silently dropped if off-net (without any notification). Your best option might be treat them as expired (possibly with a manual clean-up) after a standard network TTL if no DLR received (messages don't typically live on the network more than 5

Re: Sprint/CDMA SMSC?

2011-05-29 Thread Alan McNatty
Hi Ryan, We are still operating an old AnyDATA (forget exactly what model - not shown on their website). It doesn't work with Kannel but I/we wrote a custom perl script to use it for loopback monitoring back in 2003 .. still using it. If any of the AnyDATA CMDA modems are Sprint friendly this coul

Re: Sprint/CDMA SMSC?

2011-05-29 Thread Alan McNatty
p.s I didn't try the patch Alvaro mentions - maybe try that first p.p.s "not recommended for heavy use" - the perl script .. no comment on the modems ;) On Mon, 2011-05-30 at 09:59 +1200, Alan McNatty wrote: > Hi Ryan, > > We are still operating an old AnyDATA (forget

Re: How to send a SMS ?

2011-06-23 Thread Alan McNatty
Check the online docs please .. Smsbox provides an HTTP sendsms interface. Assuming you are running Kannel on your own machine (i.e 127.0.0.1) a browser request might look something like ... http://127.0.0.1:13013/cgi-bin/sendsms?user=&password=&to=&from=&text=Hello+World On Thu, 2011-06-23 at

Re: How to send a SMS ?

2011-06-23 Thread Alan McNatty
The one titled "Using the HTTP interface to send SMS messages" could be worth a look. http://www.kannel.org/download/1.5.0/userguide-1.5.0/userguide.html#AEN4623 On Thu, 2011-06-23 at 15:17 +0530, amritpal pathak wrote: > > > On Thu, Jun 23, 2011 at 3:11 PM, Al

Re: integrating nagios with kannel

2011-07-05 Thread Alan McNatty
Hi Rhian, Check your nagios docs .. but you could try setting up a command to send alerts to kannel (see below) # 'host-notify-by-sms' command definition define command{ command_namehost-notify-by-sms command_line/usr/bin/curl http://127.0.0.1:13013/cgi-bin/sendsms?...to=$TO$&text=$O

Re: got DLR but could not find message or was not interested in it

2011-07-06 Thread Alan McNatty
Hi Ashvin, Can you also include full bearerbox logs of both the raw MT and DLR (submit_sm and deliver_sm PDUs). On Thu, 2011-07-07 at 02:57 +0530, Ashvin Savani wrote: > Hi, > > > I know that this question asked many times ago but I almost tried > everything but it simply is not working. Here

Re: got DLR but could not find message or was not interested in it

2011-07-07 Thread Alan McNatty
Hi Ashvin, Can you please include the original submit_sm with register_delivery enabled so we can see the dlr being stored? Cheers, Alan On Thu, 2011-07-07 at 03:35 +0530, Ashvin Savani wrote: > @Alvaro, > > > I am using mysql-dlr. > > > Here is bit full log of PDU > > > 2011-07-07 03:36:0

Re: Kannel + Mongo

2013-02-06 Thread Alan McNatty
Hi Himanshu, Check the dev mailing list archives online - there was some initial work done .. build yourself, etc. Check https://github.com/romanbsd/kannel-mongodb On Wed, 2013-02-06 at 16:51 +0530, Himanshu Matta wrote: > Can I configure Kannel with Mongodb? > > > -- > Thanks and regards,

Re: Setting esm-class

2013-08-14 Thread Alan McNatty
On Tue, 2013-08-13 at 06:48 +0300, Eric Magutu wrote: > Hi, > I have upgraded What version are you now running? The error below suggests the version you are running does not yet support it. > and still getting the below error when I try to add the line esm-class > = 0 > > ERROR: Group 'smsc' ma

Re: sms-service question

2008-10-16 Thread Alan McNatty
Hi Carlos Carlos Ruiz Diaz wrote: Hello all. After a lot of searching and reading I finally make kannel works. Now, today, I have a new problem to get over. I want to catch the incoming SMSs to my number and do some operation if some word is found, a common sms service. I do read the manual and

Re: inverted question mark

2003-03-09 Thread Alan McNatty
somewhere. > > > Wayne Smithers > CTO > 5th Finger Pty Ltd > [EMAIL PROTECTED] > > +61 409 603511 > -- Alan McNatty <[EMAIL PROTECTED]>

Re: lynx command

2003-03-16 Thread Alan McNatty
Hi Randal, if the user and pass are correct - chances are the ip you're doing the request from is not allowed via config (sendsms-user block). There are allow/deny options, check docs for more details. Cheers, Alan On Mon, 2003-03-17 at 18:31, Randal Law wrote: > Hi All, > > When I use the lynx

Re: Reload configuration

2003-03-26 Thread Alan McNatty
ed the http-admin > interface, but it seems to only be able to shutdown the server... (?) > > Help needed... > Magnus Byrkjeflot > -- Alan McNatty <[EMAIL PROTECTED]>

Re: Configure sms push

2003-03-26 Thread Alan McNatty
SERVICE > > group = sms-service > keyword = default > get-url = > "http://localhost/sms/receive.php?all=%a&time=%t&source=%p&receiver=%P&delivery=%d"; > max-messages = 1 > > > # SMS USER > > group = sendsms-user > username = xxx > password = xxx > name = default > default-sender = 4478 -- Alan McNatty <[EMAIL PROTECTED]>

Re: kannel server code

2003-07-21 Thread Alan McNatty
if you can send me the others... Application could then > decide, weather to resend the sms... > > Thank you, Nejc. -- Alan McNatty <[EMAIL PROTECTED]>

Re: kannel server code

2003-07-22 Thread Alan McNatty
ve me a hint on how to realise this? > I send http request with dlrurl and dlrmask + pid. > > Then I read with php script get attributes like pid, but there is the > sender number instead of pid. How to get the set pid in the dlr to > 'connect' these two together? > >

Re: Using Motorola v60t TDMA phone with kannel

2003-07-29 Thread Alan McNatty
- ATE0 > 2003-07-29 08:32:52 [5] DEBUG: AT2[/dev/com3]: <-- OK > 2003-07-29 08:32:52 [5] DEBUG: AT2[/dev/com3]: --> AT+IFC=2,2^M > 2003-07-29 08:32:52 [5] DEBUG: AT2[/dev/com3]: <-- OK > 2003-07-29 08:32:52 [5] DEBUG: AT2[/dev/com3]: --> AT+CPIN?^M > 2003-07-29 08:32:52 [5] DEBUG: AT2[/dev/com3]: <-- ERROR > 2003-07-29 08:32:52 [5] ERROR: AT2[/dev/com3]: Opening failed. Terminating > 2003-07-29 08:32:52 [5] INFO: AT2[/dev/com3]: closing device > 2003-07-29 08:32:52 [5] DEBUG: Thread 5 > (gw/smsc/smsc_at2.c:at2_device_thread) terminates. -- Alan McNatty <[EMAIL PROTECTED]>

RE: Doubt about parameter of expire messa

2003-08-03 Thread Alan McNatty
Hi Alexandre, Kannel's smpp interface does comply with the SMPP 3.4 specification for SMS validity time stamping using absolute time stamps. The trouble is that you must be in-sync with SMSC (time-wise) and the SMSC must also correctly support the SMPP specification. Cheers, Alan On Mon, 2003

Re: receiving submit_multi packets

2003-09-22 Thread Alan McNatty
Hi Shehan, I believe Kannel does not support submit_multi (check the handle_pdu functions in relevant drivers - or a quick grep). submit_multi PDU's that Kannel receives will generate an 'Unknown PDU type' log message. Cheers, Alan On Mon, 2003-09-22 at 20:32, shehan wrote: > Hi All, > when rec

Re: How to avoid debug output on system console?

2003-09-22 Thread Alan McNatty
Hi Jorgen, >From docs ... ./bearerbox -v 1 [conffile], etc to control console output. ie: -v Set verbosity level for stdout (screen) logging. Default is 0, which means 'debug'. 1 is 'info, 2 'warning', 3 'error' and 4 'panic' Cheers, Alan On Tue, 2003-09-23 at 11:40, Jørgen Thomsen wrote: > I

Re: SMPP client connection.

2003-10-01 Thread Alan McNatty
There has been mention of providing an SMPP interface to kannel to enable daisy-chaining/relaying. However this is not yet in Kannel but maybe in a future release. On Wed, 2003-10-01 at 17:19, Kwok Peng Tuck wrote: > Kannel is a gateway, in which you can use protocols like SMPP or CIMD to > conn

Re: ./configure problem

2003-10-27 Thread Alan McNatty
Hi Nil, You could stat by installing a compiler, gcc for example. This I'm fairly certain is a prerequisite for compiling kannel. On Mon, 2003-10-27 at 11:51, Nil Mekki wrote: > Hi list > > > > I have a problem installing kannel > > I did it deveral times before and it was fine > > Now o

Re: how to start fake SMS center

2003-11-03 Thread Alan McNatty
Try ./fakesmsc It prints a nice message explaining how it works. You need first to have Kannel running, the host and port the bearerbox is running on are arguments for fakesmsc, etc. Alternatively download the source for clarity. As an overview the docs are quite complete (see Appendix C). It yo

Re: 0 queued, using mysql storage (final post)

2003-11-11 Thread Alan McNatty
Jarl, > I take it as I'm using kannel-cvs (a week or two old) the above still > applies, however I get the message > saying use dlr-mask in my smsbox... any ideas why? There has been a move away from dlrmask to dlr-mask. In future releases you will need to use the later. Cheers, Alan

Re: post-url get-url and php

2003-11-17 Thread Alan McNatty
Hi Jarlco, With HTTP post try using _POST not _GET array varsx. You might also want to look at HTTP_RAW_DATA_POST (phpinfo() may also be useful). Cheers, Alan On Tue, 2003-11-18 at 11:54, Jarlco wrote: > How does kannel use post-url ? > > My earlier post might have been long for a short proble

Re: post-url get-url and php

2003-11-17 Thread Alan McNatty
n the how post-url works with > kannel, get-url as I said is easy cause you just send the stuff along with > the url like: > #get-url = "http://localhost/kannel/jarl.php?from=%p&to=%P > and with that I get: > Array > ( > [from] => 00123 > [to] => 00345

Re: Compiling Kannel on Redhat 9

2003-11-25 Thread Alan McNatty
Hi Seb, What version are you trying to compile? If you don't have all that's required to make docs you shouldn't (unless maybe you're trying to compile 1.3.1 or older). That aside you should have read the README file in base of source tree. .. which contains the following ... -snip- Documentati

Re: Munging the '@' (at) symbol?

2003-11-25 Thread Alan McNatty
Hi Troy, MO or MT? Have you run with log-level = 0 - this might help you see where the translation is happening? I'm guessing it's happening to MO messages. If this is the case you may want to experiment/read up on the alt-charset smsc group config parameter (discussed in docs). On one link I ha

Nokia 7110 as SMSC

2003-12-08 Thread Alan McNatty
Hello there, Before I invest in a data cable - has anyone had success with the Nokia 7110. I'm guessing it should work fine - just checking. Cheers, Alan

RE: Nokia 7110 as SMSC

2003-12-08 Thread Alan McNatty
--- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > Alan McNatty > Sent: 08 December 2003 21:27 > To: Kannel Users > Subject: Nokia 7110 as SMSC > > > Hello there, > > Before I invest in a data cable - has anyone had success with the Nokia > 7110. I'm guessing it should work fine - just checking. > > Cheers, > Alan > > > >

Re: messages backing up in 1.3.1

2003-12-11 Thread Alan McNatty
Hi Andrew, Have you tried stop/start via admin interface? Not sure if this actually disconnects though .. On Fri, 2003-12-12 at 13:21, Andrew Darbyshire wrote: > We are using the kannel development release 1.3.1. > > We are having an issue where messages are building up in the queue. > The onl

Re: got DLR but could not find message or was not interested in it

2004-02-02 Thread Alan McNatty
Hi Ivars, The message means (as you suggest) that a DLR was received by Kannel but it couldn't match it to the original message. So effectively Kannel has no way of knowing what message the receipts is for. The format of the DLR receipts does vary across SMSC so your experience is not all that u

Re: got DLR but could not find message or was not interested in it

2004-02-04 Thread Alan McNatty
also send full documentation for this SMSC, if it can help somebody to > help me. > > > - Original Message - > From: "Alan McNatty" <[EMAIL PROTECTED]> > To: "Ivars Jukams" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sen

Re: PANIC: Failed to load main configuration file `kannel.conf'

2004-02-16 Thread Alan McNatty
Hi there Please at least attempt to read the (on-line) documentation or at the very least you could even try typing: man bearerbox. Enjoy On Tue, 2004-02-17 at 04:44, Innovest Ken wrote: > These are the steps i did: > > 1) ./configure --disable-ssl --disable-doc (Seems ok, > no error) > 2) mak

Re: delivery reports

2004-02-24 Thread Alan McNatty
Hi Ivars, Review the dlr-mask and dlr-url CGI parameters in sendsms request. They are well documented. Cheers, Alan On Wed, 2004-02-25 at 01:18, Ivars Jukams wrote: > Hi, > how to set registered delivery to 1? > > I need to set this for one of my SMSC, but in log file I see, that it > is set to

Re: SMS & TCP/IP

2004-02-26 Thread Alan McNatty
Hi Richard, There are a number of SMSC drivers available, one of which is AT (modem). Others include SMPP, CIMD, etc (more like what you're after) .. check the docs on-line for more details. Cheers, Alan On Fri, 2004-02-27 at 09:37, Richard Bottoms wrote: > Is there a strictly TCP/IP based SMS Ce

RE: Kannel v1.3.1 on RedHat v9 configuration problem

2004-02-26 Thread Alan McNatty
Hi Nicholas, You need the libxml2-dev packages I believe. Cheers, Alan On Fri, 2004-02-27 at 07:34, Nicholas Calugar wrote: > I tried compiling the latest snapshot but it complained that I do not > have the libxml2 libraries installed. I ran "apt-get install libxml2" > and it returned that no pac

Re: SMPP: SMSC Parameters

2004-03-18 Thread Alan McNatty
Hi Neil, Step 1. You need to set the dlr-url and dlr-mask cgi parameters in your sendsms request to ask for dlr's when submitting your message to SMSC. [ As a result (seen when viewing bearerbox logs in debug mode) the submit_sm registered_delivery field is non-zero. ] Step 2. Some SMSC respon

Re: SMPP - submit data

2004-03-22 Thread Alan McNatty
Hi Neil, I believe there is a service-type config directive for SMPP (sorry untested just find-grep code - check docs). Also I would recommend using ethereal to snoop actual pdu's having said that developer versions (eg CVS versions of Kannel with debug level 0 do show full pdu logging. Hope thi

Re: Getting Message Id

2004-04-12 Thread Alan McNatty
Hi Ai Leen, Check out 'Table 6-9. Parameters (Escape Codes)' of the online documentation. I think you might want to try %I. Cheers, Alan On Tue, 2004-04-13 at 15:58, Tan Ai Leen wrote: > Hi all, > > I need the message id of a DM. Is Kannel capable of forwarding the > message id(Some call it mes

Re: Getting Message Id

2004-04-12 Thread Alan McNatty
ing about this > :http://www.kannel.org/download/1.3.1/userguide-1.3.1/userguide.html ? > I can't locate a Table 6-9 in on this page but I try %i under table > 5-7 I got the smsc id which is not the message id... > > Regards, > Ai Leen > > Alan McNatty wrote: > > Hi A

Re: Tips to send multiple SMS: the same text for multiple recipients

2004-06-01 Thread Alan McNatty
Note also that you can have multiple recipients in the 'to' field. This is extremely useful if you are sending the exact same message body to a wide list. I know this is available for HTTP GET based push but you'll have to check on-line docs to confirm it's availability for XML POST, etc ... Che

Re: Sms sending twice on SMPP connections

2016-07-31 Thread Alan McNatty
er-mode = true > enquire-link-interval = 600 > dest-addr-ton = 1 > dest-addr-npi = 1 > source-addr-ton = 1 > source-addr-npi = 1 > connection-timeout = 10 > alt-charset = "ISO-8859-1" > > # Similar SMPP

Re: Sms sending twice on SMPP connections

2016-08-07 Thread Alan McNatty
n "enquire link interval" of 600 > seconds, I'll contact theirs to review this. > > Thank you very much for your time and help, you made my day. > > Regards > Juan > > > > 2016-08-01 0:04 GMT-04:00 Alan McNatty : > Hey there, > &g

Re: Kannel understanding

2019-09-26 Thread Alan McNatty
Hi Swadhin Welcome - more in-line below On Thu, 2019-09-26 at 23:09 +0530, Swadhin Kumar Dutta wrote: > > > 1. I want to send sms from my application to my users > > > irrespective of countries, like from India to USA, UK, Denmark, > > > Kenya. In other words i want to use kannel as an internatio

Re: [RIP] Remembering René Kluwen

2021-06-13 Thread Alan McNatty
Very, very sad news. Thank you for sharing Stipe - our thoughts with his family and friends at this time. RIP René. Your reach was global - your contributions will live on. On Fri, 2021-06-11 at 15:00 +0200, Stipe Tolj wrote: > Dear all, > With deep regret and sorrow we let you know that René Klu