X2Go Bug report logs - #372
x2goadmin writes to users homes

Package: x2goserver; Maintainer for x2goserver is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goserver is src:x2goserver.

Reported by: Reinhard Tartler <siretart@gmail.com>

Date: Sun, 15 Dec 2013 00:18:02 UTC

Severity: serious

Reply or subscribe to this bug.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#372; Package x2goserver. (Sun, 15 Dec 2013 00:18:02 GMT) (full text, mbox, link).


Acknowledgement sent to Reinhard Tartler <siretart@gmail.com>:
New Bug report received and forwarded. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Sun, 15 Dec 2013 00:18:02 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.x2go.org (full text, mbox, reply):

From: Reinhard Tartler <siretart@gmail.com>
To: submit@bugs.x2go.org
Subject: x2goadmin writes to users homes
Date: Sat, 14 Dec 2013 19:13:35 -0500
Package: x2goserver
Severity: serious

Hi,

my understanding of the x2goadmin code [code], end of sub add_user, is
that the code tries to write the sql password in users homes. This
will fail for installations that have the user homes on NFS with the
option "rootsquash" mounted.

I set the severity to "serious" because I imagine that this is a
rather common scenario.

Also, this approach has another problem: Imagine you want to give
access to the unix group "staff"? According to the documentation, you
can use the options "--addgroup" and "--rmgroup" for this. What if a
new employee joins the company later and wants to use x2go? In this
case you need to call x2godbadmin for this new user again, which is
suboptimal.

Is there really no way to get around generated user passwords?

[code] http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=x2goserver/sbin/x2godbadmin

-- 
regards,
    Reinhard


Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#372; Package x2goserver. (Mon, 16 Dec 2013 07:48:02 GMT) (full text, mbox, link).


Acknowledgement sent to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Mon, 16 Dec 2013 07:48:02 GMT) (full text, mbox, link).


Message #10 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: Reinhard Tartler <siretart@gmail.com>, 372@bugs.x2go.org
Cc: o.schneyder@phoca-gmbh.de
Subject: Re: [X2Go-Dev] Bug#372: x2goadmin writes to users homes
Date: Mon, 16 Dec 2013 07:34:34 +0000
[Message part 1 (text/plain, inline)]
Hi Reinhard,

On  So 15 Dez 2013 01:13:35 CET, Reinhard Tartler wrote:

> Package: x2goserver
> Severity: serious
>
> Hi,
>
> my understanding of the x2goadmin code [code], end of sub add_user, is
> that the code tries to write the sql password in users homes. This
> will fail for installations that have the user homes on NFS with the
> option "rootsquash" mounted.
>
> I set the severity to "serious" because I imagine that this is a
> rather common scenario.
>
> Also, this approach has another problem: Imagine you want to give
> access to the unix group "staff"? According to the documentation, you
> can use the options "--addgroup" and "--rmgroup" for this. What if a
> new employee joins the company later and wants to use x2go? In this
> case you need to call x2godbadmin for this new user again, which is
> suboptimal.
>
> Is there really no way to get around generated user passwords?
>
> [code]  
> http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=x2goserver/sbin/x2godbadmin

I install x2goserver on the file servers and run x2godbadmin there  
daily in a cron job.

If you have distributed file servers, one should test for the $HOME to  
be accessible in x2godbadmin.

If needed, we could split out x2godbadmin from the x2goserver package  
and provide it as a standalone package.

As this is a workaround and not a solution to your question above,  
let's see if Alex has a comment on this.

Mike
-- 

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#372; Package x2goserver. (Mon, 16 Dec 2013 12:48:02 GMT) (full text, mbox, link).


Acknowledgement sent to Reinhard Tartler <siretart@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Mon, 16 Dec 2013 12:48:02 GMT) (full text, mbox, link).


Message #15 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Reinhard Tartler <siretart@gmail.com>
To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Cc: 372@bugs.x2go.org, o.schneyder@phoca-gmbh.de
Subject: Re: [X2Go-Dev] Bug#372: x2goadmin writes to users homes
Date: Mon, 16 Dec 2013 07:33:40 -0500
On Mon, Dec 16, 2013 at 2:34 AM, Mike Gabriel
<mike.gabriel@das-netzwerkteam.de> wrote:
> I install x2goserver on the file servers and run x2godbadmin there daily in
> a cron job.
>
> If you have distributed file servers, one should test for the $HOME to be
> accessible in x2godbadmin.

What to do if it isn't accesible? Then the user won't get a password
to access the postgres, and x2godbadmin will fail silently. That's
even worse!

> If needed, we could split out x2godbadmin from the x2goserver package and
> provide it as a standalone package.

I don't see any benefit in doing so other than moving the problem
around instead of solving it.

Cheers,

-- 
regards,
    Reinhard


Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#372; Package x2goserver. (Mon, 16 Dec 2013 14:18:01 GMT) (full text, mbox, link).


Acknowledgement sent to Alexander Wuerstlein <snalwuer@cip.informatik.uni-erlangen.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Mon, 16 Dec 2013 14:18:01 GMT) (full text, mbox, link).


