Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

For every problem there is one solution which is simple, neat, and wrong. -- H. L. Mencken


computers / comp.mail.sendmail / Re: Distribution list?

SubjectAuthor
* Distribution list?Knute Johnson
+- Re: Distribution list?Martin Neitzel
`* Re: Distribution list?Marco Moock
 `* Re: Distribution list?Mike Scott
  +* Re: Distribution list?Marco Moock
  |`* Re: Distribution list?Mike Scott
  | `- Re: Distribution list?Marco Moock
  `* Re: Distribution list?Grant Taylor
   `* Re: Distribution list?Knute Johnson
    +* Re: Distribution list?Marco Moock
    |`- Re: Distribution list?Knute Johnson
    `- Re: Distribution list?Grant Taylor

1
Distribution list?

<ur047t$2046i$1@dont-email.me>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=956&group=comp.mail.sendmail#956

 copy link   Newsgroups: comp.mail.sendmail
Path: i2pn2.org!i2pn.org!news.hispagatos.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: knute2...@585ranch.com (Knute Johnson)
Newsgroups: comp.mail.sendmail
Subject: Distribution list?
Date: Mon, 19 Feb 2024 11:47:40 -0600
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <ur047t$2046i$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 19 Feb 2024 17:47:41 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="6ea672eb8a1ffff72397bb34a5f4179d";
logging-data="2101458"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1950FGKgCFEfihh8QZRwiTN"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:rdjR+qDZpGUKGncqxY18BM23yDo=
Content-Language: en-US
 by: Knute Johnson - Mon, 19 Feb 2024 17:47 UTC

I need to set up a distribution list. Where one email is sent to one
user and it is then sent to multiple other users. They are all local
users although that might change. I know that I can make a large entry
in /etc/aliases but is there a more common or better way of doing this?

--

Knute Johnson

Re: Distribution list?

<s94JDH.Lw3@gaertner.de>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=957&group=comp.mail.sendmail#957

 copy link   Newsgroups: comp.mail.sendmail
Newsgroups: comp.mail.sendmail
Path: i2pn2.org!i2pn.org!news.furie.org.uk!usenet.goja.nl.eu.org!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!npeer.as286.net!npeer-ng0.as286.net!gaertner.de!not-for-mail
From: neit...@gaertner.de (Martin Neitzel)
Subject: Re: Distribution list?
X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
Sender: neitzel@gaertner.de (Martin Neitzel)
Organization: Gaertner Datensysteme, Braunschweig, Germany
Message-ID: <s94JDH.Lw3@gaertner.de>
Originator: neitzel@gaertner.de (Martin Neitzel)
References: <ur047t$2046i$1@dont-email.me>
Date: Mon, 19 Feb 2024 22:20:05 GMT
 by: Martin Neitzel - Mon, 19 Feb 2024 22:20 UTC

Knute Johnson <knute2024@585ranch.com> wrote:
> I need to set up a distribution list. [...] I know that I can make a
> large entry in /etc/aliases but is there a more common or better way of
> doing this?

/etc/aliases is just fine. I don't hesitate to put alias lists in there
with, say, twenty users. Note that you can also define an alias with

somelist :include:/file/name

mechanism to delegate the address list (and their maintainance) to
somewhere else. (In fact, most mailing list software is using exactly
this mechanism.)

As long as the distribution list is for a very small, tightly knit group,
and senders care about reaching *all* other member, the users will probably
prefer to receive bounce messages directly. (An internal distribution
list for some project team, or the list for my six fellow road byciclists
work good this way.)

Whenever senders don't really care about who exactly is on the list
("support@...") then bounces should go to whoever is maintaining the
/etc/alias entry or the :included: address list. In that case, simply
add a corresponding "owner-" alias"

owner-somelist: postmaster

This will cause the envelope-sender to be changes, and thusly the address
bounces will go to. This also is a MUST as soon as you add external
addresses to the list. (Otherwise, you'll probably violat a sender's
SPF restrictions.)

Martin Neitzel

Re: Distribution list?

<ur1hid$2cd1r$1@dont-email.me>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=958&group=comp.mail.sendmail#958

 copy link   Newsgroups: comp.mail.sendmail
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: mm+usene...@dorfdsl.de (Marco Moock)
Newsgroups: comp.mail.sendmail
Subject: Re: Distribution list?
Date: Tue, 20 Feb 2024 07:41:16 +0100
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <ur1hid$2cd1r$1@dont-email.me>
References: <ur047t$2046i$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 20 Feb 2024 06:41:17 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="539cfa7f13405ac21762a7e7fd5f5bcc";
logging-data="2503739"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ncX5EL75ZhWyn4VTWCmyJ"
Cancel-Lock: sha1:vzBU9FzRu2vx2fyrz+G+X97ujwk=
 by: Marco Moock - Tue, 20 Feb 2024 06:41 UTC

