Re: just mail forwarding to smart mailer

2019-04-13 Thread Reco
Hi. On Sat, Apr 13, 2019 at 10:14:04AM +, Bonno Bloksma wrote: > I am looking for an "easy light weight just empty the local queue and send it > to the smart host" setup. apt install nullmailer Reco

Re: just mail forwarding to smart mailer

2019-04-13 Thread deloptes
Bonno Bloksma wrote: > Hi, > > All along I just installed the standard system on a Debian machine. > Created an alias for the root user with the email address of our > servicedesk to have it send any mails to my servicedesk account and that > was it. The last Debian installations no longer have a

just mail forwarding to smart mailer

2019-04-13 Thread Bonno Bloksma
Hi, All along I just installed the standard system on a Debian machine. Created an alias for the root user with the email address of our servicedesk to have it send any mails to my servicedesk account and that was it. The last Debian installations no longer have a default mailserver installed an

Re: New dual-boot laptop with two SSD drives: should I use LVM (and I have no experience with it)?

2019-04-13 Thread Thomas D Dial
On Sat, 2019-04-13 at 08:18 +0200, Pascal Hambourg wrote: > Le 12/04/2019 à 22:46, Thomas D Dial a écrit : > > In terms of management, it is a major advance over physical > > partitioning > > for the file systems and, depending on particular file system > > characteristics, allows you to get out of

Re: New dual boot laptop: Best file system for a USB live image for installation?

2019-04-13 Thread Thomas D Dial
On Sat, 2019-04-13 at 08:26 +0200, Pascal Hambourg wrote: > Le 12/04/2019 à 22:25, Thomas D Dial a écrit : > > I let the installer partition the USB key that was the install > > target > > and picked LVM, but specified distinct /, /usr/, /var, /home, and > > swap > > Why did you create a distinct

Re: BTRFS snapshot space consumption (was: New laptop: need advice on choice...)

2019-04-13 Thread Matthew Crews
On 4/13/19 5:40 PM, Peter Wiersig wrote: > Peter Wiersig writes: >> >> I would be pissed if my OS removes snapshots I might or might not need >> in the future. That's a release critical bug in my eyes. Yeah, I know >> Microsoft and Apple do that automatically if your capacity runs out, but >> th

Re: BTRFS snapshot space consumption (was: New laptop: need advice on choice...)

2019-04-13 Thread Peter Wiersig
Peter Wiersig writes: > > I would be pissed if my OS removes snapshots I might or might not need > in the future. That's a release critical bug in my eyes. Yeah, I know > Microsoft and Apple do that automatically if your capacity runs out, but > that's also why I don't recommend them at all. Ok

Re: BTRFS snapshot space consumption (was: New laptop: need advice on choice...)

2019-04-13 Thread Peter Wiersig
Felix Miata writes: > Anders Andersson composed on 2019-04-13 17:31 (UTC+0200): > >> Felix Miata wrote: > >>> Because of its snapshotting, BTRFS requires considerably more space than >>> older >>> filesystems, as much as double. > >> A btrfs snapshot takes approximately zero space. Where did you

Re: BTRFS snapshot space consumption (was: New laptop: need advice on choice...)

2019-04-13 Thread deloptes
Felix Miata wrote: > Anders Andersson composed on 2019-04-13 17:31 (UTC+0200): > >> Felix Miata wrote: > >>> Because of its snapshotting, BTRFS requires considerably more space than >>> older filesystems, as much as double. > >> A btrfs snapshot takes approximately zero space. Where did you get

Re: Correct way to install Intermediate certificates in Debian

2019-04-13 Thread Tyler A
I found a temporary solution that at least lets me visit the sites in Firefox. However this doesn't fix OpenSSL (thus things like curl, wget). #!/usr/bin/env bash sudo apt-get install libnss3-tools downloadCerts=(http://cacerts.thawte.com/ThawteRSACA2018.crt http://cacerts.geotru

Re: BTRFS snapshot space consumption (was: New laptop: need advice on choice...)

2019-04-13 Thread Felix Miata
Anders Andersson composed on 2019-04-13 17:31 (UTC+0200): > Felix Miata wrote: >> Because of its snapshotting, BTRFS requires considerably more space than >> older >> filesystems, as much as double. > A btrfs snapshot takes approximately zero space. Where did you get > this idea from? (not an

Re: Correct way to install Intermediate certificates in Debian

2019-04-13 Thread Tyler A
On 13/4/19 3:57 pm, Alexander V. Makartsev wrote: > On 13.04.2019 19:40, Tyler A wrote: >> Hi, >> >> I had trouble visiting these two websites in Firefox, Epiphany and >> verifying with OpenSSL. >> >> - Births Deaths and Marriages (Government of South Australia) >> https://bdm.cbs.sa.gov.au/bdmsa

Re: Correct way to install Intermediate certificates in Debian

2019-04-13 Thread Alexander V. Makartsev
On 13.04.2019 19:40, Tyler A wrote: > Hi, > > I had trouble visiting these two websites in Firefox, Epiphany and > verifying with OpenSSL. > > - Births Deaths and Marriages (Government of South Australia) > https://bdm.cbs.sa.gov.au/bdmsaonline/dbweb.asp?dbcgm=1&prprc=oac > > - Hostplus Superannu

Re: New laptop: need advice on choice of file system types

2019-04-13 Thread Anders Andersson
On Fri, Apr 12, 2019 at 4:51 PM Tom Browder wrote: > > I have used ext4 for many years while I have been watching zfs and > btrfs being developed. I am now considering using one or both on at > least one partion during my upcoming new Debian installation. > > Can anyone recommend either one for a

Re: New laptop: need advice on choice of file system types

2019-04-13 Thread Anders Andersson
On Fri, Apr 12, 2019 at 11:36 PM Felix Miata wrote: > > Tom Browder composed on 2019-04-12 09:50 (UTC-0500): > > > I have used ext4 for many years while I have been watching zfs and > > btrfs being developed. I am now considering using one or both on at > > least one partion during my upcoming new

Correct way to install Intermediate certificates in Debian

2019-04-13 Thread Tyler A
Hi, I had trouble visiting these two websites in Firefox, Epiphany and verifying with OpenSSL. - Births Deaths and Marriages (Government of South Australia) https://bdm.cbs.sa.gov.au/bdmsaonline/dbweb.asp?dbcgm=1&prprc=oac - Hostplus Superannuation Fund https://hostplus.com.au/ It appears t

Re: New laptop: need advice on choice of file system types

2019-04-13 Thread Dan Ritter
Curt wrote: > On 2019-04-12, Thomas D Dial wrote: > > > > ZFS for /home makes sense, especially for anyone not already somewhat > > familiar with ZFS. > > Well, if ZFS is this big sixteen-wheeler that you might crash into the > concrete embankment if you're not careful, what are the benefits tha

Re: New laptop: need advice on choice of file system types

2019-04-13 Thread Curt
On 2019-04-12, Thomas D Dial wrote: > > ZFS for /home makes sense, especially for anyone not already somewhat > familiar with ZFS. Well, if ZFS is this big sixteen-wheeler that you might crash into the concrete embankment if you're not careful, what are the benefits that outweigh or override thes