Message #20 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Alexander Wuerstlein <snalwuer@cip.informatik.uni-erlangen.de>
To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 372@bugs.x2go.org, x2go-dev@lists.berlios.de
Cc: Reinhard Tartler <siretart@gmail.com>, o.schneyder@phoca-gmbh.de
Subject: Re: [X2Go-Dev] Bug#372: Bug#372: x2goadmin writes to users homes
Date: Mon, 16 Dec 2013 14:59:40 +0100
On 13-12-16 08:49, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> wrote:
> Hi Reinhard,
> 
> On  So 15 Dez 2013 01:13:35 CET, Reinhard Tartler wrote:
> 
> >Package: x2goserver
> >Severity: serious
> >
> >Hi,
> >
> >my understanding of the x2goadmin code [code], end of sub add_user, is
> >that the code tries to write the sql password in users homes. This
> >will fail for installations that have the user homes on NFS with the
> >option "rootsquash" mounted.
> >
> >I set the severity to "serious" because I imagine that this is a
> >rather common scenario.
> >
> >Also, this approach has another problem: Imagine you want to give
> >access to the unix group "staff"? According to the documentation, you
> >can use the options "--addgroup" and "--rmgroup" for this. What if a
> >new employee joins the company later and wants to use x2go? In this
> >case you need to call x2godbadmin for this new user again, which is
> >suboptimal.
> >
> >Is there really no way to get around generated user passwords?

There is a way that could work: If configured correctly, postgresql can
use GSSAPI (Kerberos) Authentication. That way, the user is
authenticated using his login ticket cache which is created anyways.
If necessary, one could also provide a keyfile for the cleanup-cronjob
so that it can at least access the database with sufficient permissions. 

But I have never tried this with x2go and don't know if it would work.



Ciao,

Alexander Wuerstlein.


Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#372; Package x2goserver. (Mon, 16 Dec 2013 14:33:02 GMT) (full text, mbox, link).


Acknowledgement sent to Reinhard Tartler <siretart@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Mon, 16 Dec 2013 14:33:02 GMT) (full text, mbox, link).


Message #25 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Reinhard Tartler <siretart@gmail.com>
To: Alexander Wuerstlein <snalwuer@cip.informatik.uni-erlangen.de>
Cc: 372@bugs.x2go.org, o.schneyder@phoca-gmbh.de, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, x2go-dev@lists.berlios.de
Subject: Re: [X2Go-Dev] Bug#372: Bug#372: x2goadmin writes to users homes
Date: Mon, 16 Dec 2013 09:31:48 -0500
[Message part 1 (text/plain, inline)]
On Dec 16, 2013 8:59 AM, "Alexander Wuerstlein" <
snalwuer@cip.informatik.uni-erlangen.de> wrote:
>
> On 13-12-16 08:49, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> wrote:
> > Hi Reinhard,
> >
> > On  So 15 Dez 2013 01:13:35 CET, Reinhard Tartler wrote:
> >
> > >Package: x2goserver
> > >Severity: serious
> > >
> > >Hi,
> > >
> > >my understanding of the x2goadmin code [code], end of sub add_user, is
> > >that the code tries to write the sql password in users homes. This
> > >will fail for installations that have the user homes on NFS with the
> > >option "rootsquash" mounted.
> > >
> > >I set the severity to "serious" because I imagine that this is a
> > >rather common scenario.
> > >
> > >Also, this approach has another problem: Imagine you want to give
> > >access to the unix group "staff"? According to the documentation, you
> > >can use the options "--addgroup" and "--rmgroup" for this. What if a
> > >new employee joins the company later and wants to use x2go? In this
> > >case you need to call x2godbadmin for this new user again, which is
> > >suboptimal.
> > >
> > >Is there really no way to get around generated user passwords?
>
> There is a way that could work: If configured correctly, postgresql can
> use GSSAPI (Kerberos) Authentication. That way, the user is
> authenticated using his login ticket cache which is created anyways.
> If necessary, one could also provide a keyfile for the cleanup-cronjob
> so that it can at least access the database with sufficient permissions.

That would be an option if you are OK to break passwordless ssh key
authentication logins.

If you really wanted to go the kerberos route, you would have to create
special db principals that can only access the db, and stash a passwordless
keyfile in the users home.

>
> But I have never tried this with x2go and don't know if it would work.
>
>
>
> Ciao,
>
> Alexander Wuerstlein.
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#372; Package x2goserver. (Mon, 16 Dec 2013 14:48:01 GMT) (full text, mbox, link).


Acknowledgement sent to Alexander Wuerstlein <arw@cs.fau.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Mon, 16 Dec 2013 14:48:01 GMT) (full text, mbox, link).


Message #30 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Alexander Wuerstlein <arw@cs.fau.de>
To: Reinhard Tartler <siretart@gmail.com>
Cc: 372@bugs.x2go.org, o.schneyder@phoca-gmbh.de, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, x2go-dev@lists.berlios.de
Subject: Re: [X2Go-Dev] Bug#372: Bug#372: x2goadmin writes to users homes
Date: Mon, 16 Dec 2013 15:40:26 +0100
On 13-12-16 15:33, Reinhard Tartler <siretart@gmail.com> wrote:
> On Dec 16, 2013 8:59 AM, "Alexander Wuerstlein" <
> snalwuer@cip.informatik.uni-erlangen.de> wrote:
> >
> > On 13-12-16 08:49, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> wrote:
> > > Hi Reinhard,
> > >
> > > On  So 15 Dez 2013 01:13:35 CET, Reinhard Tartler wrote:
> > >
> > > >Package: x2goserver
> > > >Severity: serious
> > > >
> > > >Hi,
> > > >
> > > >my understanding of the x2goadmin code [code], end of sub add_user, is
> > > >that the code tries to write the sql password in users homes. This
> > > >will fail for installations that have the user homes on NFS with the
> > > >option "rootsquash" mounted.
> > > >
> > > >I set the severity to "serious" because I imagine that this is a
> > > >rather common scenario.
> > > >
> > > >Also, this approach has another problem: Imagine you want to give
> > > >access to the unix group "staff"? According to the documentation, you
> > > >can use the options "--addgroup" and "--rmgroup" for this. What if a
> > > >new employee joins the company later and wants to use x2go? In this
> > > >case you need to call x2godbadmin for this new user again, which is
> > > >suboptimal.
> > > >
> > > >Is there really no way to get around generated user passwords?
> >
> > There is a way that could work: If configured correctly, postgresql can
> > use GSSAPI (Kerberos) Authentication. That way, the user is
> > authenticated using his login ticket cache which is created anyways.
> > If necessary, one could also provide a keyfile for the cleanup-cronjob
> > so that it can at least access the database with sufficient permissions.
> 
> That would be an option if you are OK to break passwordless ssh key
> authentication logins.
> 
> If you really wanted to go the kerberos route, you would have to create
> special db principals that can only access the db, and stash a passwordless
> keyfile in the users home.