On 19.02.2024 um 11:47 Uhr Knute Johnson wrote:

> I need to set up a distribution list. Where one email is sent to one
> user and it is then sent to multiple other users. They are all local
> users although that might change. I know that I can make a large
> entry in /etc/aliases but is there a more common or better way of
> doing this?

If you want a more flexible way, use a mailing list software like
Mailman, Listserv or Sympa.

--
kind regards
Marco

Send spam to muell456@cartoonies.org

Re: Distribution list?

<ur1roc$2e8f6$1@dont-email.me>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=959&group=comp.mail.sendmail#959

 copy link   Newsgroups: comp.mail.sendmail
Path: i2pn2.org!rocksolid2!news.neodome.net!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: usenet...@scottsonline.org.uk.invalid (Mike Scott)
Newsgroups: comp.mail.sendmail
Subject: Re: Distribution list?
Date: Tue, 20 Feb 2024 09:35:08 +0000
Organization: Scott family
Lines: 28
Message-ID: <ur1roc$2e8f6$1@dont-email.me>
References: <ur047t$2046i$1@dont-email.me> <ur1hid$2cd1r$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 20 Feb 2024 09:35:08 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="8a52f5d2c0a96a17e4d023832533d902";
logging-data="2564582"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19BO8B98pkxr/wX8mOqTurtqI+0izZUqGU="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:Otl7ppoV5PjdAJiZ7iyAGqdgKoY=
Content-Language: en-GB
In-Reply-To: <ur1hid$2cd1r$1@dont-email.me>
 by: Mike Scott - Tue, 20 Feb 2024 09:35 UTC

On 20/02/2024 06:41, Marco Moock wrote:
> On 19.02.2024 um 11:47 Uhr Knute Johnson wrote:
>
>> I need to set up a distribution list. Where one email is sent to one
>> user and it is then sent to multiple other users. They are all local
>> users although that might change. I know that I can make a large
>> entry in /etc/aliases but is there a more common or better way of
>> doing this?
>
> If you want a more flexible way, use a mailing list software like
> Mailman, Listserv or Sympa.

IIRC the latest mailman doesn't really support sendmail. mailman2 used
to, but uses python2 so is rather obsolete, although not hard to set up
and use.

spf and dkim have rather messed up a simple approach :-{

I've been hoping to find a simple internet service for this job, but
haven't seen anything obvious (plenty of commercial "mailing list
managers" that seem oriented around using a web service to send business
material, which isn't what's wanted here). Does anyone know of any such?
>

--
Mike Scott
Harlow, England

Re: Distribution list?

<ur1vj5$2d7ki$1@dont-email.me>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=960&group=comp.mail.sendmail#960

 copy link   Newsgroups: comp.mail.sendmail
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: mm+usene...@dorfdsl.de (Marco Moock)
Newsgroups: comp.mail.sendmail
Subject: Re: Distribution list?
Date: Tue, 20 Feb 2024 11:40:37 +0100
Organization: A noiseless patient Spider
Lines: 47
Message-ID: <ur1vj5$2d7ki$1@dont-email.me>
References: <ur047t$2046i$1@dont-email.me>
<ur1hid$2cd1r$1@dont-email.me>
<ur1roc$2e8f6$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 20 Feb 2024 10:40:37 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="539cfa7f13405ac21762a7e7fd5f5bcc";
logging-data="2530962"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Y4GHiNjglzJX7G6+l3ZCR"
Cancel-Lock: sha1:YKM6LyvXN7VDqyeWEYcRYyaFlZM=
 by: Marco Moock - Tue, 20 Feb 2024 10:40 UTC

On 20.02.2024 um 09:35 Uhr Mike Scott wrote:

> On 20/02/2024 06:41, Marco Moock wrote:
> > On 19.02.2024 um 11:47 Uhr Knute Johnson wrote:
> >
> >> I need to set up a distribution list. Where one email is sent to
> >> one user and it is then sent to multiple other users. They are
> >> all local users although that might change. I know that I can
> >> make a large entry in /etc/aliases but is there a more common or
> >> better way of doing this?
> >
> > If you want a more flexible way, use a mailing list software like
> > Mailman, Listserv or Sympa.
>
> IIRC the latest mailman doesn't really support sendmail.

