Hi folks,
is there some way for OpenBSD's mailx (reading an EMail to send from
stdin) to add fields to the EMail header, e.g.
Auto-Submitted: auto-generated
for generated EMails, according to the recommendation in RFC 3834?
Or maybe
Precedence: bulk
Maybe some custom fields li
Take a look at sendmail. If you have flexibility in what command you
use and the syntax it might work. Though I don't think you can control
where the added header ends up.
sendmail -f fropm-id j...@example.com
X-test: testing
Subject: test
hello
On Tue, Jan 03, 2023 at 08:33:22AM +0100,
On Mon Jan 2, 2023 at 8:53 PM CET, Rob Schmersel wrote:
> On Mon, 2 Jan 2023 13:44:30 +0100
> Tomaž Kokolj wrote:
>
> > Hi everyone,
> >
> > I've requested a static IP from my ISP a long time ago and I figured
> > out that my ISP binds my IP based on a MAC address which is connected
> > to my WAN
On Tue, 03 Jan 2023 07:40:21 +0100
"Bodie" wrote:
> On Mon Jan 2, 2023 at 8:53 PM CET, Rob Schmersel wrote:
> > On Mon, 2 Jan 2023 13:44:30 +0100
> > Tomaž Kokolj wrote:
> >
> > > Hi everyone,
> > >
> > > I've requested a static IP from my ISP a long time ago and I
> > > figured out that my I
Namaste misc,
The softraid(4) documentation states the following in the CAVEAT
section [1]:
"Stacking disciplines (CRYPTO on top of RAID 1, for example) is not
supported at this time."
Based on my limited understanding, RAID 1C seems to allow the above.
Also, Dhanyavaad Stefan for RAID 1C.
Dha
Hi,
Thank you for all the suggestions. Unfortunately it did not help.
> you are missing 01: on start as suggested in man page
Thank you, I overlooked that. However, setting the 01: in front of the MAC
address did not help since I'm still getting the same lladdr.
# cat /etc/hostname.em0
inet aut
I'm cross-compiling for an ST Nucleo F411RE, which requires these CFLAGS:
-mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16
On my system, 'arm-none-eabi-gcc -print-multi-directory' can't find a match for
them. By comparison, on Debian, it finds 'thumb/v7e-m+fp/hard'.
Is there a
Hi,
I have a question regarding the temporary pf(4) ruleset that is found
in: /etc/rc.
A couple of lines below: "# Set initial temporary pf rule set." there
appears to be two lines for DHCPv4 traffic:
pass out inet proto udp from any port bootpc to any port bootps
pass in inet prot
Hi misc. I was reading RFC9325[1] (released November of 2022), and noticed this
under section 4.1 (General Guidelines, under Recommendations: Cipher Suites):
* Implementations MUST support and prefer to negotiate cipher suites
offering forward secrecy. However, TLS 1.2 implementations S
On 2023-01-03, Puru Shartha wrote:
> Namaste misc,
>
> The softraid(4) documentation states the following in the CAVEAT
> section [1]:
>
> "Stacking disciplines (CRYPTO on top of RAID 1, for example) is not
> supported at this time."
>
> Based on my limited understanding, RAID 1C seems to allow th
Hi, my openbsed (encrypted) install is functionning really
well, apart from one thing, that would signal a bug or smth:
The initial boot process, right after I type the security
key in, which displays cyphers aligning in between rotating
semicolumns (I hope this is clear), is slow, on this instal
Thanks for your replies. It has been Xmas and I have been delayed, but I
have now read up upon it. I am going for the tpmr(4). We are going to
replicate a lot of live data from Site1 to Site2, and my experiences with
OpenVPN is that it is great, but not high performing. So I have established
a Wire
12 matches
Mail list logo