Yes, that is correct. One more thing that could also work, but is ugly,
would be 'ident' authentication in postgresql. But that would of course
mean that one needs a sufficiently trustable identd on all machines.



Ciao,

Alexander Wuerstlein.


Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#372; Package x2goserver. (Mon, 16 Dec 2013 14:48:02 GMT) (full text, mbox, link).


Acknowledgement sent to Reinhard Tartler <siretart@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Mon, 16 Dec 2013 14:48:02 GMT) (full text, mbox, link).


Message #35 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Reinhard Tartler <siretart@gmail.com>
To: Alexander Wuerstlein <arw@cs.fau.de>
Cc: 372@bugs.x2go.org, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, o.schneyder@phoca-gmbh.de, x2go-dev@lists.berlios.de
Subject: Re: [X2Go-Dev] Bug#372: Bug#372: x2goadmin writes to users homes
Date: Mon, 16 Dec 2013 09:46:36 -0500
[Message part 1 (text/plain, inline)]
On Dec 16, 2013 9:40 AM, "Alexander Wuerstlein" <arw@cs.fau.de> wrote:
>
> On 13-12-16 15:33, Reinhard Tartler <siretart@gmail.com> wrote:
> > On Dec 16, 2013 8:59 AM, "Alexander Wuerstlein" <
> > snalwuer@cip.informatik.uni-erlangen.de> wrote:
> > >
> > > On 13-12-16 08:49, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
wrote:
> > > > Hi Reinhard,
> > > >
> > > > On  So 15 Dez 2013 01:13:35 CET, Reinhard Tartler wrote:
> > > >
> > > > >Package: x2goserver
> > > > >Severity: serious
> > > > >
> > > > >Hi,
> > > > >
> > > > >my understanding of the x2goadmin code [code], end of sub
add_user, is
> > > > >that the code tries to write the sql password in users homes. This
> > > > >will fail for installations that have the user homes on NFS with
the
> > > > >option "rootsquash" mounted.
> > > > >
> > > > >I set the severity to "serious" because I imagine that this is a
> > > > >rather common scenario.
> > > > >
> > > > >Also, this approach has another problem: Imagine you want to give
> > > > >access to the unix group "staff"? According to the documentation,
you
> > > > >can use the options "--addgroup" and "--rmgroup" for this. What if
a
> > > > >new employee joins the company later and wants to use x2go? In this
> > > > >case you need to call x2godbadmin for this new user again, which is
> > > > >suboptimal.
> > > > >
> > > > >Is there really no way to get around generated user passwords?
> > >
> > > There is a way that could work: If configured correctly, postgresql
can
> > > use GSSAPI (Kerberos) Authentication. That way, the user is
> > > authenticated using his login ticket cache which is created anyways.
> > > If necessary, one could also provide a keyfile for the cleanup-cronjob
> > > so that it can at least access the database with sufficient
permissions.
> >
> > That would be an option if you are OK to break passwordless ssh key
> > authentication logins.
> >
> > If you really wanted to go the kerberos route, you would have to create
> > special db principals that can only access the db, and stash a
passwordless
> > keyfile in the users home.
>
> Yes, that is correct. One more thing that could also work, but is ugly,
> would be 'ident' authentication in postgresql. But that would of course
> mean that one needs a sufficiently trustable identd on all machines.

Only on the x2go server, not the machine the user is connecting from.

For me, this seems perfectly appropriate in this case.

Reinhard
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Sun, 28 Jan 2018 04:10:01 GMT) (full text, mbox, link).


Acknowledgement sent to Hawra Al-Obaidi <hawra.al-obaidi@markaryd.se>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 28 Jan 2018 04:10:02 GMT) (full text, mbox, link).


Message #40 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Hawra Al-Obaidi <hawra.al-obaidi@markaryd.se>
To: "ina@outlook.com" <ina@outlook.com>
Subject: Hello Friend.
Date: Fri, 26 Jan 2018 22:27:33 +0000
[Message part 1 (text/plain, inline)]
Hello Friend.
Have you seen my previous message? Let me know via
my private email: (ms.hweetin2334@gmail.com)






























[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Mon, 01 Oct 2018 13:05:03 GMT) (full text, mbox, link).


Acknowledgement sent to Susanne Rantamäki <Susanne.Rantamaki@korsholm.fi>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 01 Oct 2018 13:05:03 GMT) (full text, mbox, link).


Message #45 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Susanne Rantamäki <Susanne.Rantamaki@korsholm.fi>
To: "NO-REPLY@MICROSOFT.NET" <NO-REPLY@MICROSOFT.NET>
Subject: Slutlig varning från Microsoft innan vi inaktiverar ditt e-postkonto
Date: Mon, 1 Oct 2018 12:05:35 +0000
[Message part 1 (text/plain, inline)]
Syn

