Re: Multi-domain DKIM signature with OpenSMTPd

2020-03-19 Thread Martijn van Duren
On 3/19/20 5:06 AM, Graeme Lee wrote: > > > On 19/03/2020 8:45 am, Martijn van Duren wrote: >> On 3/18/20 8:41 PM, Matthieu wrote: >>> Le 18/03/2020 à 19:39, Hiltjo Posthuma a écrit : On Wed, Mar 18, 2020 at 06:23:30PM +0100, Matthieu wrote: > Hi everybody > I'm looking to use

Re: Uptime in seconds

2020-03-19 Thread Thomas Bohl
$ echo $(( $(date +%s) - $(sysctl -n kern.boottime) )) 221493 Cool! Thank you

Uptime in seconds

2020-03-19 Thread Thomas Bohl
Hello, for a shell script I needed the uptime in seconds. I came up with the following. I'm just wondering, is there an one-liner that does the same thing? # Inspired by https://unix.stackexchange.com/a/270454 uptime=`ps -o etime= -p 1` uptd=`echo $uptime | grep '-' | awk -F "-" '{print

Re: Uptime in seconds

2020-03-19 Thread Gabriel Kihlman
On 2020-03-19 20:33, Thomas Bohl wrote: > Hello, > > for a shell script I needed the uptime in seconds. I came up with the > following. I'm just wondering, is there an one-liner that does the > same thing? $ echo $(( $(date +%s) - $(sysctl -n kern.boottime) )) 221493 > # Inspired by

Re: Multi-domain DKIM signature with OpenSMTPd

2020-03-19 Thread Martijn van Duren
On 3/19/20 9:21 PM, Matthieu wrote: > Le 19/03/2020 à 20:46, Martijn van Duren a écrit : >> On 3/19/20 8:24 PM, Matthieu wrote: >>> Thank you for your response. >>> My main reason is that, as a freelancer, I have a professional email >>> that I don't want to mix with my personal email. Moreover, a

Re: Multi-domain DKIM signature with OpenSMTPd

2020-03-19 Thread Chris Bennett
On Wed, Mar 18, 2020 at 10:45:06PM +0100, Martijn van Duren wrote: > That's because filter-dkimsign doesn't support multiple domains, and > unless someone can give me a good reason to do so it probably is going > to stay that way. > > I know that some mail providers add an additional positive

Re: Multi-domain DKIM signature with OpenSMTPd

2020-03-19 Thread Martijn van Duren
On 3/19/20 7:49 PM, Chris Bennett wrote: > On Wed, Mar 18, 2020 at 10:45:06PM +0100, Martijn van Duren wrote: >> That's because filter-dkimsign doesn't support multiple domains, and >> unless someone can give me a good reason to do so it probably is going >> to stay that way. >> >> I know that

Re: Multi-domain DKIM signature with OpenSMTPd

2020-03-19 Thread Matthieu
On Wed, Mar 18, 2020 at 10:45:06PM +0100, Martijn van Duren wrote: Could you explain why you (think you) need to have multiple domain support? You (currently?) can't. If you want multiple conditions on different filters you would need to create multiple listening sockets (e.g. multiple ips

Re: Multi-domain DKIM signature with OpenSMTPd

2020-03-19 Thread Matthieu
Le 19/03/2020 à 20:46, Martijn van Duren a écrit : On 3/19/20 8:24 PM, Matthieu wrote: Thank you for your response. My main reason is that, as a freelancer, I have a professional email that I don't want to mix with my personal email. Moreover, a friend asks me to host his emails and I don't

Re: Openbsd 6.6 amd64 stable bridge with 90 vlans does not forward packets after reboot

2020-03-19 Thread Aaron Mason
Hi Tom Just looking at /etc/netstart (admittedly for 6.1) and by all rights that shouldn't be happening - the VLAN interfaces should be starting well before the bridges. Maybe add !sleep 1 to the top of the /etc/hostname.bridge101 file and see if it does better? On Fri, Mar 20, 2020 at 12:22 PM

Re: Openbsd 6.6 amd64 stable bridge with 90 vlans does not forward packets after reboot

2020-03-19 Thread Tom Smyth
hi Aaron, I tried that, no such luck !/bin/sleep 20 didnt work i also tried adding sh /etc/netstart bridge101 to the rc.local that didnt work, I ended up just manually destroying the bridge and starting it with sh /etc/netstart to get it running... Thanks Tom Smyth On Fri, 20 Mar 2020 at

Re: Multi-domain DKIM signature with OpenSMTPd

2020-03-19 Thread Martijn van Duren
On 3/19/20 8:24 PM, Matthieu wrote: > >> On Wed, Mar 18, 2020 at 10:45:06PM +0100, Martijn van Duren wrote: > >> Could you explain why you (think you) need to have multiple domain >> support? >> You (currently?) can't. If you want multiple conditions on different >> filters you would need to

Openbsd 6.6 amd64 stable bridge with 90 vlans does not forward packets after reboot

2020-03-19 Thread Tom Smyth
Hello, I have a box that I use to aggregate a number of vlans which are isolated from each other(using port protection groups and bridged onto a 10G interface ix0 these are configured using a standard hostname.bridgefile as follows, cat /etc/hostname.bridge101 maxaddr 16384 timeout 300 up add

Re: deep web cookie

2020-03-19 Thread sylvain . saboua
I find the equation in the end : c = λ/2 * ( 1 - λ/2 ) is a good explanation for the origin of "light" if λ is taken to mean the "first moment." Sylvain emails by spamgourmet.com - Mail original - > De: "sylvain saboua" > À: misc@openbsd.org > Envoyé: Vendredi 14 Février 2020 07:35:11 >