https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/docs/mta.html

Sendmail support LMTP.
https://www.oreilly.com/library/view/sendmail-3rd-edition/1565928393/re166.html

> spf and dkim have rather messed up a simple approach :-{

As long as you don't change the message, DKIM will be fine.
MAIL FROM must be set to the listserver address, so it can process
bounces.
That makes SPF work.

The problem is DMARC alignment because now SPF domain and DKIM domain
aren't the same in some situations.

> I've been hoping to find a simple internet service for this job, but
> haven't seen anything obvious (plenty of commercial "mailing list
> managers" that seem oriented around using a web service to send
> business material, which isn't what's wanted here). Does anyone know
> of any such?

Mailman and Sympa are for free.
Sympa can be used by stdin, so aliases/virtuser-aliases can be used and
it supports creating those files automatically.

--
kind regards
Marco

Send spam to muell456@cartoonies.org

Re: Distribution list?

<ur20fn$2f6kc$1@dont-email.me>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=961&group=comp.mail.sendmail#961

 copy link   Newsgroups: comp.mail.sendmail
Path: i2pn2.org!i2pn.org!news.furie.org.uk!usenet.goja.nl.eu.org!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: usenet...@scottsonline.org.uk.invalid (Mike Scott)
Newsgroups: comp.mail.sendmail
Subject: Re: Distribution list?
Date: Tue, 20 Feb 2024 10:55:51 +0000
Organization: Scott family
Lines: 50
Message-ID: <ur20fn$2f6kc$1@dont-email.me>
References: <ur047t$2046i$1@dont-email.me> <ur1hid$2cd1r$1@dont-email.me>
<ur1roc$2e8f6$1@dont-email.me> <ur1vj5$2d7ki$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 20 Feb 2024 10:55:51 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="8a52f5d2c0a96a17e4d023832533d902";
logging-data="2595468"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18XWj61ij5RLdp/WT2nnoSkOuFtiFPYFNk="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:tJBsBquh/wghesfvnUbC5BJESOo=
In-Reply-To: <ur1vj5$2d7ki$1@dont-email.me>
Content-Language: en-GB
 by: Mike Scott - Tue, 20 Feb 2024 10:55 UTC

On 20/02/2024 10:40, Marco Moock wrote:
.....

>> IIRC the latest mailman doesn't really support sendmail.
>
> https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/docs/mta.html
>
> Sendmail support LMTP.
> https://www.oreilly.com/library/view/sendmail-3rd-edition/1565928393/re166.html
>
>> spf and dkim have rather messed up a simple approach :-{
>
> As long as you don't change the message, DKIM will be fine.
> MAIL FROM must be set to the listserver address, so it can process
> bounces.
> That makes SPF work.
>
> The problem is DMARC alignment because now SPF domain and DKIM domain
> aren't the same in some situations.

Thanks for the clarification. I'm afraid I got my setup to work,
somehow, a few years ago. I've rather forgotten the details.

>
>> I've been hoping to find a simple internet service for this job, but
>> haven't seen anything obvious (plenty of commercial "mailing list
>> managers" that seem oriented around using a web service to send
>> business material, which isn't what's wanted here). Does anyone know
>> of any such?
>
> Mailman and Sympa are for free.
> Sympa can be used by stdin, so aliases/virtuser-aliases can be used and
> it supports creating those files automatically.
>

Thanks for the reply.

I was running mailman2 at home on behalf of a local choir; I stopped a
couple of years ago when the choir reduced its activities somewhat.

I'm really looking for a way to avoid running a "private" mail server at
all - I need a way to provide a members' mail list for a local church
without needing a server that will need someone to manage it. I'm
surprised not to find cheap (free even?) mail list exploder services around.

--
Mike Scott
Harlow, England

Re: Distribution list?

<ur23hh$2ftfu$1@dont-email.me>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=962&group=comp.mail.sendmail#962

 copy link   Newsgroups: comp.mail.sendmail
Path: i2pn2.org!i2pn.org!news.swapon.de!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: mm+usene...@dorfdsl.de (Marco Moock)
Newsgroups: comp.mail.sendmail
Subject: Re: Distribution list?
Date: Tue, 20 Feb 2024 12:47:59 +0100
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <ur23hh$2ftfu$1@dont-email.me>
References: <ur047t$2046i$1@dont-email.me>
<ur1hid$2cd1r$1@dont-email.me>
<ur1roc$2e8f6$1@dont-email.me>
<ur1vj5$2d7ki$1@dont-email.me>
<ur20fn$2f6kc$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 20 Feb 2024 11:48:01 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="539cfa7f13405ac21762a7e7fd5f5bcc";
logging-data="2618878"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19c9hlnvwtKbLZsZjGhcTDT"
Cancel-Lock: sha1:UEwBvXnxGVaeecaOQhn/m3n+p5U=
 by: Marco Moock - Tue, 20 Feb 2024 11:47 UTC