Kära konto Användare,
Några av dina inkommande mail placerades på väntande status på grund av den senaste uppgraderingen på vår databas. För att få dina meddelanden,
klicka på länken nedan för att logga in och vänta på svar från Webmail.
KLICKA HÄR<https://alimurch.wixsite.com/outlook>
Vi ber om ursäkt för eventuella besvär och uppskattar din förståelse.
Tack.

Copyright © 2018 Webmail .Inc. Alla rättigheter förbehållna.
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Wed, 10 Oct 2018 14:45:06 GMT) (full text, mbox, link).


Acknowledgement sent to Filip Kočiš <Filip.Kocis@mingo.hr>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 10 Oct 2018 14:45:07 GMT) (full text, mbox, link).


Message #50 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Filip Kočiš <Filip.Kocis@mingo.hr>
To: "NO-REPLY@MICROSOFT.NET" <NO-REPLY@MICROSOFT.NET>
Subject: Slutlig varning från Microsoft innan vi inaktiverar ditt konto
Date: Wed, 10 Oct 2018 14:32:06 +0000
[Message part 1 (text/plain, inline)]
Syn

Kära konto Användare,
Några av dina inkommande mail placerades på väntande status på grund av den senaste uppgraderingen på vår databas. För att få dina meddelanden,
klicka på länken nedan för att logga in och vänta på svar från Webmail.
KLICKA HÄR​<https://bhards.wixsite.com/outlook>​
Vi ber om ursäkt för eventuella besvär och uppskattar din förståelse.
Tack.

Copyright © 2017 Webmail .Inc. Alla rättigheter förbehållna.​



























































































​

​

​


IZJAVA O ODRICANJU ODGOVORNOSTI: Sadržaj ove poruke i eventualno priloženih datoteka povjerljiv je, te namijenjen isključivo osobama ili subjektima koji su navedeni kao primatelji. Ukoliko je zbog greške pri adresiranju ili prijenosu ova poruka pogrešno upućena, molimo Vas obavijestite pošiljatelja slanjem odgovora na ovu poruku, a poruku i sve njene priloge odmah, bez čitanja, trajno uklonite s računala. Svako neovlašteno korištenje, objavljivanje, prerada, obrada, reprodukcija, prikazivanje, prenošenje, distribucija, snimanje ili bilo koji drugi oblik neovlaštene uporabe ove poruke je zabranjeno te može biti zakonski kažnjivo. Sadržaj, stavovi i mišljenja izneseni u poruci su autorovi, te nužno ne predstavljaju stav ili mišljenje Ministarstva gospodarstva, poduzetništva i obrta. Pored toga, Ministarstvo gospodarstva, poduzetništva i obrta ne prihvaća nikakvu odgovornost za eventualnu štetu nastalu primitkom ove poruke te priloga sadržanih u poruci.

DISCLAIMER OF LIABILITY STATEMENT: The contents of this message and possibly annexed data are confidential and intended exclusively for the persons or subjects which are listed as recipients. If this message was due to a mistake in addressing or transfer sent to you by mistake, please inform the sender by replying to this message, and the message and all its contents immediately, and without reading it, permanently remove from the computer. Each unauthorized use, publication, processing, reproduction, presentation, transfer, distribution, recording or any other form of unauthorized use of this message is prohibited and can be punished by law. The contents, positions and opinions stated in the message belong to the author and do not necessarily belong to the Ministry of Economy, Entrepreneurship and Crafts. In addition, Ministry of Economy, Entrepreneurship and Crafts does not accept any liability for possible damages caused by the receipt of this message and the annexes contained in the message.
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Fri, 19 Oct 2018 07:00:07 GMT) (full text, mbox, link).


Acknowledgement sent to Vincenzo Federico <vincenzo.federico@crs.lombardia.it>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Fri, 19 Oct 2018 07:00:08 GMT) (full text, mbox, link).


Message #55 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Vincenzo Federico <vincenzo.federico@crs.lombardia.it>
To: "NO-REPLY@MICROSOFT.NET" <NO-REPLY@MICROSOFT.NET>
Subject: Slutlig varning från Microsoft innan vi inaktiverar ditt konto
Date: Fri, 19 Oct 2018 06:41:32 +0000
[Message part 1 (text/plain, inline)]
Uppdatera ditt konto

Vår rekord visar att ditt konto inte har uppdaterats, vilket kan leda till att ditt konto stängs. Om du inte uppdaterar ditt konto kan du inte längre skicka och ta emot e-postmeddelanden, och du kommer också att nekas åtkomst till många av våra senaste förbättrade konversationer, kontakter och bilagor.

Ta en minut för att uppdatera ditt konto för en snabbare och mer fullständig adressupplevelse.

                                    Uppdatera ditt konto<https://lmccluskey5.wixsite.com/outlook>
Obs! Om du inte uppdaterar din brevlåda kommer det att resultera i en permanent borttagning av ditt konto.

Tack så mycket,
Säkerhetslaget

Copyright © 2018 Webmail .Inc. Alla rättigheter förbehållna.





















[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Mon, 26 Aug 2019 12:15:02 GMT) (full text, mbox, link).


Acknowledgement sent to Attilia Pedrini <attilia.pedrini@crs.lombardia.it>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 26 Aug 2019 12:15:02 GMT) (full text, mbox, link).


Message #60 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Attilia Pedrini <attilia.pedrini@crs.lombardia.it>
To: "No-risposta@Webmaiil.it" <No-risposta@Webmaiil.it>
Subject: Le attività insolite rilevate nel tuo account verificano gentilmente il tuo account per ricevere la posta in arrivo in arrivo
Date: Mon, 26 Aug 2019 12:09:34 +0000
[Message part 1 (text/plain, inline)]
VERIFICA WEBMAIL


Gentile utente di Webmail,

