From Jules at Zend.To Tue Nov 1 17:05:00 2022 From: Jules at Zend.To (Jules Field) Date: Tue, 1 Nov 2022 17:05:00 +0000 Subject: [ZendTo] ANNOUNCE: New production release 6.13 In-Reply-To: References: Message-ID: Hi Cory, Well spotted. This doesn't seem to break PHP 8 installations either (certainly not on Ubuntu 22). I'll add your patch and release an update. Thanks! Jules. On 01/11/2022 4:13 pm, Cory Musil wrote: > > Seeing a new PHP error in 6.13 on Ubuntu 20.04 > > PHP Fatal error:? Uncaught Error: Interface 'Stringable' not found in > /opt/zendto/lib/MyCLabs/Enum/Enum.php:22 > > Stack trace: > > #0 /opt/zendto/lib/OthersAutoload.php(12): include() > > #1 [internal function]: {closure}() > > #2 /opt/zendto/lib/ZipStream/Option/Method.php(15): spl_autoload_call() > > #3 /opt/zendto/lib/OthersAutoload.php(12): include('/opt/zendto/lib...') > > #4 [internal function]: {closure}() > > #5 /opt/zendto/lib/ZipStream/Option/Archive.php(118): spl_autoload_call() > > #6 /opt/zendto/lib/NSSDropoff.php(1079): > ZipStream\Option\Archive->__construct() > > #7 /opt/zendto/lib/NSSDropoff.php(1370): NSSDropoff->downloadPlainZip() > > #8 /opt/zendto/www/download.php(128): NSSDropoff->downloadFile() > > #9 {main} > > ? thrown in /opt/zendto/lib/MyCLabs/Enum/Enum.php on line 22 > > This happens when using the ?Download All Files as a Zip? button. > > Looks like ?Stringable? was introduced in PHP 8 so it?s breaking on > PHP 7.4 > > https://www.php.net/manual/en/class.stringable.php > > I?ve been able to just remove the keyword ?Stringable? from Enum.php > class definition and Zip downloading appears to be working again. > > Thank you > > -Cory > > *From:* ZendTo *On Behalf Of *Jules Field via > ZendTo > *Sent:* Friday, October 28, 2022 4:27 AM > *To:* ZendTo Users > *Cc:* Jules Field > *Subject:* [ZendTo] ANNOUNCE: New production release 6.13 > > *NOTICE:*This is an external email. > > Hi all, > > After a very long wait, I have just released a new production release > of ZendTo, 6.13-1. > > The improvements over the previous version are relatively minor, but > importantly include updates to all the libraries and dependencies, > which fixes a few security vulnerabilities in them. > > The ZendTo Installer should now also handle Ubuntu 22, RedHat 9 and > Rocky 9 correctly. > > And the "upgrade" command now also checks for more configuration > settings in Apache than it did, to help ensure you're running a more > secure server. It's quite talkative, so you'll see it do it. > > As ever, more details in the Change Log at https://zend.to/changelog. > Downloads are available from https://zend.to/downloads. > > Please report any problems / issues / questions / suggestions as soon > as possible. > > Thanks all for your patience! > > Jules > -- > Julian Field MEng CEng CITP MBCS MIEEE MACM > 'Learn from yesterday, live for today, > look to tomorrow, rest this afternoon.' - Charles M Schulz > www.Zend.To > Twitter: @JulesFM Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Intelligence is quickness to apprehend as distinct from ability, which is capacity to act wisely on the thing apprehended.' - Alfred North Whitehead www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at Zend.To Tue Nov 1 17:28:33 2022 From: Jules at Zend.To (Jules Field) Date: Tue, 1 Nov 2022 17:28:33 +0000 Subject: [ZendTo] ANNOUNCE: New production release 6.13 In-Reply-To: References: <2643df52-83a3-99f5-0dc5-1e64dc08d9c5@Zend.To> Message-ID: Confirmed: fixes the problem on RHEL 7 systems running PHP 7 as well. Cheers, Jules. On 01/11/2022 5:05 pm, Jules Field via ZendTo wrote: > Hi Cory, > > Well spotted. This doesn't seem to break PHP 8 installations either > (certainly not on Ubuntu 22). > > I'll add your patch and release an update. > > Thanks! > Jules. > > On 01/11/2022 4:13 pm, Cory Musil wrote: >> >> Seeing a new PHP error in 6.13 on Ubuntu 20.04 >> >> PHP Fatal error:? Uncaught Error: Interface 'Stringable' not found in >> /opt/zendto/lib/MyCLabs/Enum/Enum.php:22 >> >> Stack trace: >> >> #0 /opt/zendto/lib/OthersAutoload.php(12): include() >> >> #1 [internal function]: {closure}() >> >> #2 /opt/zendto/lib/ZipStream/Option/Method.php(15): spl_autoload_call() >> >> #3 /opt/zendto/lib/OthersAutoload.php(12): include('/opt/zendto/lib...') >> >> #4 [internal function]: {closure}() >> >> #5 /opt/zendto/lib/ZipStream/Option/Archive.php(118): spl_autoload_call() >> >> #6 /opt/zendto/lib/NSSDropoff.php(1079): >> ZipStream\Option\Archive->__construct() >> >> #7 /opt/zendto/lib/NSSDropoff.php(1370): NSSDropoff->downloadPlainZip() >> >> #8 /opt/zendto/www/download.php(128): NSSDropoff->downloadFile() >> >> #9 {main} >> >> ? thrown in /opt/zendto/lib/MyCLabs/Enum/Enum.php on line 22 >> >> This happens when using the ?Download All Files as a Zip? button. >> >> Looks like ?Stringable? was introduced in PHP 8 so it?s breaking on >> PHP 7.4 >> >> https://www.php.net/manual/en/class.stringable.php >> >> I?ve been able to just remove the keyword ?Stringable? from Enum.php >> class definition and Zip downloading appears to be working again. >> >> Thank you >> >> -Cory >> >> *From:* ZendTo *On Behalf Of *Jules Field >> via ZendTo >> *Sent:* Friday, October 28, 2022 4:27 AM >> *To:* ZendTo Users >> *Cc:* Jules Field >> *Subject:* [ZendTo] ANNOUNCE: New production release 6.13 >> >> *NOTICE:*This is an external email. >> >> Hi all, >> >> After a very long wait, I have just released a new production release >> of ZendTo, 6.13-1. >> >> The improvements over the previous version are relatively minor, but >> importantly include updates to all the libraries and dependencies, >> which fixes a few security vulnerabilities in them. >> >> The ZendTo Installer should now also handle Ubuntu 22, RedHat 9 and >> Rocky 9 correctly. >> >> And the "upgrade" command now also checks for more configuration >> settings in Apache than it did, to help ensure you're running a more >> secure server. It's quite talkative, so you'll see it do it. >> >> As ever, more details in the Change Log at https://zend.to/changelog. >> Downloads are available from https://zend.to/downloads. >> >> Please report any problems / issues / questions / suggestions as soon >> as possible. >> >> Thanks all for your patience! >> >> Jules >> -- >> Julian Field MEng CEng CITP MBCS MIEEE MACM >> 'Learn from yesterday, live for today, >> look to tomorrow, rest this afternoon.' - Charles M Schulz >> www.Zend.To >> Twitter: @JulesFM > > Jules > > -- > Julian Field MEng CEng CITP MBCS MIEEE MACM > > 'Intelligence is quickness to apprehend as distinct from ability, > which is capacity to act wisely on the thing apprehended.' > - Alfred North Whitehead > > www.Zend.To > Twitter: @JulesFM > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Teach a man to reason, and he will think for a lifetime.' - Phil Plait www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From g.rigaux at arvalis.fr Wed Nov 2 13:29:31 2022 From: g.rigaux at arvalis.fr (RIGAUX Guillaume) Date: Wed, 2 Nov 2022 13:29:31 +0000 Subject: [ZendTo] Upgrade docker image version References: Message-ID: Hello, I wanted to know if the image of the docker hub (hub.docker.com/r/julesfm/zendto) will be updated with the latest version? Thanks ! Guillaume -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at Zend.To Wed Nov 2 13:48:31 2022 From: Jules at Zend.To (Jules Field) Date: Wed, 2 Nov 2022 13:48:31 +0000 Subject: [ZendTo] Upgrade docker image version In-Reply-To: References: Message-ID: Guillaume, The best way of installing ZendTo in Docker is to follow the steps here: https://zend.to/docker That builds the docker image for you from the latest version. It also enables you to configure it properly. Give me a yell if you need any help with those instructions. Cheers, Jules. On 02/11/2022 1:29 pm, RIGAUX Guillaume via ZendTo wrote: > > Hello, > > I wanted to know if the image of the docker hub > (hub.docker.com/r/julesfm/zendto) will be updated with the latest version? > > Thanks?! > > Guillaume > > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Once is happenstance, twice is coincidence, three times is enemy action.' - Ian Fleming www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From g.rigaux at arvalis.fr Wed Nov 2 14:02:43 2022 From: g.rigaux at arvalis.fr (RIGAUX Guillaume) Date: Wed, 2 Nov 2022 14:02:43 +0000 Subject: [ZendTo] Upgrade docker image version In-Reply-To: References: Message-ID: Hi, Thanks you for your response. Cheers , Guillaume De : Jules Field Envoy? : mercredi 2 novembre 2022 14:49 ? : ZendTo Users Cc : RIGAUX Guillaume Objet : Re: [ZendTo] Upgrade docker image version Guillaume, The best way of installing ZendTo in Docker is to follow the steps here: https://zend.to/docker That builds the docker image for you from the latest version. It also enables you to configure it properly. Give me a yell if you need any help with those instructions. Cheers, Jules. On 02/11/2022 1:29 pm, RIGAUX Guillaume via ZendTo wrote: Hello, I wanted to know if the image of the docker hub (hub.docker.com/r/julesfm/zendto) will be updated with the latest version? Thanks ! Guillaume _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Once is happenstance, twice is coincidence, three times is enemy action.' - Ian Fleming www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From I.Elston at bolton.ac.uk Wed Nov 2 15:12:32 2022 From: I.Elston at bolton.ac.uk (Elston, Ian) Date: Wed, 2 Nov 2022 15:12:32 +0000 Subject: [ZendTo] ANNOUNCE: New production release 6.13 In-Reply-To: References: Message-ID: Does anyone have an Idiot's Guide (in very simple terms for a linux novice), fleshing out the bones of the simple statement on https://zend.to/upgrade "you can then copy across your existing database and drop-offs" Current version is 4.something I think, on an old ubuntu version. I know, I know.... ----------------------------------------------- Ian Elston The University of Bolton http://www.bolton.ac.uk -----Original Message----- From: ZendTo On Behalf Of Jules Field via ZendTo Sent: 28 October 2022 10:27 To: ZendTo Users Cc: Jules Field Subject: [ZendTo] ANNOUNCE: New production release 6.13 WARNING: This message originated from outside the University. Use caution when following links or opening attachments. Hi all, After a very long wait, I have just released a new production release of ZendTo, 6.13-1. The improvements over the previous version are relatively minor, but importantly include updates to all the libraries and dependencies, which fixes a few security vulnerabilities in them. The ZendTo Installer should now also handle Ubuntu 22, RedHat 9 and Rocky 9 correctly. And the "upgrade" command now also checks for more configuration settings in Apache than it did, to help ensure you're running a more secure server. It's quite talkative, so you'll see it do it. As ever, more details in the Change Log at https://zend.to/changelog . Downloads are available from https://zend.to/downloads . Please report any problems / issues / questions / suggestions as soon as possible. Thanks all for your patience! Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Learn from yesterday, live for today, look to tomorrow, rest this afternoon.' - Charles M Schulz www.Zend.To Twitter: @JulesFM From Jules at Zend.To Wed Nov 2 17:14:06 2022 From: Jules at Zend.To (Jules Field) Date: Wed, 2 Nov 2022 17:14:06 +0000 Subject: [ZendTo] ANNOUNCE: New production release 6.13 In-Reply-To: References: <73de1875-7180-2f0a-9748-1bf47789b390@Zend.To> Message-ID: Hi Ian, If you're running something that old, my advice would be to start from scratch and launch a replacement service. The DB structure has had a lot added to it since 4.x, moving that across to 6.13 is not going to be trivial. ZendTo itself will attempt to add the missing fields for you automatically (if you're using SQLite, which you might not be!), but I don't think I would rely on the end result for production use. Come up with a new name for the service (you know you don't have to call it ZendTo at all), and launch a new one. Just keep the old one up until the drop-offs expire, so that previously issued links to files still work. Sorry if that's not the news you wanted to hear, but it will save you lots of time and trouble in the long run. Cheers, Jules. On 02/11/2022 3:12 pm, Elston, Ian wrote: > Does anyone have an Idiot's Guide (in very simple terms for a linux novice), fleshing out the bones of the simple statement onhttps://zend.to/upgrade "you can then copy across your existing database and drop-offs" > > Current version is 4.something I think, on an old ubuntu version. > > > I know, I know.... > > > > > > ----------------------------------------------- > Ian Elston > The University of Bolton > http://www.bolton.ac.uk > > -----Original Message----- > From: ZendTo On Behalf Of Jules Field via ZendTo > Sent: 28 October 2022 10:27 > To: ZendTo Users > Cc: Jules Field > Subject: [ZendTo] ANNOUNCE: New production release 6.13 > > WARNING: This message originated from outside the University. Use caution when following links or opening attachments. > Hi all, > > After a very long wait, I have just released a new production release of ZendTo, 6.13-1. > > The improvements over the previous version are relatively minor, but importantly include updates to all the libraries and dependencies, which fixes a few security vulnerabilities in them. > > The ZendTo Installer should now also handle Ubuntu 22, RedHat 9 and Rocky 9 correctly. > > And the "upgrade" command now also checks for more configuration settings in Apache than it did, to help ensure you're running a more secure server. It's quite talkative, so you'll see it do it. > > As ever, more details in the Change Log athttps://zend.to/changelog . > Downloads are available fromhttps://zend.to/downloads . > > Please report any problems / issues / questions / suggestions as soon as possible. > > Thanks all for your patience! > > Jules > Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Talent is God-given ... be humble; fame is man-given ... be grateful; conceit is self-given ... be careful.' - John Wooden www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From nresults at comcast.net Thu Nov 3 01:08:16 2022 From: nresults at comcast.net (Jose M. Sanchez) Date: Wed, 2 Nov 2022 21:08:16 -0400 Subject: [ZendTo] Statistic page not showing anything In-Reply-To: References: <04d4dec5-e33f-56cb-8042-75df90d14795@Zend.To> qOizopXZrBEvZqOj0oLwsx.1667437736.72b79f653542ba5009d1de5c044dbd86.MISSINGID@comcast.net Message-ID: Hi Jules I hope you are doing well. It has been about 10 days and the statistics pages are still blank. While this is not a big issue I was wondering what I could look at to fix this. Thank you very much for all of your efforts! Sent from Mail for Windows From: Jules Field Sent: Monday, October 31, 2022 5:32 AM To: ZendTo Users Cc: Jose M. Sanchez Subject: Re: [ZendTo] Statistic page not showing anything Hi Jose, Leave some uploads in place overnight (it measures them overnight), for a few days. Due to the wonders of rrdtool, it can take a few days to have enough data to draw something. Then you should start to see some data points on the daily graph. Cheers, Jules. On 29/10/2022 2:15 am, Jose M. Sanchez via ZendTo wrote: Does anyone know why the statistics page may not show anything but everything else works? I recently installed Zendto on Ubuntu 18 LTS.? Everything is working except the statistics web page. ? Could this be a rights issue? What file(s) does the web page pull its data from? ? Thank you! ? Sent from Mail for Windows ? _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Ensanguining the skies How heavily it dies Into the west away; Past touch and sight and sound Not further to be found, How hopeless under ground Falls the remorseful day.' - A.E.Houseman www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From I.Elston at bolton.ac.uk Thu Nov 3 09:11:57 2022 From: I.Elston at bolton.ac.uk (Elston, Ian) Date: Thu, 3 Nov 2022 09:11:57 +0000 Subject: [ZendTo] ANNOUNCE: New production release 6.13 In-Reply-To: References: <73de1875-7180-2f0a-9748-1bf47789b390@Zend.To> Message-ID: Thanks Jules I was afraid you were going to say that. We have become kind of wedded to the name, though, so after kicking it about I think we're going to build a new server behind the NLB, use the 2 week break over Christmas and then switch over to the new server in the new year. And then try and keep the new one more up to date.... ----------------------------------------------- Ian Elston The University of Bolton http://www.bolton.ac.uk -----Original Message----- From: Jules Field Sent: 02 November 2022 17:14 To: Elston, Ian ; ZendTo Users Subject: Re: [ZendTo] ANNOUNCE: New production release 6.13 WARNING: This message originated from outside the University. Use caution when following links or opening attachments. Hi Ian, If you're running something that old, my advice would be to start from scratch and launch a replacement service. The DB structure has had a lot added to it since 4.x, moving that across to 6.13 is not going to be trivial. ZendTo itself will attempt to add the missing fields for you automatically (if you're using SQLite, which you might not be!), but I don't think I would rely on the end result for production use. Come up with a new name for the service (you know you don't have to call it ZendTo at all), and launch a new one. Just keep the old one up until the drop-offs expire, so that previously issued links to files still work. Sorry if that's not the news you wanted to hear, but it will save you lots of time and trouble in the long run. Cheers, Jules. On 02/11/2022 3:12 pm, Elston, Ian wrote: Does anyone have an Idiot's Guide (in very simple terms for a linux novice), fleshing out the bones of the simple statement on https://zend.to/upgrade "you can then copy across your existing database and drop-offs" Current version is 4.something I think, on an old ubuntu version. I know, I know.... ----------------------------------------------- Ian Elston The University of Bolton http://www.bolton.ac.uk -----Original Message----- From: ZendTo On Behalf Of Jules Field via ZendTo Sent: 28 October 2022 10:27 To: ZendTo Users Cc: Jules Field Subject: [ZendTo] ANNOUNCE: New production release 6.13 WARNING: This message originated from outside the University. Use caution when following links or opening attachments. Hi all, After a very long wait, I have just released a new production release of ZendTo, 6.13-1. The improvements over the previous version are relatively minor, but importantly include updates to all the libraries and dependencies, which fixes a few security vulnerabilities in them. The ZendTo Installer should now also handle Ubuntu 22, RedHat 9 and Rocky 9 correctly. And the "upgrade" command now also checks for more configuration settings in Apache than it did, to help ensure you're running a more secure server. It's quite talkative, so you'll see it do it. As ever, more details in the Change Log at https://zend.to/changelog . Downloads are available from https://zend.to/downloads . Please report any problems / issues / questions / suggestions as soon as possible. Thanks all for your patience! Jules Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Talent is God-given ... be humble; fame is man-given ... be grateful; conceit is self-given ... be careful.' - John Wooden www.Zend.To Twitter: @JulesFM From Jules at Zend.To Thu Nov 3 09:20:17 2022 From: Jules at Zend.To (Jules Field) Date: Thu, 3 Nov 2022 09:20:17 +0000 Subject: [ZendTo] Statistic page not showing anything In-Reply-To: References: <04d4dec5-e33f-56cb-8042-75df90d14795@Zend.To> <18647bbe-4587-a1ea-9c38-e148a6a374d4@Zend.To> Message-ID: Hi Jose, Look in /var/zendto for a file called zendto.rrd. Does it exist and is it getting updated once a night? Then check in /etc/cron.d and you should find a zendto cron job which should be running rrdtool. Check your cron log (/var/log/cron usually) to see if that cron job is firing and being run successfully. And by "blank" do you mean you are getting graphs where the only values are zero? Or something else not quite the same? Cheers, Jules. On 03/11/2022 1:08 am, Jose M. Sanchez wrote: > > Hi Jules > > I hope you are doing well. > > It has been about 10 days and the statistics pages are still blank. > While this is not a big issue I was wondering what I could look at to > fix this. > > Thank you very much for all of your efforts! > > Sent from Mail for > Windows > > *From: *Jules Field > *Sent: *Monday, October 31, 2022 5:32 AM > *To: *ZendTo Users > *Cc: *Jose M. Sanchez > *Subject: *Re: [ZendTo] Statistic page not showing anything > > Hi Jose, > > Leave some uploads in place overnight (it measures them overnight), > for a few days. > Due to the wonders of rrdtool, it can take a few days to have enough > data to draw something. > > Then you should start to see some data points on the daily graph. > > Cheers, > Jules. > > On 29/10/2022 2:15 am, Jose M. Sanchez via ZendTo wrote: > > Does anyone know why the statistics page may not show anything but > everything else works? > > I recently installed Zendto on Ubuntu 18 LTS.? Everything is > working except the statistics web page. > > Could this be a rights issue? > > What file(s) does the web page pull its data from? > > Thank you! > > Sent from Mail > for Windows > > > > _______________________________________________ > > ZendTo mailing list > > ZendTo at zend.to > > http://jul.es/mailman/listinfo/zendto > > > > Jules > -- > Julian Field MEng CEng CITP MBCS MIEEE MACM > 'Ensanguining the skies > How heavily it dies > Into the west away; > Past touch and sight and sound > Not further to be found, > How hopeless under ground > ?? Falls the remorseful day.' - A.E.Houseman > www.Zend.To > Twitter: @JulesFM > Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM The current UK shipping forecast: Forties, Cromarty: Southwest 6 to gale 8, becoming variable 2 to 4, then northwest 4 to 6 later. Rough or very rough, becoming slight or moderate later. Showers. Good. www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at Zend.To Thu Nov 3 09:21:30 2022 From: Jules at Zend.To (Jules Field) Date: Thu, 3 Nov 2022 09:21:30 +0000 Subject: [ZendTo] ANNOUNCE: New production release 6.13 In-Reply-To: References: <73de1875-7180-2f0a-9748-1bf47789b390@Zend.To> <32cfa566-658c-9a77-7aa9-c78c8e514fac@Zend.To> Message-ID: Hi Ian, That sounds an equally good plan! Out of interest, what is it called at Bolton? Cheers, Jules. On 03/11/2022 9:11 am, Elston, Ian wrote: > Thanks Jules > > I was afraid you were going to say that. > We have become kind of wedded to the name, though, so after kicking it about I think we're going to build a new server behind the NLB, use the 2 week break over Christmas and then switch over to the new server in the new year. > > And then try and keep the new one more up to date.... > > > ----------------------------------------------- > Ian Elston > The University of Bolton > http://www.bolton.ac.uk > > -----Original Message----- > From: Jules Field > Sent: 02 November 2022 17:14 > To: Elston, Ian; ZendTo Users > Subject: Re: [ZendTo] ANNOUNCE: New production release 6.13 > > WARNING: This message originated from outside the University. Use caution when following links or opening attachments. > Hi Ian, > > If you're running something that old, my advice would be to start from scratch and launch a replacement service. > > The DB structure has had a lot added to it since 4.x, moving that across to 6.13 is not going to be trivial. ZendTo itself will attempt to add the missing fields for you automatically (if you're using SQLite, which you might not be!), but I don't think I would rely on the end result for production use. > > Come up with a new name for the service (you know you don't have to call it ZendTo at all), and launch a new one. > Just keep the old one up until the drop-offs expire, so that previously issued links to files still work. > > Sorry if that's not the news you wanted to hear, but it will save you lots of time and trouble in the long run. > > Cheers, > Jules. > > > On 02/11/2022 3:12 pm, Elston, Ian wrote: > > > > Does anyone have an Idiot's Guide (in very simple terms for a linux novice), fleshing out the bones of the simple statement onhttps://zend.to/upgrade "you can then copy across your existing database and drop-offs" > > Current version is 4.something I think, on an old ubuntu version. > > > I know, I know.... > > > > > > ----------------------------------------------- > Ian Elston > The University of Bolton > http://www.bolton.ac.uk > > -----Original Message----- > From: ZendTo On Behalf Of Jules Field via ZendTo > Sent: 28 October 2022 10:27 > To: ZendTo Users > Cc: Jules Field > Subject: [ZendTo] ANNOUNCE: New production release 6.13 > > WARNING: This message originated from outside the University. Use caution when following links or opening attachments. > Hi all, > > After a very long wait, I have just released a new production release of ZendTo, 6.13-1. > > The improvements over the previous version are relatively minor, but importantly include updates to all the libraries and dependencies, which fixes a few security vulnerabilities in them. > > The ZendTo Installer should now also handle Ubuntu 22, RedHat 9 and Rocky 9 correctly. > > And the "upgrade" command now also checks for more configuration settings in Apache than it did, to help ensure you're running a more secure server. It's quite talkative, so you'll see it do it. > > As ever, more details in the Change Log athttps://zend.to/changelog . > Downloads are available fromhttps://zend.to/downloads . > > Please report any problems / issues / questions / suggestions as soon as possible. > > Thanks all for your patience! > > Jules > > > > Jules > Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM The current UK shipping forecast: Forties, Cromarty: Southwest 6 to gale 8, becoming variable 2 to 4, then northwest 4 to 6 later. Rough or very rough, becoming slight or moderate later. Showers. Good. www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From I.Elston at bolton.ac.uk Thu Nov 3 09:29:34 2022 From: I.Elston at bolton.ac.uk (Elston, Ian) Date: Thu, 3 Nov 2022 09:29:34 +0000 Subject: [ZendTo] ANNOUNCE: New production release 6.13 In-Reply-To: References: <73de1875-7180-2f0a-9748-1bf47789b390@Zend.To> <32cfa566-658c-9a77-7aa9-c78c8e514fac@Zend.To> Message-ID: Plain ol' Zendto ! It's testament to the product that it was set up, and pretty much left to it for years, the only time I tend to touch it is to update the cert annually. I'm a great believer in if it ain't broke, don't fix it, hence it's 'drifted' slightly. ----------------------------------------------- Ian Elston The University of Bolton http://www.bolton.ac.uk -----Original Message----- From: Jules Field Sent: 03 November 2022 09:22 To: Elston, Ian ; ZendTo Users Subject: Re: [ZendTo] ANNOUNCE: New production release 6.13 WARNING: This message originated from outside the University. Use caution when following links or opening attachments. Hi Ian, That sounds an equally good plan! Out of interest, what is it called at Bolton? Cheers, Jules. On 03/11/2022 9:11 am, Elston, Ian wrote: Thanks Jules I was afraid you were going to say that. We have become kind of wedded to the name, though, so after kicking it about I think we're going to build a new server behind the NLB, use the 2 week break over Christmas and then switch over to the new server in the new year. And then try and keep the new one more up to date.... ----------------------------------------------- Ian Elston The University of Bolton http://www.bolton.ac.uk -----Original Message----- From: Jules Field Sent: 02 November 2022 17:14 To: Elston, Ian ; ZendTo Users Subject: Re: [ZendTo] ANNOUNCE: New production release 6.13 WARNING: This message originated from outside the University. Use caution when following links or opening attachments. Hi Ian, If you're running something that old, my advice would be to start from scratch and launch a replacement service. The DB structure has had a lot added to it since 4.x, moving that across to 6.13 is not going to be trivial. ZendTo itself will attempt to add the missing fields for you automatically (if you're using SQLite, which you might not be!), but I don't think I would rely on the end result for production use. Come up with a new name for the service (you know you don't have to call it ZendTo at all), and launch a new one. Just keep the old one up until the drop-offs expire, so that previously issued links to files still work. Sorry if that's not the news you wanted to hear, but it will save you lots of time and trouble in the long run. Cheers, Jules. On 02/11/2022 3:12 pm, Elston, Ian wrote: Does anyone have an Idiot's Guide (in very simple terms for a linux novice), fleshing out the bones of the simple statement on https://zend.to/upgrade "you can then copy across your existing database and drop-offs" Current version is 4.something I think, on an old ubuntu version. I know, I know.... ----------------------------------------------- Ian Elston The University of Bolton http://www.bolton.ac.uk -----Original Message----- From: ZendTo On Behalf Of Jules Field via ZendTo Sent: 28 October 2022 10:27 To: ZendTo Users Cc: Jules Field Subject: [ZendTo] ANNOUNCE: New production release 6.13 WARNING: This message originated from outside the University. Use caution when following links or opening attachments. Hi all, After a very long wait, I have just released a new production release of ZendTo, 6.13-1. The improvements over the previous version are relatively minor, but importantly include updates to all the libraries and dependencies, which fixes a few security vulnerabilities in them. The ZendTo Installer should now also handle Ubuntu 22, RedHat 9 and Rocky 9 correctly. And the "upgrade" command now also checks for more configuration settings in Apache than it did, to help ensure you're running a more secure server. It's quite talkative, so you'll see it do it. As ever, more details in the Change Log at https://zend.to/changelog . Downloads are available from https://zend.to/downloads . Please report any problems / issues / questions / suggestions as soon as possible. Thanks all for your patience! Jules Jules Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM The current UK shipping forecast: Forties, Cromarty: Southwest 6 to gale 8, becoming variable 2 to 4, then northwest 4 to 6 later. Rough or very rough, becoming slight or moderate later. Showers. Good. www.Zend.To Twitter: @JulesFM From g.rigaux at arvalis.fr Thu Nov 3 09:44:57 2022 From: g.rigaux at arvalis.fr (RIGAUX Guillaume) Date: Thu, 3 Nov 2022 09:44:57 +0000 Subject: [ZendTo] Cron References: Message-ID: Hi, I am using the docker version. Is it normal to have a zendto and zendtoe file with the same content in the /etc/cron.d folder? I'm getting duplicate messages about nightly summary of all the new drop-offs. I deleted the zendoe file to restore the situation. Thanks. Cheers, Guillaume [logo mail] Guillaume RIGAUX [Logo equipeSI_xtra_small] Station Exp?rimentale - 91720 Boigneville T. +33 (0)1 64 99 23 09 g.rigaux at arvalis.fr www.arvalisinstitutduvegetal.fr [Logo twitter] [Logo Linkedin] [Logo Youtube] [Logo Fb] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 3526 bytes Desc: image001.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 2792 bytes Desc: image002.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 2644 bytes Desc: image003.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 2615 bytes Desc: image004.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 2713 bytes Desc: image005.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 2698 bytes Desc: image006.png URL: From Jules at Zend.To Thu Nov 3 10:08:39 2022 From: Jules at Zend.To (Jules Field) Date: Thu, 3 Nov 2022 10:08:39 +0000 Subject: [ZendTo] Cron In-Reply-To: References: <71712935-af5e-7041-0448-f0af09cbe180@Zend.To> Message-ID: Hi Guillaume, Oops, that must be a typo somewhere on my part! Well spotted, thanks for reporting it. I bet if you "grep -r zendtoe /opt/zendto/docker/*" you'll find the one that shouldn't be there... Cheers, Jules. On 03/11/2022 9:44 am, RIGAUX Guillaume via ZendTo wrote: > > Hi, > > I am using the docker version. Is it normal to have a zendto and > zendtoe file with the same content in the /etc/cron.d folder? > > I'm getting duplicate messages about nightly summary of all the new > drop-offs. > > I deleted the zendoe file to restore the situation. > > Thanks. > > Cheers, > > Guillaume > > logo mail > > > > Guillaume RIGAUX > > Logo equipeSI_xtra_small > > Station Exp?rimentale ? 91720 Boigneville > > T.?+33 (0)1 64 99 23 09 > > g.rigaux at arvalis.fr > > www.arvalisinstitutduvegetal.fr > > Logo twitter Logo > Linkedin > Logo > Youtube Logo Fb > > > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'The paths we take sometimes lead us away from people we know and love. But in the end what matters is that we affect the lives of others for the better somehow, whomever we are, whatever our story. Obsession always destroys what it intended to nurture: but if you're able to let yourself love honestly and without fear, maybe that huge heart you have will somehow set you free.' - Eve Lockhart www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 3526 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 2792 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 2644 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 2615 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 2713 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 2698 bytes Desc: not available URL: From g.rigaux at arvalis.fr Thu Nov 3 10:36:15 2022 From: g.rigaux at arvalis.fr (RIGAUX Guillaume) Date: Thu, 3 Nov 2022 10:36:15 +0000 Subject: [ZendTo] Cron In-Reply-To: References: <71712935-af5e-7041-0448-f0af09cbe180@Zend.To> Message-ID: Thanks, How can i make an image without this file ? Thanks De : Jules Field Envoy? : jeudi 3 novembre 2022 11:09 ? : ZendTo Users Cc : RIGAUX Guillaume Objet : Re: [ZendTo] Cron Hi Guillaume, Oops, that must be a typo somewhere on my part! Well spotted, thanks for reporting it. I bet if you "grep -r zendtoe /opt/zendto/docker/*" you'll find the one that shouldn't be there... Cheers, Jules. On 03/11/2022 9:44 am, RIGAUX Guillaume via ZendTo wrote: Hi, I am using the docker version. Is it normal to have a zendto and zendtoe file with the same content in the /etc/cron.d folder? I'm getting duplicate messages about nightly summary of all the new drop-offs. I deleted the zendoe file to restore the situation. Thanks. Cheers, Guillaume [logo mail] Guillaume RIGAUX [Logo equipeSI_xtra_small] Station Exp?rimentale ? 91720 Boigneville T. +33 (0)1 64 99 23 09 g.rigaux at arvalis.fr www.arvalisinstitutduvegetal.fr [Logo twitter] [Logo Linkedin] [Logo Youtube] [Logo Fb] _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'The paths we take sometimes lead us away from people we know and love. But in the end what matters is that we affect the lives of others for the better somehow, whomever we are, whatever our story. Obsession always destroys what it intended to nurture: but if you're able to let yourself love honestly and without fear, maybe that huge heart you have will somehow set you free.' - Eve Lockhart www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 3526 bytes Desc: image001.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 2792 bytes Desc: image002.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 2644 bytes Desc: image003.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 2615 bytes Desc: image004.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 2713 bytes Desc: image005.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 2698 bytes Desc: image006.png URL: From Jules at Zend.To Thu Nov 3 11:00:15 2022 From: Jules at Zend.To (Jules Field) Date: Thu, 3 Nov 2022 11:00:15 +0000 Subject: [ZendTo] Cron In-Reply-To: References: <71712935-af5e-7041-0448-f0af09cbe180@Zend.To> <63a33994-a935-30d4-755d-256e68daf4a2@Zend.To> Message-ID: Hi Guillaume, I can't now see how that file got in there, it shouldn't be able to now. Follow the instructions on https://zend.to/docker as that involves buildling an image containing the latest version (by default). It also lets you properly configure it all, set external filesystem (NFS, SMB, etc) mounts for the storage, and so on. Cheers, Jules. On 03/11/2022 10:36 am, RIGAUX Guillaume wrote: > > Thanks, > > How can i make an image without this file?? > > Thanks > > *De?:*Jules Field > *Envoy??:* jeudi 3 novembre 2022 11:09 > *??:* ZendTo Users > *Cc?:* RIGAUX Guillaume > *Objet?:* Re: [ZendTo] Cron > > Hi Guillaume, > > Oops, that must be a typo somewhere on my part! > > Well spotted, thanks for reporting it. > > I bet if you "grep -r zendtoe /opt/zendto/docker/*" you'll find the > one that shouldn't be there... > > Cheers, > Jules. > > On 03/11/2022 9:44 am, RIGAUX Guillaume via ZendTo wrote: > > Hi, > > I am using the docker version. Is it normal to have a zendto and > zendtoe file with the same content in the /etc/cron.d folder? > > I'm getting duplicate messages about nightly summary of all the > new drop-offs. > > I deleted the zendoe file to restore the situation. > > Thanks. > > Cheers, > > Guillaume > > logo mail > > > > Guillaume RIGAUX > > Logo equipeSI_xtra_small > > Station Exp?rimentale ? 91720 Boigneville > > T.?+33 (0)1 64 99 23 09 > > g.rigaux at arvalis.fr > > www.arvalisinstitutduvegetal.fr > > > Logo twitter Logo > Linkedin > Logo > Youtube Logo Fb > > > > > _______________________________________________ > > ZendTo mailing list > > ZendTo at zend.to > > http://jul.es/mailman/listinfo/zendto > > > > Jules > -- > Julian Field MEng CEng CITP MBCS MIEEE MACM > 'The paths we take sometimes lead us away from people we know and > love. But in the end what matters is that we affect the lives of > others for the better somehow, whomever we are, whatever our story. > Obsession always destroys what it intended to nurture: but if > you're able to let yourself love honestly and without fear, maybe > that huge heart you have will somehow set you free.' - Eve Lockhart > www.Zend.To > Twitter: @JulesFM Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'If you think it's expensive to hire a professional, Wait until you hire an amateur' - Red Adair www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 3526 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 2792 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 2644 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 2615 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 2713 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 2698 bytes Desc: not available URL: From g.rigaux at arvalis.fr Thu Nov 3 11:04:13 2022 From: g.rigaux at arvalis.fr (RIGAUX Guillaume) Date: Thu, 3 Nov 2022 11:04:13 +0000 Subject: [ZendTo] Cron In-Reply-To: References: <71712935-af5e-7041-0448-f0af09cbe180@Zend.To> <63a33994-a935-30d4-755d-256e68daf4a2@Zend.To> Message-ID: Hi, Yes that's what I did. I followed the procedure and entered the container. The file /etc/cron.d/zendtoe exists. Thanks. De : Jules Field Envoy? : jeudi 3 novembre 2022 12:00 ? : RIGAUX Guillaume ; ZendTo Users Objet : Re: [ZendTo] Cron Hi Guillaume, I can't now see how that file got in there, it shouldn't be able to now. Follow the instructions on https://zend.to/docker as that involves buildling an image containing the latest version (by default). It also lets you properly configure it all, set external filesystem (NFS, SMB, etc) mounts for the storage, and so on. Cheers, Jules. On 03/11/2022 10:36 am, RIGAUX Guillaume wrote: Thanks, How can i make an image without this file ? Thanks De : Jules Field Envoy? : jeudi 3 novembre 2022 11:09 ? : ZendTo Users Cc : RIGAUX Guillaume Objet : Re: [ZendTo] Cron Hi Guillaume, Oops, that must be a typo somewhere on my part! Well spotted, thanks for reporting it. I bet if you "grep -r zendtoe /opt/zendto/docker/*" you'll find the one that shouldn't be there... Cheers, Jules. On 03/11/2022 9:44 am, RIGAUX Guillaume via ZendTo wrote: Hi, I am using the docker version. Is it normal to have a zendto and zendtoe file with the same content in the /etc/cron.d folder? I'm getting duplicate messages about nightly summary of all the new drop-offs. I deleted the zendoe file to restore the situation. Thanks. Cheers, Guillaume [logo mail] Guillaume RIGAUX [Logo equipeSI_xtra_small] Station Exp?rimentale ? 91720 Boigneville T. +33 (0)1 64 99 23 09 g.rigaux at arvalis.fr www.arvalisinstitutduvegetal.fr [Logo twitter] [Logo Linkedin] [Logo Youtube] [Logo Fb] _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'The paths we take sometimes lead us away from people we know and love. But in the end what matters is that we affect the lives of others for the better somehow, whomever we are, whatever our story. Obsession always destroys what it intended to nurture: but if you're able to let yourself love honestly and without fear, maybe that huge heart you have will somehow set you free.' - Eve Lockhart www.Zend.To Twitter: @JulesFM Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'If you think it's expensive to hire a professional, Wait until you hire an amateur' - Red Adair www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 3526 bytes Desc: image001.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 2792 bytes Desc: image002.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 2644 bytes Desc: image003.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 2615 bytes Desc: image004.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 2713 bytes Desc: image005.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 2698 bytes Desc: image006.png URL: From it at dellconsultingllc.com Thu Nov 3 14:26:03 2022 From: it at dellconsultingllc.com (Michael Imlay) Date: Thu, 3 Nov 2022 14:26:03 +0000 Subject: [ZendTo] Upgrade Not Working References: Message-ID: I ran through the upgrade script using the YUM command and rebooted the server, but it still shows we're running 6.11-2 instead of 6.13-3. There were no failures when the update command was ran and after the reboot, I ran the command again and it's showing no packages marked for upgrades. Any suggestions? Thanks, Michael Imlay [DELL LOGO] Michael Imlay Information Technology 129 East Government Street Pensacola, FL 32502 Direct: 850-332-2084 Office: 850-332-5687 x117 IT at DellConsultingLLC.com This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 9426 bytes Desc: image001.png URL: From jules at zend.to Thu Nov 3 14:31:23 2022 From: jules at zend.to (jules at zend.to) Date: Thu, 3 Nov 2022 14:31:23 +0000 Subject: [ZendTo] Upgrade Not Working In-Reply-To: References: <61b973e1-11e2-9d6c-91b1-48f650b35586@Zend.To> Message-ID: Michael, You also need to run ??? /opt/zendto/bin/upgrade to import any new preferences into your config files. After that, thump Refresh in your browser and you should see the new version number. Cheers, Jules. On 03/11/2022 2:26 pm, Michael Imlay via ZendTo wrote: > > I ran through the upgrade script using the YUM command and rebooted > the server, but it still shows we?re running 6.11-2 instead of 6.13-3. > There were no failures when the update command was ran and after the > reboot, I ran the command again and it?s showing no packages marked > for upgrades. Any suggestions? > > Thanks, > > Michael Imlay > > DELL LOGO > > Michael Imlay > > Information Technology > > 129 East Government Street > > Pensacola, FL 32502 > > Direct:? 850-332-2084 > Office:? 850-332-5687 x117 > > IT at DellConsultingLLC.com > > This email and any files transmitted with it may contain PRIVILEGED or > CONFIDENTIAL information and may be read or used only by the intended > recipient. If you are not the intended recipient of the email or any > of its attachments, please be advised that you have received this > email in error and that any use, dissemination, distribution, > forwarding, printing, or copying of this email or any attached files > is strictly prohibited. If you have received this email in error, > please immediately purge it and all attachments and notify the sender > by reply email or contact the sender at the number listed. > > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'If I be the first of us to die, Let grief not blacken long your sky. Be bold yet modest in your grieving. There is change but not a leaving. For just as death is part of life, The dead live on forever in the living. For all the gathered riches of our journey, The moments shared, the mysteries explored, The steady layer of intimacy stored. The things that made us laugh or weep or sing, The joy of sunlit snow or first unfurling of the spring, The wordless language of look and touch, The knowing, each giving and each taking, These are not flowers that fade, Nor trees that fall and crumble. Nor are they stone, For even stone cannot the wind and rain withstand And mighty mountain peaks in time reduce to sand. What we were, we are. What we had, we have. A conjoined past imperishably present. So when you walk the woods where once we walked together And scan in vain the dappled bank beside you for my shadow, Or pause where we always did upon the hill to gaze across the land, And spotting something, reach by habit for my hand, And finding none, feel sorrow start to steal upon you, Be still. Clear your eyes. Breathe. Listen for my footfall in your heart. I am not gone but merely walk within you.' - Nicholas Evans, an excerpt from The Smoke Jumper www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 9426 bytes Desc: not available URL: From it at dellconsultingllc.com Thu Nov 3 14:34:06 2022 From: it at dellconsultingllc.com (Michael Imlay) Date: Thu, 3 Nov 2022 14:34:06 +0000 Subject: [ZendTo] Upgrade Not Working In-Reply-To: References: <61b973e1-11e2-9d6c-91b1-48f650b35586@Zend.To> Message-ID: Thanks! That did the trick. Michael Imlay [DELL LOGO] Michael Imlay Information Technology 129 East Government Street Pensacola, FL 32502 Direct: 850-332-2084 Office: 850-332-5687 x117 IT at DellConsultingLLC.com This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed. From: jules at zend.to Sent: Thursday, November 3, 2022 9:31 AM To: ZendTo Users Cc: Michael Imlay Subject: Re: [ZendTo] Upgrade Not Working Michael, You also need to run /opt/zendto/bin/upgrade to import any new preferences into your config files. After that, thump Refresh in your browser and you should see the new version number. Cheers, Jules. On 03/11/2022 2:26 pm, Michael Imlay via ZendTo wrote: I ran through the upgrade script using the YUM command and rebooted the server, but it still shows we?re running 6.11-2 instead of 6.13-3. There were no failures when the update command was ran and after the reboot, I ran the command again and it?s showing no packages marked for upgrades. Any suggestions? Thanks, Michael Imlay [DELL LOGO] Michael Imlay Information Technology 129 East Government Street Pensacola, FL 32502 Direct: 850-332-2084 Office: 850-332-5687 x117 IT at DellConsultingLLC.com This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed. _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'If I be the first of us to die, Let grief not blacken long your sky. Be bold yet modest in your grieving. There is change but not a leaving. For just as death is part of life, The dead live on forever in the living. For all the gathered riches of our journey, The moments shared, the mysteries explored, The steady layer of intimacy stored. The things that made us laugh or weep or sing, The joy of sunlit snow or first unfurling of the spring, The wordless language of look and touch, The knowing, each giving and each taking, These are not flowers that fade, Nor trees that fall and crumble. Nor are they stone, For even stone cannot the wind and rain withstand And mighty mountain peaks in time reduce to sand. What we were, we are. What we had, we have. A conjoined past imperishably present. So when you walk the woods where once we walked together And scan in vain the dappled bank beside you for my shadow, Or pause where we always did upon the hill to gaze across the land, And spotting something, reach by habit for my hand, And finding none, feel sorrow start to steal upon you, Be still. Clear your eyes. Breathe. Listen for my footfall in your heart. I am not gone but merely walk within you.' - Nicholas Evans, an excerpt from The Smoke Jumper www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 9426 bytes Desc: image001.png URL: From it at dellconsultingllc.com Thu Nov 3 15:13:59 2022 From: it at dellconsultingllc.com (Michael Imlay) Date: Thu, 3 Nov 2022 15:13:59 +0000 Subject: [ZendTo] Upgrade Not Working In-Reply-To: References: <61b973e1-11e2-9d6c-91b1-48f650b35586@Zend.To> Message-ID: One last question. Any idea why my e-mail address is showing in this odd format when sending to a recipient? This is an automated message sent to you by the SecureFile service. Michael Imlay <[mailto:%69%74%40%64%65%6c%6c%63%6f%6e%73%75%6c%74%69%6e%67%6c%6c%63%2e%63%6f%6d]it at dellconsultingllc.com> has dropped off a file for you. IF YOU TRUST THE SENDER and are expecting to receive a file from them, you may choose to retrieve the drop-off by clicking the following link (or copying and pasting it into your web browser): Michael Imlay [DELL LOGO] Michael Imlay Information Technology 129 East Government Street Pensacola, FL 32502 Direct: 850-332-2084 Office: 850-332-5687 x117 IT at DellConsultingLLC.com This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed. From: jules at zend.to Sent: Thursday, November 3, 2022 9:31 AM To: ZendTo Users Cc: Michael Imlay Subject: Re: [ZendTo] Upgrade Not Working Michael, You also need to run /opt/zendto/bin/upgrade to import any new preferences into your config files. After that, thump Refresh in your browser and you should see the new version number. Cheers, Jules. On 03/11/2022 2:26 pm, Michael Imlay via ZendTo wrote: I ran through the upgrade script using the YUM command and rebooted the server, but it still shows we?re running 6.11-2 instead of 6.13-3. There were no failures when the update command was ran and after the reboot, I ran the command again and it?s showing no packages marked for upgrades. Any suggestions? Thanks, Michael Imlay [DELL LOGO] Michael Imlay Information Technology 129 East Government Street Pensacola, FL 32502 Direct: 850-332-2084 Office: 850-332-5687 x117 IT at DellConsultingLLC.com This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed. _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'If I be the first of us to die, Let grief not blacken long your sky. Be bold yet modest in your grieving. There is change but not a leaving. For just as death is part of life, The dead live on forever in the living. For all the gathered riches of our journey, The moments shared, the mysteries explored, The steady layer of intimacy stored. The things that made us laugh or weep or sing, The joy of sunlit snow or first unfurling of the spring, The wordless language of look and touch, The knowing, each giving and each taking, These are not flowers that fade, Nor trees that fall and crumble. Nor are they stone, For even stone cannot the wind and rain withstand And mighty mountain peaks in time reduce to sand. What we were, we are. What we had, we have. A conjoined past imperishably present. So when you walk the woods where once we walked together And scan in vain the dappled bank beside you for my shadow, Or pause where we always did upon the hill to gaze across the land, And spotting something, reach by habit for my hand, And finding none, feel sorrow start to steal upon you, Be still. Clear your eyes. Breathe. Listen for my footfall in your heart. I am not gone but merely walk within you.' - Nicholas Evans, an excerpt from The Smoke Jumper www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 9426 bytes Desc: image001.png URL: From Jules at Zend.To Thu Nov 3 15:29:52 2022 From: Jules at Zend.To (Jules Field) Date: Thu, 3 Nov 2022 15:29:52 +0000 Subject: [ZendTo] Upgrade Not Working In-Reply-To: References: <61b973e1-11e2-9d6c-91b1-48f650b35586@Zend.To> <38627205-1988-f2bb-38db-a7f7e25063c8@Zend.To> Message-ID: Michael, Something is URL-encoding it. Where is it pulling your email address from? The URL-encoded stuff is another copy of your email address, which shouldn't be there. I've certainly never seen ZendTo do this before. If you're pulling this from LDAP or AD, check the "mail" attribute for your LDAP/AD record. Cheers, Jules. On 03/11/2022 3:13 pm, Michael Imlay wrote: > > One last question. Any idea why my e-mail address is showing in this > odd format when sending to a recipient? > > This is an automated message sent to you by the SecureFile service. > > Michael Imlay > <[mailto:%69%74%40%64%65%6c%6c%63%6f%6e%73%75%6c%74%69%6e%67%6c%6c%63%2e%63%6f%6d]it at dellconsultingllc.com> > has dropped off a file for you. > > *IF YOU TRUST THE SENDER*?and are expecting to receive a file from > them, you may choose to retrieve the drop-off by clicking the > following link (or copying and pasting it into your web browser): > > Michael Imlay > > DELL LOGO > > Michael Imlay > > Information Technology > > 129 East Government Street > > Pensacola, FL 32502 > > Direct:? 850-332-2084 > Office:? 850-332-5687 x117 > > IT at DellConsultingLLC.com > > This email and any files transmitted with it may contain PRIVILEGED or > CONFIDENTIAL information and may be read or used only by the intended > recipient. If you are not the intended recipient of the email or any > of its attachments, please be advised that you have received this > email in error and that any use, dissemination, distribution, > forwarding, printing, or copying of this email or any attached files > is strictly prohibited. If you have received this email in error, > please immediately purge it and all attachments and notify the sender > by reply email or contact the sender at the number listed. > > *From:* jules at zend.to > *Sent:* Thursday, November 3, 2022 9:31 AM > *To:* ZendTo Users > *Cc:* Michael Imlay > *Subject:* Re: [ZendTo] Upgrade Not Working > > Michael, > > You also need to run > ??? /opt/zendto/bin/upgrade > to import any new preferences into your config files. > After that, thump Refresh in your browser and you should see the new > version number. > > Cheers, > Jules. > > On 03/11/2022 2:26 pm, Michael Imlay via ZendTo wrote: > > I ran through the upgrade script using the YUM command and > rebooted the server, but it still shows we?re running 6.11-2 > instead of 6.13-3. There were no failures when the update command > was ran and after the reboot, I ran the command again and it?s > showing no packages marked for upgrades. Any suggestions? > > Thanks, > > Michael Imlay > > DELL LOGO > > Michael Imlay > > Information Technology > > 129 East Government Street > > Pensacola, FL 32502 > > Direct:? 850-332-2084 > Office:? 850-332-5687 x117 > > IT at DellConsultingLLC.com > > This email and any files transmitted with it may contain > PRIVILEGED or CONFIDENTIAL information and may be read or used > only by the intended recipient. If you are not the intended > recipient of the email or any of its attachments, please be > advised that you have received this email in error and that any > use, dissemination, distribution, forwarding, printing, or copying > of this email or any attached files is strictly prohibited. If you > have received this email in error, please immediately purge it and > all attachments and notify the sender by reply email or contact > the sender at the number listed. > > > > _______________________________________________ > > ZendTo mailing list > > ZendTo at zend.to > > http://jul.es/mailman/listinfo/zendto > > > > Jules > -- > Julian Field MEng CEng CITP MBCS MIEEE MACM > 'If I be the first of us to die, > Let grief not blacken long your sky. > Be bold yet modest in your grieving. > There is change but not a leaving. > > ?For just as death is part of life, > The dead live on forever in the living. > For all the gathered riches of our journey, > The moments shared, the mysteries explored, > The steady layer of intimacy stored. > > ?The things that made us laugh or weep or sing, > The joy of sunlit snow or first unfurling of the spring, > The wordless language of look and touch, > The knowing, each giving and each taking, > These are not flowers that fade, > Nor trees that fall and crumble. > > ?Nor are they stone, > For even stone cannot the wind and rain withstand > And mighty mountain peaks in time reduce to sand. > What we were, we are. > What we had, we have. > A conjoined past imperishably present. > > ?So when you walk the woods where once we walked together > And scan in vain the dappled bank beside you for my shadow, > Or pause where we always did upon the hill to gaze across the land, > And spotting something, reach by habit for my hand, > And finding none, feel sorrow start to steal upon you, > Be still. > Clear your eyes. > Breathe. > Listen for my footfall in your heart. > I am not gone but merely walk within you.' > ????? - Nicholas Evans, an excerpt from The Smoke Jumper > www.Zend.To > Twitter: @JulesFM Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'To see a World in a Grain of Sand And a Heaven in a Wild Flower Hold Infinity in the palm of your hand And Eternity in an hour' - William Blake www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 9426 bytes Desc: not available URL: From it at dellconsultingllc.com Thu Nov 3 15:34:49 2022 From: it at dellconsultingllc.com (Michael Imlay) Date: Thu, 3 Nov 2022 15:34:49 +0000 Subject: [ZendTo] Upgrade Not Working In-Reply-To: References: <61b973e1-11e2-9d6c-91b1-48f650b35586@Zend.To> <38627205-1988-f2bb-38db-a7f7e25063c8@Zend.To> Message-ID: I?m running Zend.To completely standalone, it?s not connected to AD/LDAP. It?s using the internal database, so when I create users, I SSH to Zend.To and create them manually via the commands. It appears correctly in Outlook for Desktop, but in OWA (Exchange Online) it shows up incorrectly so it doesn?t appear to be a Zend.To issue, but moreso a Microsoft O365/OWA issue. Michael Imlay [DELL LOGO] Michael Imlay Information Technology 129 East Government Street Pensacola, FL 32502 Direct: 850-332-2084 Office: 850-332-5687 x117 IT at DellConsultingLLC.com This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed. From: Jules Field Sent: Thursday, November 3, 2022 10:30 AM To: Michael Imlay ; ZendTo Users Subject: Re: [ZendTo] Upgrade Not Working Michael, Something is URL-encoding it. Where is it pulling your email address from? The URL-encoded stuff is another copy of your email address, which shouldn't be there. I've certainly never seen ZendTo do this before. If you're pulling this from LDAP or AD, check the "mail" attribute for your LDAP/AD record. Cheers, Jules. On 03/11/2022 3:13 pm, Michael Imlay wrote: One last question. Any idea why my e-mail address is showing in this odd format when sending to a recipient? This is an automated message sent to you by the SecureFile service. Michael Imlay <[mailto:%69%74%40%64%65%6c%6c%63%6f%6e%73%75%6c%74%69%6e%67%6c%6c%63%2e%63%6f%6d]it at dellconsultingllc.com> has dropped off a file for you. IF YOU TRUST THE SENDER and are expecting to receive a file from them, you may choose to retrieve the drop-off by clicking the following link (or copying and pasting it into your web browser): Michael Imlay [DELL LOGO] Michael Imlay Information Technology 129 East Government Street Pensacola, FL 32502 Direct: 850-332-2084 Office: 850-332-5687 x117 IT at DellConsultingLLC.com This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed. From: jules at zend.to Sent: Thursday, November 3, 2022 9:31 AM To: ZendTo Users Cc: Michael Imlay Subject: Re: [ZendTo] Upgrade Not Working Michael, You also need to run /opt/zendto/bin/upgrade to import any new preferences into your config files. After that, thump Refresh in your browser and you should see the new version number. Cheers, Jules. On 03/11/2022 2:26 pm, Michael Imlay via ZendTo wrote: I ran through the upgrade script using the YUM command and rebooted the server, but it still shows we?re running 6.11-2 instead of 6.13-3. There were no failures when the update command was ran and after the reboot, I ran the command again and it?s showing no packages marked for upgrades. Any suggestions? Thanks, Michael Imlay [DELL LOGO] Michael Imlay Information Technology 129 East Government Street Pensacola, FL 32502 Direct: 850-332-2084 Office: 850-332-5687 x117 IT at DellConsultingLLC.com This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed. _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'If I be the first of us to die, Let grief not blacken long your sky. Be bold yet modest in your grieving. There is change but not a leaving. For just as death is part of life, The dead live on forever in the living. For all the gathered riches of our journey, The moments shared, the mysteries explored, The steady layer of intimacy stored. The things that made us laugh or weep or sing, The joy of sunlit snow or first unfurling of the spring, The wordless language of look and touch, The knowing, each giving and each taking, These are not flowers that fade, Nor trees that fall and crumble. Nor are they stone, For even stone cannot the wind and rain withstand And mighty mountain peaks in time reduce to sand. What we were, we are. What we had, we have. A conjoined past imperishably present. So when you walk the woods where once we walked together And scan in vain the dappled bank beside you for my shadow, Or pause where we always did upon the hill to gaze across the land, And spotting something, reach by habit for my hand, And finding none, feel sorrow start to steal upon you, Be still. Clear your eyes. Breathe. Listen for my footfall in your heart. I am not gone but merely walk within you.' - Nicholas Evans, an excerpt from The Smoke Jumper www.Zend.To Twitter: @JulesFM Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'To see a World in a Grain of Sand And a Heaven in a Wild Flower Hold Infinity in the palm of your hand And Eternity in an hour' - William Blake www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 9426 bytes Desc: image001.png URL: From m.v.sangster at abdn.ac.uk Fri Nov 4 09:52:21 2022 From: m.v.sangster at abdn.ac.uk (Sangster, Mark) Date: Fri, 4 Nov 2022 09:52:21 +0000 Subject: [ZendTo] Upgrade Not Working In-Reply-To: References: <61b973e1-11e2-9d6c-91b1-48f650b35586@Zend.To> <38627205-1988-f2bb-38db-a7f7e25063c8@Zend.To> Message-ID: It like it was meant to be this: * email But turned out as this: * [mailto:hex_encoded_email_address]email_address Most strange Mark From: ZendTo On Behalf Of Michael Imlay via ZendTo Sent: 03 November 2022 15:35 To: Jules Field ; ZendTo Users Cc: Michael Imlay Subject: Re: [ZendTo] Upgrade Not Working CAUTION: External email. Ensure this message is from a trusted source before clicking links/attachments. I'm running Zend.To completely standalone, it's not connected to AD/LDAP. It's using the internal database, so when I create users, I SSH to Zend.To and create them manually via the commands. It appears correctly in Outlook for Desktop, but in OWA (Exchange Online) it shows up incorrectly so it doesn't appear to be a Zend.To issue, but moreso a Microsoft O365/OWA issue. Michael Imlay [DELL LOGO] Michael Imlay Information Technology 129 East Government Street Pensacola, FL 32502 Direct: 850-332-2084 Office: 850-332-5687 x117 IT at DellConsultingLLC.com This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed. From: Jules Field > Sent: Thursday, November 3, 2022 10:30 AM To: Michael Imlay >; ZendTo Users > Subject: Re: [ZendTo] Upgrade Not Working Michael, Something is URL-encoding it. Where is it pulling your email address from? The URL-encoded stuff is another copy of your email address, which shouldn't be there. I've certainly never seen ZendTo do this before. If you're pulling this from LDAP or AD, check the "mail" attribute for your LDAP/AD record. Cheers, Jules. On 03/11/2022 3:13 pm, Michael Imlay wrote: One last question. Any idea why my e-mail address is showing in this odd format when sending to a recipient? This is an automated message sent to you by the SecureFile service. Michael Imlay <[mailto:%69%74%40%64%65%6c%6c%63%6f%6e%73%75%6c%74%69%6e%67%6c%6c%63%2e%63%6f%6d]it at dellconsultingllc.com> has dropped off a file for you. IF YOU TRUST THE SENDER and are expecting to receive a file from them, you may choose to retrieve the drop-off by clicking the following link (or copying and pasting it into your web browser): Michael Imlay [DELL LOGO] Michael Imlay Information Technology 129 East Government Street Pensacola, FL 32502 Direct: 850-332-2084 Office: 850-332-5687 x117 IT at DellConsultingLLC.com This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed. From: jules at zend.to Sent: Thursday, November 3, 2022 9:31 AM To: ZendTo Users Cc: Michael Imlay Subject: Re: [ZendTo] Upgrade Not Working Michael, You also need to run /opt/zendto/bin/upgrade to import any new preferences into your config files. After that, thump Refresh in your browser and you should see the new version number. Cheers, Jules. On 03/11/2022 2:26 pm, Michael Imlay via ZendTo wrote: I ran through the upgrade script using the YUM command and rebooted the server, but it still shows we're running 6.11-2 instead of 6.13-3. There were no failures when the update command was ran and after the reboot, I ran the command again and it's showing no packages marked for upgrades. Any suggestions? Thanks, Michael Imlay [DELL LOGO] Michael Imlay Information Technology 129 East Government Street Pensacola, FL 32502 Direct: 850-332-2084 Office: 850-332-5687 x117 IT at DellConsultingLLC.com This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed. _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'If I be the first of us to die, Let grief not blacken long your sky. Be bold yet modest in your grieving. There is change but not a leaving. For just as death is part of life, The dead live on forever in the living. For all the gathered riches of our journey, The moments shared, the mysteries explored, The steady layer of intimacy stored. The things that made us laugh or weep or sing, The joy of sunlit snow or first unfurling of the spring, The wordless language of look and touch, The knowing, each giving and each taking, These are not flowers that fade, Nor trees that fall and crumble. Nor are they stone, For even stone cannot the wind and rain withstand And mighty mountain peaks in time reduce to sand. What we were, we are. What we had, we have. A conjoined past imperishably present. So when you walk the woods where once we walked together And scan in vain the dappled bank beside you for my shadow, Or pause where we always did upon the hill to gaze across the land, And spotting something, reach by habit for my hand, And finding none, feel sorrow start to steal upon you, Be still. Clear your eyes. Breathe. Listen for my footfall in your heart. I am not gone but merely walk within you.' - Nicholas Evans, an excerpt from The Smoke Jumper www.Zend.To Twitter: @JulesFM Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'To see a World in a Grain of Sand And a Heaven in a Wild Flower Hold Infinity in the palm of your hand And Eternity in an hour' - William Blake www.Zend.To Twitter: @JulesFM The University of Aberdeen is a charity registered in Scotland, No SC013683. Tha Oilthigh Obar Dheathain na charthannas cl?raichte ann an Alba, ?ir. SC013683. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 9426 bytes Desc: image001.png URL: From jules at zend.to Fri Nov 4 10:19:40 2022 From: jules at zend.to (jules at zend.to) Date: Fri, 4 Nov 2022 10:19:40 +0000 Subject: [ZendTo] Upgrade Not Working In-Reply-To: References: <38627205-1988-f2bb-38db-a7f7e25063c8@Zend.To> <395acba6-6edf-3132-9d5d-737eb4b02cd5@Zend.To> Message-ID: Hi Mark, I just checked the template (/opt/zendto/templates/dropoff_email_html.tpl) and it is supposed to hex-encode the email address to make it a bit harder for things scraping your email to pull the address out and sell it. It's on line 16 of that file. Though Exchange Online should be perfectly capable of displaying it correctly, everything else seems to show it fine. Sounds like a (hopefully temporary) bug in Exchange Online. It should be perfectly okay to URL-encode (i.e. hex encode with % signs) a mailto: URL address. Anyone else seeing this problem on any other email clients? Cheers, Jules. On 04/11/2022 9:52 am, Sangster, Mark via ZendTo wrote: > > It like it was meant to be this: > > * email > > But turned out as this: > > * [mailto:hex_encoded_email_address]email_address > > Most strange > > Mark > > *From:*ZendTo *On Behalf Of *Michael Imlay > via ZendTo > *Sent:* 03 November 2022 15:35 > *To:* Jules Field ; ZendTo Users > *Cc:* Michael Imlay > *Subject:* Re: [ZendTo] Upgrade Not Working > > CAUTION: External email. Ensure this message is from a trusted source > before clicking links/attachments. > > I?m running Zend.To completely standalone, it?s not connected to > AD/LDAP. It?s using the internal database, so when I create users, I > SSH to Zend.To and create them manually via the commands. > > It appears correctly in Outlook for Desktop, but in OWA (Exchange > Online) it shows up incorrectly so it doesn?t appear to be a Zend.To > issue, but moreso a Microsoft O365/OWA issue. > > Michael Imlay > > DELL LOGO > > Michael Imlay > > Information Technology > > 129 East Government Street > > Pensacola, FL 32502 > > Direct: 850-332-2084 > Office:? 850-332-5687 x117 > > IT at DellConsultingLLC.com > > This email and any files transmitted with it may contain PRIVILEGED or > CONFIDENTIAL information and may be read or used only by the intended > recipient. If you are not the intended recipient of the email or any > of its attachments, please be advised that you have received this > email in error and that any use, dissemination, distribution, > forwarding, printing, or copying of this email or any attached files > is strictly prohibited. If you have received this email in error, > please immediately purge it and all attachments and notify the sender > by reply email or contact the sender at the number listed. > > *From:*Jules Field > *Sent:* Thursday, November 3, 2022 10:30 AM > *To:* Michael Imlay ; ZendTo Users > > *Subject:* Re: [ZendTo] Upgrade Not Working > > Michael, > > Something is URL-encoding it. Where is it pulling your email address > from? The URL-encoded stuff is another copy of your email address, > which shouldn't be there. > > I've certainly never seen ZendTo do this before. If you're pulling > this from LDAP or AD, check the "mail" attribute for your LDAP/AD record. > > Cheers, > Jules. > > On 03/11/2022 3:13 pm, Michael Imlay wrote: > > One last question. Any idea why my e-mail address is showing in > this odd format when sending to a recipient? > > This is an automated message sent to you by the SecureFile service. > > Michael Imlay > <[mailto:%69%74%40%64%65%6c%6c%63%6f%6e%73%75%6c%74%69%6e%67%6c%6c%63%2e%63%6f%6d > ]it at dellconsultingllc.com> > has dropped off a file for you. > > *IF YOU TRUST THE SENDER*?and are expecting to receive a file from > them, you may choose to retrieve the drop-off by clicking the > following link (or copying and pasting it into your web browser): > > Michael Imlay > > DELL LOGO > > Michael Imlay > > Information Technology > > 129 East Government Street > > Pensacola, FL 32502 > > Direct: 850-332-2084 > Office:? 850-332-5687 x117 > > IT at DellConsultingLLC.com > > This email and any files transmitted with it may contain > PRIVILEGED or CONFIDENTIAL information and may be read or used > only by the intended recipient. If you are not the intended > recipient of the email or any of its attachments, please be > advised that you have received this email in error and that any > use, dissemination, distribution, forwarding, printing, or copying > of this email or any attached files is strictly prohibited. If you > have received this email in error, please immediately purge it and > all attachments and notify the sender by reply email or contact > the sender at the number listed. > > *From:*jules at zend.to > *Sent:* Thursday, November 3, 2022 9:31 AM > *To:* ZendTo Users > *Cc:* Michael Imlay > > *Subject:* Re: [ZendTo] Upgrade Not Working > > Michael, > > You also need to run > ??? /opt/zendto/bin/upgrade > to import any new preferences into your config files. > After that, thump Refresh in your browser and you should see the > new version number. > > Cheers, > Jules. > > On 03/11/2022 2:26 pm, Michael Imlay via ZendTo wrote: > > I ran through the upgrade script using the YUM command and > rebooted the server, but it still shows we?re running 6.11-2 > instead of 6.13-3. There were no failures when the update > command was ran and after the reboot, I ran the command again > and it?s showing no packages marked for upgrades. Any suggestions? > > Thanks, > > Michael Imlay > > DELL LOGO > > Michael Imlay > > Information Technology > > 129 East Government Street > > Pensacola, FL 32502 > > Direct: 850-332-2084 > Office:? 850-332-5687 x117 > > IT at DellConsultingLLC.com > > This email and any files transmitted with it may contain > PRIVILEGED or CONFIDENTIAL information and may be read or used > only by the intended recipient. If you are not the intended > recipient of the email or any of its attachments, please be > advised that you have received this email in error and that > any use, dissemination, distribution, forwarding, printing, or > copying of this email or any attached files is strictly > prohibited. If you have received this email in error, please > immediately purge it and all attachments and notify the sender > by reply email or contact the sender at the number listed. > > > > _______________________________________________ > > ZendTo mailing list > > ZendTo at zend.to > > http://jul.es/mailman/listinfo/zendto > > > > > Jules > > -- > > Julian Field MEng CEng CITP MBCS MIEEE MACM > > 'If I be the first of us to die, > > Let grief not blacken long your sky. > > Be bold yet modest in your grieving. > > There is change but not a leaving. > > ?For just as death is part of life, > > The dead live on forever in the living. > > For all the gathered riches of our journey, > > The moments shared, the mysteries explored, > > The steady layer of intimacy stored. > > ?The things that made us laugh or weep or sing, > > The joy of sunlit snow or first unfurling of the spring, > > The wordless language of look and touch, > > The knowing, each giving and each taking, > > These are not flowers that fade, > > Nor trees that fall and crumble. > > ?Nor are they stone, > > For even stone cannot the wind and rain withstand > > And mighty mountain peaks in time reduce to sand. > > What we were, we are. > > What we had, we have. > > A conjoined past imperishably present. > > ?So when you walk the woods where once we walked together > > And scan in vain the dappled bank beside you for my shadow, > > Or pause where we always did upon the hill to gaze across the land, > > And spotting something, reach by habit for my hand, > > And finding none, feel sorrow start to steal upon you, > > Be still. > > Clear your eyes. > > Breathe. > > Listen for my footfall in your heart. > > I am not gone but merely walk within you.' > > ????? - Nicholas Evans, an excerpt from The Smoke Jumper > > www.Zend.To > > > Twitter: @JulesFM > > Jules > -- > Julian Field MEng CEng CITP MBCS MIEEE MACM > 'To see a World in a Grain of Sand > ?And a Heaven in a Wild Flower > ?Hold Infinity in the palm of your hand > ?And Eternity in an hour' - William Blake > www.Zend.To > > Twitter: @JulesFM > > > The University of Aberdeen is a charity registered in Scotland, No > SC013683. > Tha Oilthigh Obar Dheathain na charthannas cl?raichte ann an Alba, > ?ir. SC013683. > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'I have lost friends, some by death ... others through sheer inability to cross the street.' - Virginia Woolf www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 9426 bytes Desc: not available URL: From nresults at comcast.net Fri Nov 4 17:39:48 2022 From: nresults at comcast.net (Jose M. Sanchez) Date: Fri, 4 Nov 2022 13:39:48 -0400 Subject: [ZendTo] Upgrade Not Working In-Reply-To: References: <38627205-1988-f2bb-38db-a7f7e25063c8@Zend.To> <395acba6-6edf-3132-9d5d-737eb4b02cd5@Zend.To> r0g3oSfM9uRI8r0g4o6ozG.1667583631.16f0a38a13334f452c28da84d85de216.MISSINGID@comcast.net Message-ID: If it helps, I tested this with on premise Exchange OWA and we are not seeing the same issue. Thank you Sent from Mail for Windows From: Julian Field via ZendTo Sent: Friday, November 4, 2022 6:19 AM To: ZendTo Users Cc: jules at zend.to Subject: Re: [ZendTo] Upgrade Not Working Hi Mark, I just checked the template (/opt/zendto/templates/dropoff_email_html.tpl) and it is supposed to hex-encode the email address to make it a bit harder for things scraping your email to pull the address out and sell it. It's on line 16 of that file. Though Exchange Online should be perfectly capable of displaying it correctly, everything else seems to show it fine. Sounds like a (hopefully temporary) bug in Exchange Online. It should be perfectly okay to URL-encode (i.e. hex encode with % signs) a mailto: URL address. Anyone else seeing this problem on any other email clients? Cheers, Jules. On 04/11/2022 9:52 am, Sangster, Mark via ZendTo wrote: It like it was meant to be this: 1. email ? But turned out as this: 2. [mailto:hex_encoded_email_address]email_address ? Most strange Mark ? From: ZendTo On Behalf Of Michael Imlay via ZendTo Sent: 03 November 2022 15:35 To: Jules Field ; ZendTo Users Cc: Michael Imlay Subject: Re: [ZendTo] Upgrade Not Working ? CAUTION: External email. Ensure this message is from a trusted source before clicking links/attachments. ? I?m running Zend.To completely standalone, it?s not connected to AD/LDAP. It?s using the internal database, so when I create users, I SSH to Zend.To and create them manually via the commands. ? It appears correctly in Outlook for Desktop, but in OWA (Exchange Online) it shows up incorrectly so it doesn?t appear to be a Zend.To issue, but moreso a Microsoft O365/OWA issue. ? Michael Imlay ? ? Michael Imlay Information Technology 129 East Government Street Pensacola, FL 32502 ? Direct:? 850-332-2084 Office:? 850-332-5687 x117?? ? IT at DellConsultingLLC.com ? This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed. ? From: Jules Field Sent: Thursday, November 3, 2022 10:30 AM To: Michael Imlay ; ZendTo Users Subject: Re: [ZendTo] Upgrade Not Working ? Michael, Something is URL-encoding it. Where is it pulling your email address from? The URL-encoded stuff is another copy of your email address, which shouldn't be there. I've certainly never seen ZendTo do this before. If you're pulling this from LDAP or AD, check the "mail" attribute for your LDAP/AD record. Cheers, Jules. On 03/11/2022 3:13 pm, Michael Imlay wrote: One last question. Any idea why my e-mail address is showing in this odd format when sending to a recipient? ? This is an automated message sent to you by the SecureFile service. Michael Imlay <[mailto:%69%74%40%64%65%6c%6c%63%6f%6e%73%75%6c%74%69%6e%67%6c%6c%63%2e%63%6f%6d]it at dellconsultingllc.com> has dropped off a file for you. IF YOU TRUST THE SENDER?and are expecting to receive a file from them, you may choose to retrieve the drop-off by clicking the following link (or copying and pasting it into your web browser): ? Michael Imlay ? ? Michael Imlay Information Technology 129 East Government Street Pensacola, FL 32502 ? Direct:? 850-332-2084 Office:? 850-332-5687 x117?? ? IT at DellConsultingLLC.com ? This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed. ? From: jules at zend.to Sent: Thursday, November 3, 2022 9:31 AM To: ZendTo Users Cc: Michael Imlay Subject: Re: [ZendTo] Upgrade Not Working ? Michael, You also need to run ??? /opt/zendto/bin/upgrade to import any new preferences into your config files. After that, thump Refresh in your browser and you should see the new version number. Cheers, Jules. On 03/11/2022 2:26 pm, Michael Imlay via ZendTo wrote: I ran through the upgrade script using the YUM command and rebooted the server, but it still shows we?re running 6.11-2 instead of 6.13-3. There were no failures when the update command was ran and after the reboot, I ran the command again and it?s showing no packages marked for upgrades. Any suggestions? ? Thanks, ? Michael Imlay ? ? Michael Imlay Information Technology 129 East Government Street Pensacola, FL 32502 ? Direct:? 850-332-2084 Office:? 850-332-5687 x117?? ? IT at DellConsultingLLC.com ? This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed. ? _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules ? -- Julian Field MEng CEng CITP MBCS MIEEE MACM ? 'If I be the first of us to die, Let grief not blacken long your sky. Be bold yet modest in your grieving. There is change but not a leaving. ? ?For just as death is part of life, The dead live on forever in the living. For all the gathered riches of our journey, The moments shared, the mysteries explored, The steady layer of intimacy stored. ? ?The things that made us laugh or weep or sing, The joy of sunlit snow or first unfurling of the spring, The wordless language of look and touch, The knowing, each giving and each taking, These are not flowers that fade, Nor trees that fall and crumble. ? ?Nor are they stone, For even stone cannot the wind and rain withstand And mighty mountain peaks in time reduce to sand. What we were, we are. What we had, we have. A conjoined past imperishably present. ? ?So when you walk the woods where once we walked together And scan in vain the dappled bank beside you for my shadow, Or pause where we always did upon the hill to gaze across the land, And spotting something, reach by habit for my hand, And finding none, feel sorrow start to steal upon you, Be still. Clear your eyes. Breathe. Listen for my footfall in your heart. I am not gone but merely walk within you.' ????? - Nicholas Evans, an excerpt from The Smoke Jumper ? www.Zend.To Twitter: @JulesFM ? Jules ? -- Julian Field MEng CEng CITP MBCS MIEEE MACM ? 'To see a World in a Grain of Sand ?And a Heaven in a Wild Flower ?Hold Infinity in the palm of your hand ?And Eternity in an hour' - William Blake ? www.Zend.To Twitter: @JulesFM The University of Aberdeen is a charity registered in Scotland, No SC013683. Tha Oilthigh Obar Dheathain na charthannas cl?raichte ann an Alba, ?ir. SC013683. _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'I have lost friends, some by death ... others through sheer inability to cross the street.' - Virginia Woolf www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 9426 bytes Desc: not available URL: From jules at zend.to Mon Nov 7 09:47:49 2022 From: jules at zend.to (jules at zend.to) Date: Mon, 7 Nov 2022 09:47:49 +0000 Subject: [ZendTo] Upgrade Not Working In-Reply-To: References: <38627205-1988-f2bb-38db-a7f7e25063c8@Zend.To> <395acba6-6edf-3132-9d5d-737eb4b02cd5@Zend.To> Message-ID: Good. At that point I'm happy to declare it a Microsoft bug, not mine. :) Cheers, Jules. On 04/11/2022 5:39 pm, Jose M. Sanchez wrote: > > If it helps, I tested this with on premise Exchange OWA and we are not > seeing the same issue. > > Thank you > > Sent from Mail for > Windows > > *From: *Julian Field via ZendTo > *Sent: *Friday, November 4, 2022 6:19 AM > *To: *ZendTo Users > *Cc: *jules at zend.to > *Subject: *Re: [ZendTo] Upgrade Not Working > > Hi Mark, > > I just checked the template > (/opt/zendto/templates/dropoff_email_html.tpl) and it is supposed to > hex-encode the email address to make it a bit harder for things > scraping your email to pull the address out and sell it. > > It's on line 16 of that file. > > Though Exchange Online should be perfectly capable of displaying it > correctly, everything else seems to show it fine. Sounds like a > (hopefully temporary) bug in Exchange Online. It should be perfectly > okay to URL-encode (i.e. hex encode with % signs) a mailto: URL address. > > Anyone else seeing this problem on any other email clients? > > Cheers, > Jules. > > On 04/11/2022 9:52 am, Sangster, Mark via ZendTo wrote: > > It like it was meant to be this: > > 1. >email > > But turned out as this: > > 2. [mailto:hex_encoded_email_address > ]email_address > > Most strange > > Mark > > *From:* ZendTo > *On Behalf Of *Michael Imlay via > ZendTo > *Sent:* 03 November 2022 15:35 > *To:* Jules Field ; ZendTo > Users > *Cc:* Michael Imlay > > *Subject:* Re: [ZendTo] Upgrade Not Working > > CAUTION: External email. Ensure this message is from a trusted > source before clicking links/attachments. > > I?m running Zend.To completely standalone, it?s not connected to > AD/LDAP. It?s using the internal database, so when I create users, > I SSH to Zend.To and create them manually via the commands. > > It appears correctly in Outlook for Desktop, but in OWA (Exchange > Online) it shows up incorrectly so it doesn?t appear to be a > Zend.To issue, but moreso a Microsoft O365/OWA issue. > > Michael Imlay > > DELL LOGO > > Michael Imlay > > Information Technology > > 129 East Government Street > > Pensacola, FL 32502 > > Direct:? 850-332-2084 > Office:? 850-332-5687 x117 > > IT at DellConsultingLLC.com > > This email and any files transmitted with it may contain > PRIVILEGED or CONFIDENTIAL information and may be read or used > only by the intended recipient. If you are not the intended > recipient of the email or any of its attachments, please be > advised that you have received this email in error and that any > use, dissemination, distribution, forwarding, printing, or copying > of this email or any attached files is strictly prohibited. If you > have received this email in error, please immediately purge it and > all attachments and notify the sender by reply email or contact > the sender at the number listed. > > *From:* Jules Field > *Sent:* Thursday, November 3, 2022 10:30 AM > *To:* Michael Imlay ; ZendTo Users > > *Subject:* Re: [ZendTo] Upgrade Not Working > > Michael, > > Something is URL-encoding it. Where is it pulling your email > address from? The URL-encoded stuff is another copy of your email > address, which shouldn't be there. > > I've certainly never seen ZendTo do this before. If you're pulling > this from LDAP or AD, check the "mail" attribute for your LDAP/AD > record. > > Cheers, > Jules. > > On 03/11/2022 3:13 pm, Michael Imlay wrote: > > One last question. Any idea why my e-mail address is showing > in this odd format when sending to a recipient? > > This is an automated message sent to you by the SecureFile > service. > > Michael Imlay > <[mailto:%69%74%40%64%65%6c%6c%63%6f%6e%73%75%6c%74%69%6e%67%6c%6c%63%2e%63%6f%6d > ]it at dellconsultingllc.com> > has dropped off a file for you. > > *IF YOU TRUST THE SENDER*?and are expecting to receive a file > from them, you may choose to retrieve the drop-off by clicking > the following link (or copying and pasting it into your web > browser): > > Michael Imlay > > DELL LOGO > > Michael Imlay > > Information Technology > > 129 East Government Street > > Pensacola, FL 32502 > > Direct:? 850-332-2084 > Office:? 850-332-5687 x117 > > IT at DellConsultingLLC.com > > This email and any files transmitted with it may contain > PRIVILEGED or CONFIDENTIAL information and may be read or used > only by the intended recipient. If you are not the intended > recipient of the email or any of its attachments, please be > advised that you have received this email in error and that > any use, dissemination, distribution, forwarding, printing, or > copying of this email or any attached files is strictly > prohibited. If you have received this email in error, please > immediately purge it and all attachments and notify the sender > by reply email or contact the sender at the number listed. > > *From:* jules at zend.to > *Sent:* Thursday, November 3, 2022 9:31 AM > *To:* ZendTo Users > *Cc:* Michael Imlay > > *Subject:* Re: [ZendTo] Upgrade Not Working > > Michael, > > You also need to run > ??? /opt/zendto/bin/upgrade > to import any new preferences into your config files. > After that, thump Refresh in your browser and you should see > the new version number. > > Cheers, > Jules. > > On 03/11/2022 2:26 pm, Michael Imlay via ZendTo wrote: > > I ran through the upgrade script using the YUM command and > rebooted the server, but it still shows we?re running > 6.11-2 instead of 6.13-3. There were no failures when the > update command was ran and after the reboot, I ran the > command again and it?s showing no packages marked for > upgrades. Any suggestions? > > Thanks, > > Michael Imlay > > DELL LOGO > > Michael Imlay > > Information Technology > > 129 East Government Street > > Pensacola, FL 32502 > > Direct:? 850-332-2084 > Office:? 850-332-5687 x117 > > IT at DellConsultingLLC.com > > This email and any files transmitted with it may contain > PRIVILEGED or CONFIDENTIAL information and may be read or > used only by the intended recipient. If you are not the > intended recipient of the email or any of its attachments, > please be advised that you have received this email in > error and that any use, dissemination, distribution, > forwarding, printing, or copying of this email or any > attached files is strictly prohibited. If you have > received this email in error, please immediately purge it > and all attachments and notify the sender by reply email > or contact the sender at the number listed. > > > > > _______________________________________________ > > ZendTo mailing list > > ZendTo at zend.to > > http://jul.es/mailman/listinfo/zendto > > > > > Jules > > > > -- > > Julian Field MEng CEng CITP MBCS MIEEE MACM > > > > 'If I be the first of us to die, > > Let grief not blacken long your sky. > > Be bold yet modest in your grieving. > > There is change but not a leaving. > > > > ?For just as death is part of life, > > The dead live on forever in the living. > > For all the gathered riches of our journey, > > The moments shared, the mysteries explored, > > The steady layer of intimacy stored. > > > > ?The things that made us laugh or weep or sing, > > The joy of sunlit snow or first unfurling of the spring, > > The wordless language of look and touch, > > The knowing, each giving and each taking, > > These are not flowers that fade, > > Nor trees that fall and crumble. > > > > ?Nor are they stone, > > For even stone cannot the wind and rain withstand > > And mighty mountain peaks in time reduce to sand. > > What we were, we are. > > What we had, we have. > > A conjoined past imperishably present. > > > > ?So when you walk the woods where once we walked together > > And scan in vain the dappled bank beside you for my shadow, > > Or pause where we always did upon the hill to gaze across the land, > > And spotting something, reach by habit for my hand, > > And finding none, feel sorrow start to steal upon you, > > Be still. > > Clear your eyes. > > Breathe. > > Listen for my footfall in your heart. > > I am not gone but merely walk within you.' > > ????? - Nicholas Evans, an excerpt from The Smoke Jumper > > > > www.Zend.To > > Twitter: @JulesFM > > Jules > > > > -- > > Julian Field MEng CEng CITP MBCS MIEEE MACM > > > > 'To see a World in a Grain of Sand > > ?And a Heaven in a Wild Flower > > ?Hold Infinity in the palm of your hand > > ?And Eternity in an hour' - William Blake > > > > www.Zend.To > > Twitter: @JulesFM > > > > The University of Aberdeen is a charity registered in Scotland, No > SC013683. > Tha Oilthigh Obar Dheathain na charthannas cl?raichte ann an Alba, > ?ir. SC013683. > > _______________________________________________ > > ZendTo mailing list > > ZendTo at zend.to > > http://jul.es/mailman/listinfo/zendto > > > > Jules > -- > Julian Field MEng CEng CITP MBCS MIEEE MACM > 'I have lost friends, some by death ... others through sheer inability > to cross the street.' - Virginia Woolf > www.Zend.To > Twitter: @JulesFM > Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'That is the land of lost content, I see it shining plain, The happy highways where I went, And cannot come again.' - A.E. Houseman www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From alt36 at cam.ac.uk Fri Nov 11 18:07:14 2022 From: alt36 at cam.ac.uk (Adam Thorn) Date: Fri, 11 Nov 2022 18:07:14 +0000 Subject: [ZendTo] Mail header bug on Ubuntu 22.04 / PHP 8.1 References: Message-ID: I'm working on deploying ZendTo to a new Ubuntu 22.04 server. My current ZendTo instance is on Ubuntu 18.04: in both cases I'm using the stock Ubuntu-provided PHP packages, so am moving from PHP 7.4 to PHP 8.1. I'm also moving from ZendTo 5.17-6 to 6.13-2 but I don't think that change is too relevant, as the bug I've spotted is in code which is identical between those ZendTo versions. The specific problem I've spotted is in NSSDropbox.php : there may be similar problems elsewhere. I don't use phpmailer so am looking at the code path through deliverEmail() which ends in a call to PHP's mail() function. On the older PHP7.4 server, when I make a dropoff which in turn sends a mail, everything about the mail is fine, and when I view the mail headers in Thunderbird I see e.g. From: ZendTo Service Reply-to: alt36 at cam.ac.uk Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit However, making a similar dropoff on PHP8.1 the equivalent header lines read... From: ZendTo Service Reply-to: alt36 at cam.ac.uk Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit i.e. there's an extra leading space on the lines after From: which are generated within deliverEmail(). This is invalid, and leads to my mail client displaying a mangled From: which is the concatenation of the above four lines, and with no Reply-To set (and presumably ignoring Content-Type etc as well) I note the same code block would also generate the bcc: header lines if needed, so I suspect this bug would also lead to the bcc: recipients being ignored, but I haven't experimented there. My minimal demo of the problem, and then also what I believe is the fix, is.... # begin demo, following the code used in deliverEmail() $headers = ''; $to = 'alt36 at cam.ac.uk'; $sender = 'no-reply at example.com'; $subject = 'Test subject'; $content = 'This is a test email'; $fromAddr = 'sender at example.com'; $headers = sprintf("From: %s", $sender) . PHP_EOL . sprintf("Reply-to: %s", $fromAddr) . PHP_EOL . $headers; $headers .= "MIME-Version: 1.0".PHP_EOL; $headers .= "Content-Type: text/plain; charset=UTF-8; format=flowed".PHP_EOL; $headers .= "Content-Transfer-Encoding: 8bit".PHP_EOL; mail($to, $subject, $content, $headers); # end demo The problem is the use of PHP_EOL, which of course on my Ubuntu system is the LF character. However, the PHP docs https://www.php.net/manual/en/function.mail.php state that the $headers need to be separated by CRLF. The use of CRLF is also specified e.g. in RFC 2822. If I replace the PHP_EOL uses in my example above with literal "\r\n" strings, the unwanted leading spaces in the headers of the sent mail disappear and my mail client displays everything as I'd expect. Given the above, I speculate that there's been a change in the behaviour of mail() between the PHP versions but haven't gone searching through changelogs. I also haven't attempted to understand why the use of just PHP_EOL leads to those extra leading spaces appearing - that may just be an artefact of how my mail client ends up displaying a string with embedded LF characters when it's expecting CRLF, though. And, I've not looked more widely to see if there are other places in ZendTo with the same issue. Regards, Adam From Jules at Zend.To Fri Nov 11 18:18:55 2022 From: Jules at Zend.To (Jules) Date: Fri, 11 Nov 2022 18:18:55 +0000 Subject: [ZendTo] Mail header bug on Ubuntu 22.04 / PHP 8.1 In-Reply-To: References: <88c127cd-938e-a585-56d2-a7977c0e5f4f@Zend.To> Message-ID: Hi Adam, Well spotted and well diagnosed! I didn't think anyone still used the non-PHPMailer email code any more (it's just left there as it wasn't doing any harm and meant people weren't forced into any reconfiguration of existing old servers). But clearly I woz rong! :-) I'll take a look at this and get it fixed for you. BTW why still using the inbuilt php mail() function rather than PHPMailer? Cheers, Jules. On 11/11/2022 18:07, Adam Thorn via ZendTo wrote: > I'm working on deploying ZendTo to a new Ubuntu 22.04 server. My > current ZendTo instance is on Ubuntu 18.04: in both cases I'm using > the stock Ubuntu-provided PHP packages, so am moving from PHP 7.4 to > PHP 8.1. I'm also moving from ZendTo 5.17-6 to 6.13-2 but I don't > think that change is too relevant, as the bug I've spotted is in code > which is identical between those ZendTo versions. > > The specific problem I've spotted is in NSSDropbox.php : there may be > similar problems elsewhere. I don't use phpmailer so am looking at the > code path through deliverEmail() which ends in a call to PHP's mail() > function. > > On the older PHP7.4 server, when I make a dropoff which in turn sends > a mail, everything about the mail is fine, and when I view the mail > headers in Thunderbird I see e.g. > > From: ZendTo Service > Reply-to: alt36 at cam.ac.uk > Content-Type: text/plain; charset=UTF-8; format=flowed > Content-Transfer-Encoding: 8bit > > However, making a similar dropoff on PHP8.1 the equivalent header > lines read... > > From: ZendTo Service > ?Reply-to: alt36 at cam.ac.uk > ?Content-Type: text/plain; charset=UTF-8; format=flowed > ?Content-Transfer-Encoding: 8bit > > i.e. there's an extra leading space on the lines after From: which are > generated within deliverEmail(). This is invalid, and leads to my mail > client displaying a mangled From: which is the concatenation of the > above four lines, and with no Reply-To set (and presumably ignoring > Content-Type etc as well) > > I note the same code block would also generate the bcc: header lines > if needed, so I suspect this bug would also lead to the bcc: > recipients being ignored, but I haven't experimented there. > > My minimal demo of the problem, and then also what I believe is the > fix, is.... > > # begin demo, following the code used in deliverEmail() > > $headers = ''; > > $to = 'alt36 at cam.ac.uk'; > $sender = 'no-reply at example.com'; > > $subject = 'Test subject'; > $content = 'This is a test email'; > > $fromAddr = 'sender at example.com'; > > $headers = sprintf("From: %s", $sender) . PHP_EOL . > sprintf("Reply-to: %s", $fromAddr) . PHP_EOL . $headers; > $headers .= "MIME-Version: 1.0".PHP_EOL; > $headers .= "Content-Type: text/plain; charset=UTF-8; > format=flowed".PHP_EOL; > $headers .= "Content-Transfer-Encoding: 8bit".PHP_EOL; > > mail($to, $subject, $content, $headers); > > # end demo > > The problem is the use of PHP_EOL, which of course on my Ubuntu system > is the LF character. However, the PHP docs > https://www.php.net/manual/en/function.mail.php state that the > $headers need to be separated by CRLF. The use of CRLF is also > specified e.g. in RFC 2822. > > If I replace the PHP_EOL uses in my example above with literal "\r\n" > strings, the unwanted leading spaces in the headers of the sent mail > disappear and my mail client displays everything as I'd expect. > > Given the above, I speculate that there's been a change in the > behaviour of mail() between the PHP versions but haven't gone > searching through changelogs. I also haven't attempted to understand > why the use of just PHP_EOL leads to those extra leading spaces > appearing - that may just be an artefact of how my mail client ends up > displaying a string with embedded LF characters when it's expecting > CRLF, though. And, I've not looked more widely to see if there are > other places in ZendTo with the same issue. > > Regards, > > Adam > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'It's okay to live without all the answers' - Charlie Eppes, 2011 www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From alt36 at cam.ac.uk Fri Nov 11 19:16:17 2022 From: alt36 at cam.ac.uk (Adam Thorn) Date: Fri, 11 Nov 2022 19:16:17 +0000 Subject: [ZendTo] Mail header bug on Ubuntu 22.04 / PHP 8.1 In-Reply-To: References: <88c127cd-938e-a585-56d2-a7977c0e5f4f@Zend.To> <906a5e4a-8118-ff2f-9972-6c97f4079e70@cam.ac.uk> Message-ID: On 11/11/2022 18:18, Jules wrote: > I'll take a look at this and get it fixed for you. Thanks! > BTW why still using the inbuilt php mail() function rather than PHPMailer? We've got a couple of hundred servers that perform a wide variety of roles, and we like them all to be able to send email in a standard way. We thus configure a local MTA everywhere (usually exim, sometimes postfix for $reasons...). The question for me is thus the other way around: why use a random third-party external dependency as a one-off special case when we've already made sure all our servers can send mail? Regards, Adam From m.v.sangster at abdn.ac.uk Mon Nov 14 08:57:55 2022 From: m.v.sangster at abdn.ac.uk (Sangster, Mark) Date: Mon, 14 Nov 2022 08:57:55 +0000 Subject: [ZendTo] Mail header bug on Ubuntu 22.04 / PHP 8.1 In-Reply-To: References: Message-ID: There is a current thread on the issue here: https://github.com/php/php-src/issues/8086 The ugly cludge of dos2unix setting sendmail_path to '/usr/bin/dos2unix -u|/usr/sbin/sendmail -t -i' It does seem like the PHP devs are not seeing this as their issue. Cheers Mark -----Original Message----- From: ZendTo On Behalf Of Adam Thorn via ZendTo Sent: 11 November 2022 18:07 To: ZendTo Users Cc: Adam Thorn Subject: [ZendTo] Mail header bug on Ubuntu 22.04 / PHP 8.1 CAUTION: External email. Ensure this message is from a trusted source before clicking links/attachments. I'm working on deploying ZendTo to a new Ubuntu 22.04 server. My current ZendTo instance is on Ubuntu 18.04: in both cases I'm using the stock Ubuntu-provided PHP packages, so am moving from PHP 7.4 to PHP 8.1. I'm also moving from ZendTo 5.17-6 to 6.13-2 but I don't think that change is too relevant, as the bug I've spotted is in code which is identical between those ZendTo versions. The specific problem I've spotted is in NSSDropbox.php : there may be similar problems elsewhere. I don't use phpmailer so am looking at the code path through deliverEmail() which ends in a call to PHP's mail() function. On the older PHP7.4 server, when I make a dropoff which in turn sends a mail, everything about the mail is fine, and when I view the mail headers in Thunderbird I see e.g. From: ZendTo Service Reply-to: alt36 at cam.ac.uk Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit However, making a similar dropoff on PHP8.1 the equivalent header lines read... From: ZendTo Service Reply-to: alt36 at cam.ac.uk Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit i.e. there's an extra leading space on the lines after From: which are generated within deliverEmail(). This is invalid, and leads to my mail client displaying a mangled From: which is the concatenation of the above four lines, and with no Reply-To set (and presumably ignoring Content-Type etc as well) I note the same code block would also generate the bcc: header lines if needed, so I suspect this bug would also lead to the bcc: recipients being ignored, but I haven't experimented there. My minimal demo of the problem, and then also what I believe is the fix, is.... # begin demo, following the code used in deliverEmail() $headers = ''; $to = 'alt36 at cam.ac.uk'; $sender = 'no-reply at example.com'; $subject = 'Test subject'; $content = 'This is a test email'; $fromAddr = 'sender at example.com'; $headers = sprintf("From: %s", $sender) . PHP_EOL . sprintf("Reply-to: %s", $fromAddr) . PHP_EOL . $headers; $headers .= "MIME-Version: 1.0".PHP_EOL; $headers .= "Content-Type: text/plain; charset=UTF-8; format=flowed".PHP_EOL; $headers .= "Content-Transfer-Encoding: 8bit".PHP_EOL; mail($to, $subject, $content, $headers); # end demo The problem is the use of PHP_EOL, which of course on my Ubuntu system is the LF character. However, the PHP docs https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.php.net%2Fmanual%2Fen%2Ffunction.mail.php&data=05%7C01%7Cm.v.sangster%40abdn.ac.uk%7Cf481c9547bf842ca68ff08dac40f9939%7C8c2b19ad5f9c49d490773ec3cfc52b3f%7C0%7C0%7C638037868523859206%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=oz156zAl2%2BZEQZ6uzwoirGCcvzMZjqhRmfYHLY0vMnU%3D&reserved=0 state that the $headers need to be separated by CRLF. The use of CRLF is also specified e.g. in RFC 2822. If I replace the PHP_EOL uses in my example above with literal "\r\n" strings, the unwanted leading spaces in the headers of the sent mail disappear and my mail client displays everything as I'd expect. Given the above, I speculate that there's been a change in the behaviour of mail() between the PHP versions but haven't gone searching through changelogs. I also haven't attempted to understand why the use of just PHP_EOL leads to those extra leading spaces appearing - that may just be an artefact of how my mail client ends up displaying a string with embedded LF characters when it's expecting CRLF, though. And, I've not looked more widely to see if there are other places in ZendTo with the same issue. Regards, Adam _______________________________________________ ZendTo mailing list ZendTo at zend.to https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjul.es%2Fmailman%2Flistinfo%2Fzendto&data=05%7C01%7Cm.v.sangster%40abdn.ac.uk%7Cf481c9547bf842ca68ff08dac40f9939%7C8c2b19ad5f9c49d490773ec3cfc52b3f%7C0%7C0%7C638037868523859206%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=c4wqnsKQnAlH77pk1kDIv%2FVu78OdLiPKu8q3DpAeaF8%3D&reserved=0 The University of Aberdeen is a charity registered in Scotland, No SC013683. Tha Oilthigh Obar Dheathain na charthannas cl?raichte ann an Alba, ?ir. SC013683. From Jules at Zend.To Mon Nov 14 09:45:26 2022 From: Jules at Zend.To (Jules Field) Date: Mon, 14 Nov 2022 09:45:26 +0000 Subject: [ZendTo] Mail header bug on Ubuntu 22.04 / PHP 8.1 In-Reply-To: References: <1b26a452-9d5b-8dee-7909-40da0d117dfa@Zend.To> Message-ID: Eek! No :-( On 14/11/2022 8:57 am, Sangster, Mark via ZendTo wrote: > There is a current thread on the issue here: > https://github.com/php/php-src/issues/8086 > > The ugly cludge of dos2unix setting sendmail_path to > '/usr/bin/dos2unix -u|/usr/sbin/sendmail -t -i' > > It does seem like the PHP devs are not seeing this as their issue. > > Cheers > Mark > > -----Original Message----- > From: ZendTo On Behalf Of Adam Thorn via ZendTo > Sent: 11 November 2022 18:07 > To: ZendTo Users > Cc: Adam Thorn > Subject: [ZendTo] Mail header bug on Ubuntu 22.04 / PHP 8.1 > > CAUTION: External email. Ensure this message is from a trusted source before clicking links/attachments. > > > I'm working on deploying ZendTo to a new Ubuntu 22.04 server. My current ZendTo instance is on Ubuntu 18.04: in both cases I'm using the stock Ubuntu-provided PHP packages, so am moving from PHP 7.4 to PHP 8.1. I'm also moving from ZendTo 5.17-6 to 6.13-2 but I don't think that change is too relevant, as the bug I've spotted is in code which is identical between those ZendTo versions. > > The specific problem I've spotted is in NSSDropbox.php : there may be similar problems elsewhere. I don't use phpmailer so am looking at the code path through deliverEmail() which ends in a call to PHP's mail() function. > > On the older PHP7.4 server, when I make a dropoff which in turn sends a mail, everything about the mail is fine, and when I view the mail headers in Thunderbird I see e.g. > > From: ZendTo Service > Reply-to:alt36 at cam.ac.uk > Content-Type: text/plain; charset=UTF-8; format=flowed > Content-Transfer-Encoding: 8bit > > However, making a similar dropoff on PHP8.1 the equivalent header lines read... > > From: ZendTo Service > Reply-to:alt36 at cam.ac.uk > Content-Type: text/plain; charset=UTF-8; format=flowed > Content-Transfer-Encoding: 8bit > > i.e. there's an extra leading space on the lines after From: which are generated within deliverEmail(). This is invalid, and leads to my mail client displaying a mangled From: which is the concatenation of the above four lines, and with no Reply-To set (and presumably ignoring Content-Type etc as well) > > I note the same code block would also generate the bcc: header lines if needed, so I suspect this bug would also lead to the bcc: recipients being ignored, but I haven't experimented there. > > My minimal demo of the problem, and then also what I believe is the fix, is.... > > # begin demo, following the code used in deliverEmail() > > $headers = ''; > > $to = 'alt36 at cam.ac.uk'; > $sender = 'no-reply at example.com'; > > $subject = 'Test subject'; > $content = 'This is a test email'; > > $fromAddr = 'sender at example.com'; > > $headers = sprintf("From: %s", $sender) . PHP_EOL . > sprintf("Reply-to: %s", $fromAddr) . PHP_EOL . $headers; $headers .= "MIME-Version: 1.0".PHP_EOL; $headers .= "Content-Type: text/plain; charset=UTF-8; format=flowed".PHP_EOL; $headers .= "Content-Transfer-Encoding: 8bit".PHP_EOL; > > mail($to, $subject, $content, $headers); > > # end demo > > The problem is the use of PHP_EOL, which of course on my Ubuntu system is the LF character. However, the PHP docs > https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.php.net%2Fmanual%2Fen%2Ffunction.mail.php&data=05%7C01%7Cm.v.sangster%40abdn.ac.uk%7Cf481c9547bf842ca68ff08dac40f9939%7C8c2b19ad5f9c49d490773ec3cfc52b3f%7C0%7C0%7C638037868523859206%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=oz156zAl2%2BZEQZ6uzwoirGCcvzMZjqhRmfYHLY0vMnU%3D&reserved=0 state that the $headers need to be separated by CRLF. The use of CRLF is also specified e.g. in RFC 2822. > > If I replace the PHP_EOL uses in my example above with literal "\r\n" > strings, the unwanted leading spaces in the headers of the sent mail disappear and my mail client displays everything as I'd expect. > > Given the above, I speculate that there's been a change in the behaviour of mail() between the PHP versions but haven't gone searching through changelogs. I also haven't attempted to understand why the use of just PHP_EOL leads to those extra leading spaces appearing - that may just be an artefact of how my mail client ends up displaying a string with embedded LF characters when it's expecting CRLF, though. And, I've not looked more widely to see if there are other places in ZendTo with the same issue. > > Regards, > > Adam > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjul.es%2Fmailman%2Flistinfo%2Fzendto&data=05%7C01%7Cm.v.sangster%40abdn.ac.uk%7Cf481c9547bf842ca68ff08dac40f9939%7C8c2b19ad5f9c49d490773ec3cfc52b3f%7C0%7C0%7C638037868523859206%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=c4wqnsKQnAlH77pk1kDIv%2FVu78OdLiPKu8q3DpAeaF8%3D&reserved=0 > > > The University of Aberdeen is a charity registered in Scotland, No SC013683. > Tha Oilthigh Obar Dheathain na charthannas cl?raichte ann an Alba, ?ir. SC013683. > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Find a place inside where there's joy, and the joy will burn out the pain.' - Joseph Campbell www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From crazed.husk at gmail.com Tue Nov 29 17:47:05 2022 From: crazed.husk at gmail.com (Ray Lauff) Date: Tue, 29 Nov 2022 12:47:05 -0500 Subject: [ZendTo] Home tab not working for me References: <8A623A99-F901-446F-A914-6450F037C377@gmail.com> Message-ID: Hello all - I just rebuilt my ZendTo server and on the main page clicking on the "Home" tab in the upper left doesn't change the screen -- the Username and Password boxes along with the Login button still appear. I was expecting them to go away, but the page seems to be locked on the "Login" tab. Did I miss a setting somewhere? Thanks in advance for any help. ray From ssilva at sgvwater.com Tue Nov 29 18:04:50 2022 From: ssilva at sgvwater.com (Scott Silva) Date: Tue, 29 Nov 2022 18:04:50 +0000 Subject: [ZendTo] Home tab not working for me In-Reply-To: References: <8A623A99-F901-446F-A914-6450F037C377@gmail.com> Message-ID: Did you log in? If you are logging in and it doesn't change to the home screen, your login settings might not be working... -----Original Message----- From: ZendTo On Behalf Of Ray Lauff via ZendTo Sent: Tuesday, November 29, 2022 9:47 AM To: zendto at zend.to Cc: Ray Lauff Subject: [ZendTo] Home tab not working for me CAUTION: This email originated from outside your organization. Exercise caution when opening attachments or clicking links, especially from unknown senders. Hello all - I just rebuilt my ZendTo server and on the main page clicking on the "Home" tab in the upper left doesn't change the screen -- the Username and Password boxes along with the Login button still appear. I was expecting them to go away, but the page seems to be locked on the "Login" tab. Did I miss a setting somewhere? Thanks in advance for any help. ray _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto