Re: List admin email address?

2023-03-10 Thread Jeffrey Walton
On Sat, Mar 11, 2023 at 1:32 AM john doe wrote: > > On 3/11/23 06:14, Jeffrey Walton wrote: > > > > I receive bounces when using the debian-users list (see below). I'd > > like to get the bad email address removed from the list. > > > > I want to contact the list admin, but I cannot find a contact

Re: List admin email address?

2023-03-10 Thread john doe
On 3/11/23 06:14, Jeffrey Walton wrote: Hi Everyone, I receive bounces when using the debian-users list (see below). I'd like to get the bad email address removed from the list. I want to contact the list admin, but I cannot find a contact at [1] or [2]. How do we contact the list admin? Loo

Re: home server for email box

2023-03-10 Thread tomas
On Sat, Mar 11, 2023 at 05:04:48AM +0800, Jeremy Ardley wrote: > > On 10/3/23 23:52, Henning Follmann wrote: > > > > Well "could" is the best way to describe the chances of this working. > > > > I think the best way too find out: > > Check if the ISP will allow you to set the reverse DNS record

Re: Re: home server for email box

2023-03-10 Thread pyh
They are really entire. Thanks for the info. Yong

Re: home server for email box

2023-03-10 Thread Lukasz Szybalski
https://flurdy.com/docs/postfix/ This has probably the most info in one spot. Enjoy. __ Lucas https://w5hnews.com/category/linux On Fri, Mar 10, 2023, 4:39 AM wrote: > Hello, > > > I have a home server with static IP from the ISP. The server has debian 11 > installed. > > Can I setup a mail

List admin email address?

2023-03-10 Thread Jeffrey Walton
Hi Everyone, I receive bounces when using the debian-users list (see below). I'd like to get the bad email address removed from the list. I want to contact the list admin, but I cannot find a contact at [1] or [2]. How do we contact the list admin? Thanks in advance. [1] https://www.debian.org

Re: question about rc.local

2023-03-10 Thread David Wright
On Fri 10 Mar 2023 at 23:21:57 (-0500), Greg Wooledge wrote: > On Sat, Mar 11, 2023 at 10:20:04AM +0800, cor...@free.fr wrote: > > Is rc.local a regular service? I was thinking it's just a shell script run > > by systemd. > > rc-local.service is a systemd service. It's enabled by default. > > /e

Re: question about rc.local

2023-03-10 Thread Greg Wooledge
On Sat, Mar 11, 2023 at 10:20:04AM +0800, cor...@free.fr wrote: > Is rc.local a regular service? I was thinking it's just a shell script run > by systemd. rc-local.service is a systemd service. It's enabled by default. /etc/rc.local is the program that it will execute, if you create it and make

Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8

2023-03-10 Thread David Wright
On Fri 10 Mar 2023 at 10:10:48 (+0100), Loris Bennett wrote: > > I am on bullseye and am trying to install the package r-cran-ggplot2. > This fails with > > E: Failed to fetch > > http://deb.debian.org/debian/pool/main/p/postgresql-13/libpq5_13.8-0%2bdeb11u1_amd64.deb > 404 Not Found [IP

Re: question about rc.local

2023-03-10 Thread davidson
On Fri, 10 Mar 2023 David Wright wrote: On Fri 10 Mar 2023 at 18:47:02 (+0100), Vincent Lefevre wrote: On 2023-03-10 18:00:41 +0100, Christoph Brinkhaus wrote: Am Fri, Mar 10, 2023 at 04:29:34PM +0100 schrieb Vincent Lefevre: On 2023-03-10 09:58:55 -0500, Greg Wooledge wrote: On Fri, Mar 10,

Re: question about rc.local

2023-03-10 Thread coreyh
On 11/03/2023 10:04, David Wright wrote: On Fri 10 Mar 2023 at 18:47:02 (+0100), Vincent Lefevre wrote: On 2023-03-10 18:00:41 +0100, Christoph Brinkhaus wrote: > Am Fri, Mar 10, 2023 at 04:29:34PM +0100 schrieb Vincent Lefevre: > > On 2023-03-10 09:58:55 -0500, Greg Wooledge wrote: > > > On Fri

Re: question about rc.local

2023-03-10 Thread David Wright
On Fri 10 Mar 2023 at 18:47:02 (+0100), Vincent Lefevre wrote: > On 2023-03-10 18:00:41 +0100, Christoph Brinkhaus wrote: > > Am Fri, Mar 10, 2023 at 04:29:34PM +0100 schrieb Vincent Lefevre: > > > On 2023-03-10 09:58:55 -0500, Greg Wooledge wrote: > > > > On Fri, Mar 10, 2023 at 04:55:03PM +0200,