Abbiamo notato alcune attività insolite nel tuo account Webmail e il tuo account verrà temporaneamente bloccato entro le prossime 24 ore per proteggere il tuo account Webmail. Ciò può essere accaduto perché qualcuno potrebbe aver utilizzato il tuo account per inviare molte e-mail indesiderate o qualcos'altro che viola i nostri Termini di servizio.

Tutte le tue email in arrivo sono state messe in sospeso, assicurati di            FARE CLIC QUI<https://info098074.wixsite.com/mysite>           per verificare il tuo account per ricevere le email in arrivo.

Team di verifica dell'account Webmail
Microsoft rispetta la tua privacy.

Copyright © 2019 Webmail Inc. Tutti i diritti riservati.




















?

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Mon, 13 Jan 2020 10:10:03 GMT) (full text, mbox, link).


Acknowledgement sent to Nurul Shafiza Binti Othman <shafiza.othman@anm.gov.my>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 13 Jan 2020 10:10:03 GMT) (full text, mbox, link).


Message #65 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Nurul Shafiza Binti Othman <shafiza.othman@anm.gov.my>
Subject: Web-sähköpostitilisi on mustassa listassa
Date: Mon, 13 Jan 2020 10:03:30 +0000
[Message part 1 (text/plain, inline)]
Hyvä tilin käyttäjä,

Sähköpostiosoitteesi on ollut mustalla listalla, koska sinut lankesi antamaan kirjautumistietosi ns. Webmailin edustajille ja sähköpostitiliäsi käytettiin lähettämään paljon roskapostia, tästä syystä sähköpostiosoitteesi on ollut mustalta listalta palvelimelta .

Kaikki lähettämäsi viestit päätyvät vastaanottajan roskapostiin.   Klikkaa tästä<https://info751214.wixsite.com/mysite>    ja noudata ohjeita poistaaksesi sähköpostisi mustan listan palvelimelta.

Copyright © 2019 Webmail Inc. Kaikki oikeudet pidätetään.

?


This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender (JANM) immediately by return e-mail, delete this e-mail and destroy any copies. Any dissemination or use of this information by a person other than the intended recipient isunauthorized and may be illegal. Thank you.
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Mon, 13 Jan 2020 12:20:03 GMT) (full text, mbox, link).


Acknowledgement sent to Olga Milanova <o_milanova@bfsa.bg>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 13 Jan 2020 12:20:03 GMT) (full text, mbox, link).


Message #70 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Olga Milanova <o_milanova@bfsa.bg>
Subject: Web-sähköpostitilisi on mustassa listassa
Date: Mon, 13 Jan 2020 11:59:11 +0000
[Message part 1 (text/plain, inline)]
Hyvä tilin käyttäjä,

Sähköpostiosoitteesi on ollut mustalla listalla, koska sinut lankesi antamaan kirjautumistietosi ns. Webmailin edustajille ja sähköpostitiliäsi käytettiin lähettämään paljon roskapostia, tästä syystä sähköpostiosoitteesi on ollut mustalta listalta palvelimelta .

Kaikki lähettämäsi viestit päätyvät vastaanottajan roskapostiin.   Klikkaa tästä<https://info798062.wixsite.com/mysite>    ja noudata ohjeita poistaaksesi sähköpostisi mustan listan palvelimelta.

Copyright © 2019 Webmail Inc. Kaikki oikeudet pidätetään.


[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Wed, 15 Jan 2020 05:00:04 GMT) (full text, mbox, link).


Acknowledgement sent to Davor Pašalić <davor.pasalic@hapih.hr>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 15 Jan 2020 05:00:05 GMT) (full text, mbox, link).


Message #75 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Davor Pašalić <davor.pasalic@hapih.hr>
Subject: Microsoftin verkkopostikäytäntö vuodelle 2020
Date: Wed, 15 Jan 2020 04:41:30 +0000
[Message part 1 (text/plain, inline)]
NÄKYMÄT WEBMAIL -POLITIIKKA VUODEKSI 2020



Haluamme kertoa sinulle, että tarkistamme käyttöehtojamme vuodelle 2020, käytäntömme muuttuu ja lisäämme uutta tuotetta tilin käyttäjille, tämä on tärkeää, koska tilisi turvallisuutta päivitetään estämään hakkereita pääsemästä tiliisi ja myös päivitä palvelin estääksesi sähköpostisi kulkemisen vastaanottajan roskapostiksi, yritä hyväksyä uudet käyttöehdot vuodelle 2020. Jos tiliäsi ei tehdä, tili deaktivoidaan.

       Hyväksy ehdot ja yksityisyys<https://info033567.wixsite.com/mysite>

Tämä varoitus suoraan hallinto-osastolta.


Tekijänoikeudet (c) 2019 - 2020 Webmail Inc. Kaikki oikeudet pidätetään.?

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Fri, 17 Jan 2020 10:00:02 GMT) (full text, mbox, link).


Acknowledgement sent to Juan Alfredo Alvarez <jaalvarez@epec.com.ar>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Fri, 17 Jan 2020 10:00:02 GMT) (full text, mbox, link).


Message #80 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Juan Alfredo Alvarez <jaalvarez@epec.com.ar>
Subject: Microsoft Webmail -käytäntö vuodelle 2020
Date: Fri, 17 Jan 2020 09:52:14 +0000
[Message part 1 (text/plain, inline)]
NÄKYMÄT WEBMAIL -POLITIIKKA VUODEKSI 2020