On 20.02.2024 um 10:55 Uhr Mike Scott wrote:

> I'm really looking for a way to avoid running a "private" mail server
> at all - I need a way to provide a members' mail list for a local
> church without needing a server that will need someone to manage it.
> I'm surprised not to find cheap (free even?) mail list exploder
> services around.

You can rent such services:
https://theworld.com/world/about/rates_schedule

--
kind regards
Marco

Send spam to muell456@cartoonies.org

Re: Distribution list?

<ur3u8a$n9q$1@tncsrv09.home.tnetconsulting.net>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=963&group=comp.mail.sendmail#963

 copy link   Newsgroups: comp.mail.sendmail
Path: i2pn2.org!i2pn.org!news.swapon.de!csiph.com!tncsrv06.tnetconsulting.net!tncsrv09.home.tnetconsulting.net!.POSTED.omega.home.tnetconsulting.net!not-for-mail
From: gtay...@tnetconsulting.net (Grant Taylor)
Newsgroups: comp.mail.sendmail
Subject: Re: Distribution list?
Date: Tue, 20 Feb 2024 22:30:02 -0600
Organization: TNet Consulting
Message-ID: <ur3u8a$n9q$1@tncsrv09.home.tnetconsulting.net>
References: <ur047t$2046i$1@dont-email.me> <ur1hid$2cd1r$1@dont-email.me>
<ur1roc$2e8f6$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 21 Feb 2024 04:30:02 -0000 (UTC)
Injection-Info: tncsrv09.home.tnetconsulting.net; posting-host="omega.home.tnetconsulting.net:198.18.1.140";
logging-data="23866"; mail-complaints-to="newsmaster@tnetconsulting.net"
User-Agent: Mozilla Thunderbird
Content-Language: en-US
In-Reply-To: <ur1roc$2e8f6$1@dont-email.me>
 by: Grant Taylor - Wed, 21 Feb 2024 04:30 UTC