Re: switch gateway automatically

2023-03-10 Thread Timothy M Butterworth
On Fri, Mar 10, 2023 at 8:12 PM wrote: > Hello, > > > I have two DSL in family. One is main, another is backup. > > When the main DSL get outage, can debian system choose backup DSL as > gateway and keep internet not disconnected? If so, how to deploy it? > You need a Router with two WAN ports!

Re: question about rc.local

2023-03-10 Thread John Crawley
On 11/03/2023 00:29, Vincent Lefevre wrote: On 2023-03-10 09:58:55 -0500, Greg Wooledge wrote: On Fri, Mar 10, 2023 at 04:55:03PM +0200, Anssi Saari wrote: Nicolas George writes: Anssi Saari (12023-03-09): After=network.target # /usr/lib/systemd/system/rc-local.service.d/debian.conf [Unit]

Re: Bookworm system not responding on high memory usage

2023-03-10 Thread Timothy M Butterworth
On Fri, Mar 10, 2023 at 7:57 PM Xiyue Deng wrote: > Hi, > > I have an AMD64 system[1] that has been running fine on Bullseye for a > few years, and recently following the soft freeze on Bookworm I upgraded > my system to try it out, and the system has been frequently losing > response. Initially

switch gateway automatically

2023-03-10 Thread pyh
* { font-size: 13px; font-family: 'MS Pゴシック', sans-serif;}p, ul, ol, blockquote { margin: 0;}a { color: #0064c8; text-decoration: none;}a:hover { color: #0057af; text-decoration: underline;}a:active { color: #004c98;} Hello, I have two DSL in family. One is main, another is backup. When the

Bookworm system not responding on high memory usage

2023-03-10 Thread Xiyue Deng
Hi, I have an AMD64 system[1] that has been running fine on Bullseye for a few years, and recently following the soft freeze on Bookworm I upgraded my system to try it out, and the system has been frequently losing response. Initially I thought it was because of some issue of my qemu-based Win11

Re: home server for email box

2023-03-10 Thread gene heskett
On 3/10/23 15:57, Brian wrote: On Fri 10 Mar 2023 at 10:52:20 -0500, Henning Follmann wrote: On Fri, Mar 10, 2023 at 12:44:25PM +0100, to...@tuxteam.de wrote: On Fri, Mar 10, 2023 at 12:01:57PM +0100, Nicolas George wrote: p...@ymail.ne.jp (12023-03-10): Can I setup a mail server (postfix, d

Re: home server for email box

2023-03-10 Thread Jeremy Ardley
On 11/3/23 06:09, Michel Verdier wrote: Le 10 mars 2023 Jeremy Ardley a écrit : smtpd_recipient_restrictions =    permit_sasl_authenticated    permit_mynetworks    reject_unauth_destination    reject_invalid_hostname    reject_non_fqdn_hostname    reject_non_fqdn_sender    reject_non_f

Re: home server for email box

2023-03-10 Thread Michel Verdier
Le 10 mars 2023 Jeremy Ardley a écrit : > smtpd_recipient_restrictions = >    permit_sasl_authenticated >    permit_mynetworks >    reject_unauth_destination >    reject_invalid_hostname >    reject_non_fqdn_hostname >    reject_non_fqdn_sender >    reject_non_fqdn_recipient >    reject_unknown_se

Re: home server for email box

2023-03-10 Thread Jeremy Ardley
On 11/3/23 05:27, Michel Verdier wrote: Le 10 mars 2023 Jeremy Ardley a écrit : You may run into problems if your IP address is in a range that is blacklisted due to some addresses being used to spam. I'm not sure if IPv6 ranges have got into that category as yet. spamhaus has a ipv6 drop list

Re: Suricata not starting

2023-03-10 Thread Dan Ritter
Timothy M Butterworth wrote: > On Fri, Mar 10, 2023 at 2:10 PM Dan Ritter wrote: > > What happens when you run the daemon by hand? > > > > -dsr- > > > > suricata -c /etc/suricata/suricata.yaml -s signatures.rules -i wlo1 > Error opening file /var/log/suricata//suricata.log > 10/3/2023 -- 16:08:5

Re: home server for email box

2023-03-10 Thread Michel Verdier
Le 10 mars 2023 Jeremy Ardley a écrit : > You may run into problems if your IP address is in a range that is blacklisted > due to some addresses being used to spam. I'm not sure if IPv6 ranges have got > into that category as yet. spamhaus has a ipv6 drop list. Smaller than ipv4 but some yet http

Re: Suricata not starting

2023-03-10 Thread Timothy M Butterworth
On Fri, Mar 10, 2023 at 4:09 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Fri, Mar 10, 2023 at 2:10 PM Dan Ritter wrote: > >> Timothy M Butterworth wrote: >> > Is anyone else having problems getting suricata to start? >> > >> > Mar 10 13:43:33 debian-testing systemd

Re: home server for email box

2023-03-10 Thread Jeremy Ardley
On 11/3/23 05:04, Jeremy Ardley wrote: All you need to do is generate an SPF record authorising your fixed IP(s) to send mail for your domain(s). You don't need need to have control over the forward and reverse DNS of the IPs, but it is pretty much required that your ISP has forward and r

Re: Suricata not starting

2023-03-10 Thread Timothy M Butterworth
On Fri, Mar 10, 2023 at 2:10 PM Dan Ritter wrote: > Timothy M Butterworth wrote: > > Is anyone else having problems getting suricata to start? > > > > Mar 10 13:43:33 debian-testing systemd[1]: suricata.service: Scheduled > > restart job, restart counter is at 5. > > Mar 10 13:43:33 debian-testin

Re: home server for email box

2023-03-10 Thread Jeremy Ardley
On 10/3/23 23:52, Henning Follmann wrote: Well "could" is the best way to describe the chances of this working. I think the best way too find out: Check if the ISP will allow you to set the reverse DNS record matching your chose A record. If they do, GREAT! If they don't, you most likely will

Re: home server for email box

2023-03-10 Thread Brian
On Fri 10 Mar 2023 at 10:52:20 -0500, Henning Follmann wrote: > On Fri, Mar 10, 2023 at 12:44:25PM +0100, to...@tuxteam.de wrote: > > On Fri, Mar 10, 2023 at 12:01:57PM +0100, Nicolas George wrote: > > > p...@ymail.ne.jp (12023-03-10): > > > > Can I setup a mail server (postfix, dovecot, dkim, rsp

Re: Suricata not starting

2023-03-10 Thread Dan Ritter
Timothy M Butterworth wrote: > Is anyone else having problems getting suricata to start? > > Mar 10 13:43:33 debian-testing systemd[1]: suricata.service: Scheduled > restart job, restart counter is at 5. > Mar 10 13:43:33 debian-testing systemd[1]: Stopped suricata.service - > Suricata IDS/IDP da

Suricata not starting

2023-03-10 Thread Timothy M Butterworth
Is anyone else having problems getting suricata to start? sudo systemctl status suricata × suricata.service - Suricata IDS/IDP daemon Loaded: loaded (/lib/systemd/system/suricata.service; disabled; preset: enabled) Active: failed (Result: exit-code) since Fri 2023-03-10 13:43:33 EST; 3s ag

Re: question about rc.local

2023-03-10 Thread Vincent Lefevre
On 2023-03-10 18:00:41 +0100, Christoph Brinkhaus wrote: > Am Fri, Mar 10, 2023 at 04:29:34PM +0100 schrieb Vincent Lefevre: > > Bonjour Vincent, > > > On 2023-03-10 09:58:55 -0500, Greg Wooledge wrote: > > > On Fri, Mar 10, 2023 at 04:55:03PM +0200, Anssi Saari wrote: > > > > Nicolas George wri

Re: question about rc.local

2023-03-10 Thread Christoph Brinkhaus
Am Fri, Mar 10, 2023 at 04:29:34PM +0100 schrieb Vincent Lefevre: Bonjour Vincent, > On 2023-03-10 09:58:55 -0500, Greg Wooledge wrote: > > On Fri, Mar 10, 2023 at 04:55:03PM +0200, Anssi Saari wrote: > > > Nicolas George writes: [snip - almost everything] > > The man pages are most likely fro

Re: Subject: OT: LUKS encryption -- block by block, file by file, or "one big lump"

2023-03-10 Thread Nicolas George
Bottenberg, Michael (12023-03-10): > > Of course not. [...] > Quite the contrary. Indeed, this bit is backward in my mail. Sorry. Regards, -- Nicolas George

Re: Subject: OT: LUKS encryption -- block by block, file by file, or "one big lump"

2023-03-10 Thread Bottenberg, Michael
On 2023-03-09 22:16 Nicolas George wrote: rhkra...@gmail.com (12023-03-08): * can files in the LUKS partition other than the one with the one block corrupted be read correctly? * assuming the file with the corrupted block is bigger than one block, can the other parts of the file (not in

Re: home server for email box

2023-03-10 Thread Henning Follmann
On Fri, Mar 10, 2023 at 12:44:25PM +0100, to...@tuxteam.de wrote: > On Fri, Mar 10, 2023 at 12:01:57PM +0100, Nicolas George wrote: > > p...@ymail.ne.jp (12023-03-10): > > > Can I setup a mail server (postfix, dovecot, dkim, rspamd etc) on this > > > box to receive/send email normally? > > > > Pr

Re: PDF on debian

2023-03-10 Thread tomas
On Fri, Mar 10, 2023 at 10:21:55PM +0700, Max Nikulin wrote: > On 09/03/2023 21:29, tomas wrote: > > TeX is perfectly fine as a PDF backend. Especially if you go for the > > more "modern" variants, like LuaTeX, which grok UTF-8 natively. > > I am curious if you can provide preamble with font confi

Re: question about rc.local

2023-03-10 Thread Vincent Lefevre
On 2023-03-10 09:58:55 -0500, Greg Wooledge wrote: > On Fri, Mar 10, 2023 at 04:55:03PM +0200, Anssi Saari wrote: > > Nicolas George writes: > > > > > Anssi Saari (12023-03-09): > > >> Perhaps a note, since today in Debian by default it's systemd which runs > > >> /etc/rc.local. There's no guaran

Re: PDF on debian

2023-03-10 Thread Max Nikulin
On 09/03/2023 21:29, tomas wrote: TeX is perfectly fine as a PDF backend. Especially if you go for the more "modern" variants, like LuaTeX, which grok UTF-8 natively. I am curious if you can provide preamble with font configuration working for most of users for documents including non-latin sc

Re: question about rc.local

2023-03-10 Thread Greg Wooledge
On Fri, Mar 10, 2023 at 04:55:03PM +0200, Anssi Saari wrote: > Nicolas George writes: > > > Anssi Saari (12023-03-09): > >> Perhaps a note, since today in Debian by default it's systemd which runs > >> /etc/rc.local. There's no guarantee it's done last like there was in SysV > >> init since syste

Re: question about rc.local

2023-03-10 Thread Anssi Saari
Nicolas George writes: > Anssi Saari (12023-03-09): >> Perhaps a note, since today in Debian by default it's systemd which runs >> /etc/rc.local. There's no guarantee it's done last like there was in SysV >> init since systemd runs stuff in parallel. Network availability also >> isn't guaranteed.

Re: Re: home server for email box

2023-03-10 Thread Tixy
On Fri, 2023-03-10 at 21:29 +0900, p...@ymail.ne.jp wrote: > As you suggested I may use other relays as outgoing gateway. But the > home box will receive and store messages. I can operate the email > accounts for me and my family on this server. This is what I do. But another thing to bear in mind

Re: home server for email box

2023-03-10 Thread Vincent Lefevre
On 2023-03-10 20:03:53 +0800, cor...@free.fr wrote: > On 10/03/2023 19:57, Nicolas George wrote: > > Vincent Lefevre (12023-03-10): > > > Mail may still be sent via the ISP's smarthost. > > > > Unless the ISP's relay refuses to take mail not from the ISP's domain, > > like I have seen a few times.

Re: choose the right email address to send to the lists

2023-03-10 Thread Eduardo M KALINOWSKI
On 10/03/2023 09:09, cor...@free.fr wrote: On 10/03/2023 19:30, cor...@free.fr wrote: I saw some people using email addresses like yahoo, AOL, mail.ru to post messages to the lists (such as debian-user, postfix-user etc). I am thinking those addresses which have the strictest DKIM setup are not

Re: Re: home server for email box

2023-03-10 Thread pyh
As you suggested I may use other relays as outgoing gateway. But the home box will receive and store messages. I can operate the email accounts for me and my family on this server. Thanks Yong

Re: Subject: OT: LUKS encryption -- block by block, file by file, or "one big lump"

2023-03-10 Thread rhkramer
On Friday, March 10, 2023 02:54:39 AM Nicolas George wrote: > rhkra...@gmail.com (12023-03-09): > > Didn't you mean "of course"? > > I meant the rest of the paragraph and the ones after that. Ahh, ok.

Re: choose the right email address to send to the lists

2023-03-10 Thread coreyh
On 10/03/2023 19:30, cor...@free.fr wrote: I saw some people using email addresses like yahoo, AOL, mail.ru to post messages to the lists (such as debian-user, postfix-user etc). I am thinking those addresses which have the strictest DKIM setup are not suitable to send a list mail, they will be

Re: home server for email box

2023-03-10 Thread coreyh
On 10/03/2023 19:57, Nicolas George wrote: Vincent Lefevre (12023-03-10): Mail may still be sent via the ISP's smarthost. Unless the ISP's relay refuses to take mail not from the ISP's domain, like I have seen a few times. Or use an outgoing mail relay, such as mail gun, mail channel, they e

Re: home server for email box

2023-03-10 Thread Nicolas George
to...@tuxteam.de (12023-03-10): > It makes sense to check for that. But having a static routable IP > is a strong hint that it could work. Alas no. > Have you more details for that "declaration" you hint at? How is > an IP "declared" as "domestic"? I think it goes through the whois declarations

Re: home server for email box

2023-03-10 Thread Nicolas George
Vincent Lefevre (12023-03-10): > Mail may still be sent via the ISP's smarthost. Unless the ISP's relay refuses to take mail not from the ISP's domain, like I have seen a few times. -- Nicolas George

Re: home server for email box

2023-03-10 Thread Vincent Lefevre
On 2023-03-10 12:01:57 +0100, Nicolas George wrote: > p...@ymail.ne.jp (12023-03-10): > > Can I setup a mail server (postfix, dovecot, dkim, rspamd etc) on > > this box to receive/send email normally? > > Probably not: ISP declare IP blocks attributed to clients as “domestic” > and a lot of import

Re: home server for email box

2023-03-10 Thread tomas
On Fri, Mar 10, 2023 at 12:01:57PM +0100, Nicolas George wrote: > p...@ymail.ne.jp (12023-03-10): > > Can I setup a mail server (postfix, dovecot, dkim, rspamd etc) on this box > > to receive/send email normally? > > Probably not: ISP declare IP blocks attributed to clients as “domestic” > and a

choose the right email address to send to the lists

2023-03-10 Thread coreyh
I saw some people using email addresses like yahoo, AOL, mail.ru to post messages to the lists (such as debian-user, postfix-user etc). I am thinking those addresses which have the strictest DKIM setup are not suitable to send a list mail, they will be blocked by many recipients (list members)

Re: home server for email box

2023-03-10 Thread Nicolas George
p...@ymail.ne.jp (12023-03-10): > Can I setup a mail server (postfix, dovecot, dkim, rspamd etc) on this box to > receive/send email normally? Probably not: ISP declare IP blocks attributed to clients as “domestic” and a lot of important e-mail operators block them. Anyway, if you have to ask, t

Re: home server for email box

2023-03-10 Thread Jeremy Ardley
On 10/3/23 18:29, p...@ymail.ne.jp wrote: Hello, I have a home server with static IP from the ISP. The server has debian 11 installed. Can I setup a mail server (postfix, dovecot, dkim, rspamd etc) on this box to receive/send email normally? Or do you guys have this similar operation?

home server for email box

2023-03-10 Thread pyh
* { font-size: 13px; font-family: 'MS Pゴシック', sans-serif;}p, ul, ol, blockquote { margin: 0;}a { color: #0064c8; text-decoration: none;}a:hover { color: #0057af; text-decoration: underline;}a:active { color: #004c98;} Hello, I have a home server with static IP from the ISP. The server has deb

Re: nvidia-driver gets a code 1

2023-03-10 Thread Floris Renaud
On vrijdag 10 maart 2023 08:00:36 (+01:00), Charles Kroeger wrote: > deb https://deb.debian.org/debian bookworm main non-free non-free-firmware > > not > > deb https://deb.debian.org/debian bookworm main contrib non-free > non-free-firmware > > ? > Of course, you can also add 'contrib' se

[bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8

2023-03-10 Thread Loris Bennett
Hi, I am on bullseye and am trying to install the package r-cran-ggplot2. This fails with E: Failed to fetch http://deb.debian.org/debian/pool/main/p/postgresql-13/libpq5_13.8-0%2bdeb11u1_amd64.deb 404 Not Found [IP: 146.75.122.132 80] (full output below). There seems to be a dependen

Re: Forcing dhclient to not ignore tun0 interface when it's available

2023-03-10 Thread davenull
On 2023-03-10 01:51, David Wright wrote: On Tue 07 Mar 2023 at 17:53:10 (+0100), daven...@tuxfamily.org wrote: So I'm clearly being lazy this time. I'd rather find a solution which is relatively "easy and fast" to implement, than work for free chattr -i ? Scripted of course. Yeah,, I'm us