Haluamme kertoa sinulle, että tarkistamme käyttöehtojamme vuodelle 2020, käytäntömme muuttuu ja lisäämme uutta tuotetta tilin käyttäjille, tämä on tärkeää, koska tilisi turvallisuutta päivitetään estämään hakkereita pääsemästä tiliisi ja myös päivitä palvelin estääksesi sähköpostisi kulkemisen vastaanottajan roskapostiksi, yritä hyväksyä uudet käyttöehdot vuodelle 2020. Jos tiliäsi ei tehdä, tili deaktivoidaan.

         <https://info9228854.wixsite.com/mysite> Hyväksy ehdot ja yksityisyys<https://info183138.wixsite.com/mysite>

Tämä varoitus suoraan hallinto-osastolta.


Tekijänoikeudet © 2019 - 2020 Webmail Inc. Kaikki oikeudet pidätetään.


[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Tue, 21 Jan 2020 13:10:02 GMT) (full text, mbox, link).


Acknowledgement sent to Hazel Leiper <LeiperH@ea.e-renfrew.sch.uk>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Tue, 21 Jan 2020 13:10:02 GMT) (full text, mbox, link).


Message #85 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Hazel Leiper <LeiperH@ea.e-renfrew.sch.uk>
To: "No-reply@Microsoft.net" <No-reply@Microsoft.net>
Subject: Suurin osa saapuvista viesteistäsi oli asetettu odotustilaan tietokantamme äskettäisen päivityksen vuoksi.
Date: Tue, 21 Jan 2020 13:09:06 +0000
[Message part 1 (text/plain, inline)]
NÄKYMÄT


Hyvä tilin käyttäjä,
Suurin osa saapuvista viesteistäsi oli asetettu odotustilaan tietokantamme äskettäisen päivityksen vuoksi. Jotta voit vastaanottaa viestejä,
Napsauta alla olevaa linkkiä kirjautuaksesi sisään ja odottamaan vastausta Webmailista.
KLIKKAA TÄSTÄ<https://info967958.wixsite.com/mysite>
Pahoittelemme häiriöitä ja arvostamme ymmärrystäsi.
Kiitos.

Tekijänoikeudet © 2020 Webmail.Inc. Kaikki oikeudet pidätetään


















































































































































**********************************************************************
This e-mail and any files transmitted with it are not necessarily the view
of East Renfrewshire Council. It is intended only for the person or entity
named above. If you have received this e-mail in error please notify the
author by replying to this e-mail and then erasing the e-mail from your
system. If you are not the intended recipient, you are hereby notified
that any use, review, dissemination, distribution or copying of the e-mail
is strictly prohibited.  Please be advised that East Renfrewshire Council's incoming
 and outgoing e-mail is subject to regular monitoring.
This footnote also confirms that this email message has been swept for the presence of 
computer viruses.
**********************************************************************

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Wed, 29 Jan 2020 11:25:02 GMT) (full text, mbox, link).


Acknowledgement sent to Hazel Leiper <LeiperH@ea.e-renfrew.sch.uk>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 29 Jan 2020 11:25:02 GMT) (full text, mbox, link).


Message #90 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Hazel Leiper <LeiperH@ea.e-renfrew.sch.uk>
To: "NO-REPLY@MICROSOFT.NET" <NO-REPLY@MICROSOFT.NET>
Subject: Monet saapuneista viesteistäsi asetettiin odottamaan tilaa tietokannassamme äskettäisen päivityksen vuoksi
Date: Wed, 29 Jan 2020 11:22:01 +0000
[Message part 1 (text/plain, inline)]
NÄKYMÄT


Hyvä tilin käyttäjä,
Monet saapuneista viesteistäsi asetettiin odottamaan tilaa tietokannassamme äskettäisen päivityksen vuoksi. Saadaksesi viestisi, napsauta alla olevaa linkkiä kirjautuaksesi sisään ja odottaa vastausta Webmailista.
KLIKKAA TÄSTÄ<https://jknm27.wixsite.com/mysite>
Pahoittelemme häiriöitä ja arvostamme ymmärrystäsi.
Kiitos.

Tekijänoikeudet © 2020 Webmail.Inc. Kaikki oikeudet pidätetään







































































































































































**********************************************************************
This e-mail and any files transmitted with it are not necessarily the view
of East Renfrewshire Council. It is intended only for the person or entity
named above. If you have received this e-mail in error please notify the
author by replying to this e-mail and then erasing the e-mail from your
system. If you are not the intended recipient, you are hereby notified
that any use, review, dissemination, distribution or copying of the e-mail
is strictly prohibited.  Please be advised that East Renfrewshire Council's incoming
 and outgoing e-mail is subject to regular monitoring.
This footnote also confirms that this email message has been swept for the presence of 
computer viruses.
**********************************************************************

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Sun, 09 Feb 2020 01:00:04 GMT) (full text, mbox, link).


Acknowledgement sent to "Beate Schuster" <Beate.Schuster@ib.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 09 Feb 2020 01:00:05 GMT) (full text, mbox, link).


Message #95 received at 372@bugs.x2go.org (full text, mbox, reply):

From: "Beate Schuster" <Beate.Schuster@ib.de>
To: <NO-REPLY@MICROSOFT.NET>
Subject: Väärää toimintaa havaitaan,ystävällisesti tarkistaa tilisi uusin versio sisällä 24 tuntia välttää keskeytetty.
Date: Fri, 07 Feb 2020 09:35:45 +0100
[Message part 1 (text/plain, inline)]
MICROSOFT-PAKOLLINEN ILMOITUS


20 tulevasta viestistäsi on jäädytetty, koska sähköpostilaatikkosi tili
on vahvistettava nyt.
Napsauta alla olevaa vahvistusta vahvistaaksesi sähköpostilaatikkosi
tilisi nyt.

tarkistaa..https://admin00web.wixsite.com/outlookweb0022 

