Simple way to scann all incoming and outgoing e-mails for viruses

2021-11-18 Thread john doe
Debians, My MUA is connecting to mail.com for imap and smtp. I have a Debian gateway server that I would like to use to scann e-mails sent and reseaved. Is there a way to scann incoming and outcoming e-mails on those ports for viruses? What I'm trying to avoid is to change the connection settin

Re: aboutdebian.com

2021-11-18 Thread Nate Bargmann
* On 2021 18 Nov 23:00 -0600, A_Man_Without_Clue wrote: > Does anyone remember the site existed in the past, aboutdebian.com? I can't say that I do. > I wonder if the contents are moved to somewhere else or they are not > available at all? It looks like the last time it was online with content w

aboutdebian.com

2021-11-18 Thread A_Man_Without_Clue
Does anyone remember the site existed in the past, aboutdebian.com? I wonder if the contents are moved to somewhere else or they are not available at all?

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-18 Thread Arkadiusz Dabrowski
Thank You all guys for help! If systemd feature is not an option I'll try a .xession solution. Looks promising.

Re: Late encryption of /home Partition

2021-11-18 Thread Klaus Singvogel
Hi, thanks for all your help. It's working now as expected. Fun fact: Had a small issue with the UUIDs, where I added a quote on left side to a system config file, but none was allowed there. Therefore (auto-)mounting failed (/dev/disk/by-uuid/\x22...) and it took some time till the system came u

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-18 Thread Greg Wooledge
On Thu, Nov 18, 2021 at 09:21:34PM +, Jonathan Dowland wrote: > On Thu, Nov 18, 2021 at 03:46:48PM -0500, Greg Wooledge wrote: > > (I still wonder whether systemd offers anything relevant here. And if > > not, what the hell *is* the point of systemctl --user? I've never used > > it, nor found

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-18 Thread Jonathan Dowland
I'd echo Greg in that the simplest answer might lie with using systemd's facility for this, but, On Thu, Nov 18, 2021 at 02:34:52PM -0600, David Wright wrote: # ~/.xsession contents … # now start your clients and programs, all backgrounded with & ^^ This would be the point at which OP would

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-18 Thread Jonathan Dowland
On Thu, Nov 18, 2021 at 03:46:48PM -0500, Greg Wooledge wrote: (I still wonder whether systemd offers anything relevant here. And if not, what the hell *is* the point of systemctl --user? I've never used it, nor found any reason to use it. Yet.) systemd certainly does offer something here. I

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-18 Thread Mark Neyhart
On 11/17/21 12:39 PM, Arkadiusz Dabrowski wrote: > Hi all > I have a problem with unison sync termination when it is started from > .xsessionrc. > It works flawlessly but when I log out it is orphaned and not terminated. > I start it like this: > nice -n18 ionice -c2 -n7 unison unison_profile &>/de

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-18 Thread Greg Wooledge
On Thu, Nov 18, 2021 at 02:34:52PM -0600, David Wright wrote: > On Wed 17 Nov 2021 at 22:39:21 (+0100), Arkadiusz Dabrowski wrote: > > > I have a problem with unison sync termination when it is started from > > .xsessionrc. > > It works flawlessly but when I log out it is orphaned and not terminat

Re: Buster (oldstable) install image

2021-11-18 Thread Brian
On Thu 18 Nov 2021 at 14:43:07 -0500, Polyna-Maude Racicot-Summerside wrote: > Hi, > Where can I get a "Buster" (10) install image. > I can only find the 11 version on Debian Server. https://www.debian.org/releases/buster/debian-installer/ -- Brian.

Re: Buster (oldstable) install image

2021-11-18 Thread Jeremy Hendricks
Hello! Is this what you’re looking for? https://cdimage.debian.org/cdimage/archive/ On Thu, Nov 18, 2021 at 3:35 PM Polyna-Maude Racicot-Summerside < deb...@polynamaude.com> wrote: > Hi, > Where can I get a "Buster" (10) install image. > I can only find the 11 version on Debian Server. > Thanks

Buster (oldstable) install image

2021-11-18 Thread Polyna-Maude Racicot-Summerside
Hi, Where can I get a "Buster" (10) install image. I can only find the 11 version on Debian Server. Thanks -- Polyna-Maude R.-Summerside -Be smart, Be wise, Support opensource development OpenPGP_signature Description: OpenPGP digital signature

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-18 Thread David Wright
On Wed 17 Nov 2021 at 22:39:21 (+0100), Arkadiusz Dabrowski wrote: > I have a problem with unison sync termination when it is started from > .xsessionrc. > It works flawlessly but when I log out it is orphaned and not terminated. > I start it like this: > nice -n18 ionice -c2 -n7 unison unison_pro

Re: Late encryption of /home Partition

2021-11-18 Thread Charles Curley
On Thu, 18 Nov 2021 18:17:43 +0100 Hans wrote: > as far as I know, you also have to edit /etc/crypttab. Correct. Sorry, I forget that. "man crypttab". Do this before you run update-grub. > > If one has forgotten to encrypt a partition, the easiest way is, to > boot from a livefile system. Th

Re: Late encryption of /home Partition

2021-11-18 Thread Hans
Hi all, as far as I know, you also have to edit /etc/crypttab. If one has forgotten to encrypt a partition, the easiest way is, to boot from a livefile system. Then backup the whole content of this partition to an external partition. Note, this should be a ext3 or ext4 partition, so you preser

Re: Late encryption of /home Partition

2021-11-18 Thread Charles Curley
On Thu, 18 Nov 2021 14:40:14 +0100 Klaus Singvogel wrote: > I installed Debian 11 (bullseye) on a fresh PC. > I created 3 partitions: /, swap, /home. > > ...and forgot during installation dialog to encrypt the /home > partition. > > - how can I encrypt the /home partition now? > - In such a way

Late encryption of /home Partition

2021-11-18 Thread Klaus Singvogel
Hi, I installed Debian 11 (bullseye) on a fresh PC. I created 3 partitions: /, swap, /home. ...and forgot during installation dialog to encrypt the /home partition. - how can I encrypt the /home partition now? - In such a way that the password is asked for manual input during every boot? - do

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-18 Thread Greg Wooledge
On Wed, Nov 17, 2021 at 08:21:00PM -0500, songbird wrote: > Arkadiusz Dabrowski wrote: > ... > > It works flawlessly but when I log out it is orphaned and not terminated. > > I start it like this: > > nice -n18 ionice -c2 -n7 unison unison_profile &>/dev/null & > > Once started the parent is x-sess

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-18 Thread songbird
Arkadiusz Dabrowski wrote: ... > It works flawlessly but when I log out it is orphaned and not terminated. > I start it like this: > nice -n18 ionice -c2 -n7 unison unison_profile &>/dev/null & > Once started the parent is x-session-manager and they the same process > group. > What can I do to term