On 2/20/24 03:35, Mike Scott wrote:
> spf and dkim have rather messed up a simple approach :-{

SRS seems to work just fine for me.

Grant. . . .

Re: Distribution list?

<ur5a96$38vhv$1@dont-email.me>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=966&group=comp.mail.sendmail#966

 copy link   Newsgroups: comp.mail.sendmail
Path: i2pn2.org!rocksolid2!news.neodome.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: knute2...@585ranch.com (Knute Johnson)
Newsgroups: comp.mail.sendmail
Subject: Re: Distribution list?
Date: Wed, 21 Feb 2024 11:01:26 -0600
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <ur5a96$38vhv$1@dont-email.me>
References: <ur047t$2046i$1@dont-email.me> <ur1hid$2cd1r$1@dont-email.me>
<ur1roc$2e8f6$1@dont-email.me>
<ur3u8a$n9q$1@tncsrv09.home.tnetconsulting.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 21 Feb 2024 17:01:26 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="34de4ac5e851aaef601a67248bff1121";
logging-data="3440191"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Ebhh58LEsM2WJlPkBItli"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:GkH+ofMJxuivOmD0FU4G16FHJtg=
In-Reply-To: <ur3u8a$n9q$1@tncsrv09.home.tnetconsulting.net>
Content-Language: en-US
 by: Knute Johnson - Wed, 21 Feb 2024 17:01 UTC

On 2/20/24 22:30, Grant Taylor wrote:
> On 2/20/24 03:35, Mike Scott wrote:
>> spf and dkim have rather messed up a simple approach :-{
>
> SRS seems to work just fine for me.
>
>
>
> Grant. . . .

Pardon my ignorance but what is SRS?

--

Knute Johnson

Re: Distribution list?

<ur5k80$3akb0$1@dont-email.me>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=967&group=comp.mail.sendmail#967

 copy link   Newsgroups: comp.mail.sendmail
Path: i2pn2.org!rocksolid2!news.neodome.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: mm+usene...@dorfdsl.de (Marco Moock)
Newsgroups: comp.mail.sendmail
Subject: Re: Distribution list?
Date: Wed, 21 Feb 2024 20:51:27 +0100
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <ur5k80$3akb0$1@dont-email.me>
References: <ur047t$2046i$1@dont-email.me>
<ur1hid$2cd1r$1@dont-email.me>
<ur1roc$2e8f6$1@dont-email.me>
<ur3u8a$n9q$1@tncsrv09.home.tnetconsulting.net>
<ur5a96$38vhv$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 21 Feb 2024 19:51:28 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="32c3f569146ed471b3c39800ce004f02";
logging-data="3494240"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/x697AqiOt9JylnLSdPoyV"
Cancel-Lock: sha1:hCpvWu9alx3AvrVddCEKhk1+H+A=
 by: Marco Moock - Wed, 21 Feb 2024 19:51 UTC

On 21.02.2024 um 11:01 Uhr Knute Johnson wrote:

> Pardon my ignorance but what is SRS?

https://en.wikipedia.org/wiki/Sender_Rewriting_Scheme

--
kind regards
Marco

Send spam to muell456@cartoonies.org

Re: Distribution list?

<ur6de3$2q6$1@tncsrv09.home.tnetconsulting.net>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=968&group=comp.mail.sendmail#968

 copy link   Newsgroups: comp.mail.sendmail
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!tncsrv06.tnetconsulting.net!tncsrv09.home.tnetconsulting.net!.POSTED.omega.home.tnetconsulting.net!not-for-mail
From: gtay...@tnetconsulting.net (Grant Taylor)
Newsgroups: comp.mail.sendmail
Subject: Re: Distribution list?
Date: Wed, 21 Feb 2024 21:01:23 -0600
Organization: TNet Consulting
Message-ID: <ur6de3$2q6$1@tncsrv09.home.tnetconsulting.net>
References: <ur047t$2046i$1@dont-email.me> <ur1hid$2cd1r$1@dont-email.me>
<ur1roc$2e8f6$1@dont-email.me>
<ur3u8a$n9q$1@tncsrv09.home.tnetconsulting.net>
<ur5a96$38vhv$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 22 Feb 2024 03:01:23 -0000 (UTC)
Injection-Info: tncsrv09.home.tnetconsulting.net; posting-host="omega.home.tnetconsulting.net:198.18.1.140";
logging-data="2886"; mail-complaints-to="newsmaster@tnetconsulting.net"
User-Agent: Mozilla Thunderbird
Content-Language: en-US
In-Reply-To: <ur5a96$38vhv$1@dont-email.me>
 by: Grant Taylor - Thu, 22 Feb 2024 03:01 UTC

On 2/21/24 11:01, Knute Johnson wrote:
> Pardon my ignorance but what is SRS?

There's nothing to pardon. Being ignorant of something is a starting
place. Asking questions and wanting to learn to change ignorance into
knowledge is a good thing. :-)

--
Grant. . . .

Re: Distribution list?

<ur7nep$3u2fv$1@dont-email.me>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=969&group=comp.mail.sendmail#969

 copy link   Newsgroups: comp.mail.sendmail
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: knute2...@585ranch.com (Knute Johnson)
Newsgroups: comp.mail.sendmail
Subject: Re: Distribution list?
Date: Thu, 22 Feb 2024 08:58:33 -0600
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <ur7nep$3u2fv$1@dont-email.me>
References: <ur047t$2046i$1@dont-email.me> <ur1hid$2cd1r$1@dont-email.me>
<ur1roc$2e8f6$1@dont-email.me>
<ur3u8a$n9q$1@tncsrv09.home.tnetconsulting.net>
<ur5a96$38vhv$1@dont-email.me> <ur5k80$3akb0$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 22 Feb 2024 14:58:34 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="238bb02f0f229c6227f397866961260f";
logging-data="4131327"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/AmNcYpz9n0WCkBrKkme2v"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:yv0sP0gamsptHAjtW2c9xZigFz0=
In-Reply-To: <ur5k80$3akb0$1@dont-email.me>
Content-Language: en-US
 by: Knute Johnson - Thu, 22 Feb 2024 14:58 UTC

On 2/21/24 13:51, Marco Moock wrote:
> On 21.02.2024 um 11:01 Uhr Knute Johnson wrote:
>
>> Pardon my ignorance but what is SRS?
>
> https://en.wikipedia.org/wiki/Sender_Rewriting_Scheme
>

That's really interesting but I'm not sure I understand it. It does
bring up another couple of questions which I will put in another post.

Thanks,

--

Knute Johnson

1
server_pubkey.txt

rocksolid light 0.9.7
clearnet tor