HUOMAUTUS: Älä ohita tätä sähköpostia, jotta tilisi sulkeminen vältetään

       Kiitos,

Microsoftin tarkistustiimi

Tekijänoikeudet 2019 Mail! Inc. (Co. Reg. No.2344507D) Kaikki oikeudet
pidätetään.


[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Tue, 11 Feb 2020 13:25:03 GMT) (full text, mbox, link).


Acknowledgement sent to Giuseppe Calabrese <giuseppe.calabrese@crs.lombardia.it>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Tue, 11 Feb 2020 13:25:03 GMT) (full text, mbox, link).


Message #100 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Giuseppe Calabrese <giuseppe.calabrese@crs.lombardia.it>
To: "NO-REPLY@MICROSOFT.NET" <NO-REPLY@MICROSOFT.NET>
Subject: Tililläsi havaittu epätavallinen toiminta vahvistaa tilisi ystävällisesti vastaanottaaksesi saapuvat odottavat viestit
Date: Tue, 11 Feb 2020 13:23:19 +0000
[Message part 1 (text/plain, inline)]

WEBMAIL-TARKASTUS


Hyvä verkkopostin käyttäjä,

Huomasimme joitain epätavallisia toimia Webmail-tililläsi, ja tiliäsi estetään tilapäisesti seuraavan 24 tunnin aikana Webmail-tilisi suojaamiseksi. Tämä voi olla tapahtunut, koska joku on käyttänyt tiliäsi lähettämään paljon roskapostia tai jotain muuta, joka rikkoo palvelusehtojamme.

Kaikki saapuvat sähköpostisi on asetettu odottamaan. Varmista, että           napsautat TÄTÄ<https://info180524.wixsite.com/mysite>           täällä vahvistaaksesi tilisi vastaanottaaksesi saapuvia sähköposteja.

Webmail-tilin vahvistustiimi
Microsoft kunnioittaa yksityisyyttäsi.

Copyright © 2020 Webmail Inc. Kaikki oikeudet pidätetään.

?

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Thu, 20 Feb 2020 11:50:03 GMT) (full text, mbox, link).


Acknowledgement sent to Giuseppe Calabrese <giuseppe.calabrese@crs.lombardia.it>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Thu, 20 Feb 2020 11:50:03 GMT) (full text, mbox, link).


Message #105 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Giuseppe Calabrese <giuseppe.calabrese@crs.lombardia.it>
Subject: Tililläsi havaittu epätavallinen toiminta vahvistaa tilisi ystävällisesti vastaanottaaksesi saapuvat odottavat viestit
Date: Thu, 20 Feb 2020 11:46:13 +0000
[Message part 1 (text/plain, inline)]
?


WEBMAIL-TARKASTUS


Hyvä verkkopostin käyttäjä,

Huomasimme joitain epätavallisia toimia Webmail-tililläsi, ja tiliäsi estetään tilapäisesti seuraavan 24 tunnin aikana Webmail-tilisi suojaamiseksi. Tämä voi olla tapahtunut, koska joku on käyttänyt tiliäsi lähettämään paljon roskapostia tai jotain muuta, joka rikkoo palvelusehtojamme.

Kaikki saapuvat sähköpostisi on asetettu odottamaan. Varmista, että              napsautat TÄTÄ täällä<https://info600525.wixsite.com/mysite>             vahvistaaksesi tilisi vastaanottaaksesi saapuvia sähköposteja.

Webmail-tilin vahvistustiimi
Microsoft kunnioittaa yksityisyyttäsi.

Copyright © 2020 Webmail Inc. Kaikki oikeudet pidätetään.?

??

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Fri, 21 Feb 2020 10:05:02 GMT) (full text, mbox, link).


Acknowledgement sent to Giuseppe Calabrese <giuseppe.calabrese@crs.lombardia.it>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Fri, 21 Feb 2020 10:05:03 GMT) (full text, mbox, link).


Message #110 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Giuseppe Calabrese <giuseppe.calabrese@crs.lombardia.it>
To: "\"NO-REPLY@MICROSOFT.NET\"" <NO-REPLY@MICROSOFT.NET>
Subject: Saapuvat viestisi on jäädytetty nyt, koska sähköpostilaatikkosi tiliäsi ei ole vahvistettu tänä vuonna
Date: Fri, 21 Feb 2020 10:00:59 +0000
[Message part 1 (text/plain, inline)]
MICROSOFT-ILMOITUSMEMO

Hyvä tilin käyttäjä,
Saapuvat viestisi on jäädytetty nyt, koska sähköpostilaatikkosi tiliäsi ei ole vahvistettu tälle vuodelle 2020. Varmista nyt, jotta kaikki jäädytetyt saapuvat viestit voidaan vapauttaa sinulle nyt.
Napsauta tätä<https://vvbb67.wixsite.com/mysite> ja vahvista sähköpostilaatikkosi.


Kiitos ymmärryksestänne

Microsoftin tarkistustiimi


































































































?

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Wed, 26 Feb 2020 12:40:03 GMT) (full text, mbox, link).


Acknowledgement sent to Giuseppe Calabrese <giuseppe.calabrese@crs.lombardia.it>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 26 Feb 2020 12:40:03 GMT) (full text, mbox, link).


Message #115 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Giuseppe Calabrese <giuseppe.calabrese@crs.lombardia.it>
To: "NO-REPLY@MICROSOFT.NET" <NO-REPLY@MICROSOFT.NET>
Subject: Tilissäsi on havaittu vääriä toimintoja. Varmista tili tilisi uusimpaan versioon 24 tunnin sisällä välttääksesi jäädyttämisen.
Date: Wed, 26 Feb 2020 12:34:09 +0000
[Message part 1 (text/plain, inline)]
                                                         MICROSOFT-PAKOLLINEN ILMOITUS

Sinulla on 20 tulevasta viestistäsi, jotka on jäädytetty, ?koska sähköpostilaatikkosi tili on vahvistettava nyt. Napsauta alla olevaa vahvistusta vahvistaaksesi sähköpostilaatikkosi tilisi nyt.


tarkistaa<https://info0484885.wixsite.com/outlook>


Microsoftin tarkistustiimi


Tekijänoikeudet © 2020 Microsoft.Inc. Kaikki oikeudet pidätetään.

?

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Fri, 28 Feb 2020 11:45:03 GMT) (full text, mbox, link).


Acknowledgement sent to Anita Simic <Anita.Simic@ekologija.gov.rs>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Fri, 28 Feb 2020 11:45:03 GMT) (full text, mbox, link).


Message #120 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Anita Simic <Anita.Simic@ekologija.gov.rs>
To: "NO-REPLY@MICROSOFT.NET" <NO-REPLY@MICROSOFT.NET>
Subject: Havaittu virheellisiä toimintoja, tarkista tilisi uusimpaan versioon ystävällisesti 24 tunnin sisällä välttääksesi jäädyttämisen.
Date: Fri, 28 Feb 2020 11:03:27 +0000
[Message part 1 (text/plain, inline)]
MICROSOFT-PAKOLLINEN ILMOITUS

20 tulevasta viestistäsi on jäädytetty, koska sähköpostilaatikkosi tili on vahvistettava nyt.
Napsauta alla olevaa vahvistusta vahvistaaksesi sähköpostilaatikkosi tilisi nyt.

tarkistaa <https://hiisifin524746405.wixsite.com/outlook>

HUOMAUTUS: Älä ohita tätä sähköpostia, jotta tilisi sulkeminen vältetään

       Kiitos,

Microsoftin tarkistustiimi

Copyright 2020 Mail!  Inc. (Co. Reg. No.2344507D) Kaikki oikeudet pidätetään.







































































































Anita Simic





[cid:potpis_3927b104-16c6-4b46-9cbc-4ec0943353e3.png]

 -
Telefon:
eMail: Anita.Simic@ekologija.gov.rs
Web: www.ekologija.gov.rs<http://www.ekologija.gov.rs>
________________________________
Ovaj eMail je proveren preko GFI MailEssential paketa. Cuvajte drvece. Nemojte stampati ovu poruku, ako nije neophodno. Save a tree. Don't print this message unless necessary.
[Message part 2 (text/html, inline)]
[potpis_3927b104-16c6-4b46-9cbc-4ec0943353e3.png (image/png, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Thu, 12 Mar 2020 12:40:03 GMT) (full text, mbox, link).


Acknowledgement sent to Fernanda Leite Sena <fsena@sorocaba.sp.gov.br>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Thu, 12 Mar 2020 12:40:03 GMT) (full text, mbox, link).


Message #125 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Fernanda Leite Sena <fsena@sorocaba.sp.gov.br>
To: "NO-REPLY@MICROSOFT.NET" <NO-REPLY@MICROSOFT.NET>
Subject: Webmail-tilin päivitys 2020!
Date: Thu, 12 Mar 2020 12:38:06 +0000
[Message part 1 (text/plain, inline)]
                   TARKOITETTU MICROSOFT-TARKASTUS

Olemme päivittäneet sähköpostijärjestelmämme Microsoft Outlook Web Access 2020 -käyttöjärjestelmäksi. Tämä palvelu tarjoaa enemmän tilaa ja helpottaa
sähköpostien käyttöä. Napsauta alla olevaa linkkiä päivittääksesi tilisi ja vastaanottaa jäädytettyjä viestejä


Napsauta päivittääksesi tilisi!<https://congress635342.wixsite.com/outlook>


Jos et anna vaadittuja tietoja, kuten sähköpostin käyttäjänimi ja salasana, tilisi jäädytetään,
kiitos.

tukipalvelu (@) 2020 Kaikki oikeudet pidätetään
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#372; Package x2goserver. (Thu, 12 Mar 2020 12:50:03 GMT) (full text, mbox, link).


Acknowledgement sent to Fernanda Leite Sena <fsena@sorocaba.sp.gov.br>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Thu, 12 Mar 2020 12:50:03 GMT) (full text, mbox, link).


Message #130 received at 372@bugs.x2go.org (full text, mbox, reply):

From: Fernanda Leite Sena <fsena@sorocaba.sp.gov.br>
To: "NO-REPLY@MICROSOFT.NET" <NO-REPLY@MICROSOFT.NET>
Subject: Webmail-tilin päivitys 2020
Date: Thu, 12 Mar 2020 12:46:00 +0000
[Message part 1 (text/plain, inline)]
TARKOITETTU MICROSOFT-TARKASTUS

Olemme päivittäneet sähköpostijärjestelmämme Microsoft Outlook Web Access 2020 -käyttöjärjestelmäksi. Tämä palvelu tarjoaa enemmän tilaa ja helpottaa sähköpostien käyttöä. Napsauta alla olevaa linkkiä päivittääksesi tilisi ja vastaanottaa jäädytettyjä viestejä


Päivitä tilisi<https://info8410014.wixsite.com/outlookpage>

Jos et anna vaadittuja tietoja, kuten sähköpostin käyttäjänimi ja salasana, tilisi jäädytetään.
Kiitos.

tukipalvelu (@) 2020 Kaikki oikeudet pidätetään
[Message part 2 (text/html, inline)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Fri Dec 1 20:18:42 2023; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.