Displaying 4 results from an estimated 4 matches for "bilias".
Did you mean:
ilias
2024 Jul 23
1
NSD 4.10.1rc2 pre-release
Hi,
NSD 4.10.1rc2 pre-release is available:
https://nlnetlabs.nl/downloads/nsd/nsd-4.10.1rc2.tar.gz
sha256 ce2e82bc673aeff3a71aeb422fa38fb8db0a591edb76c13b0e4dde83ec8253e9
pgp https://nlnetlabs.nl/downloads/nsd/nsd-4.10.1rc2.tar.gz.asc
Version 4.10.1 consists primarily of bug fixes.
@bilias implemented mutual TLS authentication for zone transfers.
Please consult the nsd.conf manual for details on the newly introduced
configuration options tls-auth-port and tls-auth-xfr-only.
Michael Orlitzky provided integration for the OpenRC init system.
Version 4.10.0 was the first release to int...
2024 Jul 24
2
NSD 4.10.1rc2 pre-release
Am 23.07.24 um 17:28 schrieb Jeroen Koekkoek via nsd-users:
> NSD 4.10.1rc2 pre-release is available:
no compile time warnings while building on debian bookworm/x86_64
> @bilias implemented mutual TLS authentication for zone transfers.
> Please consult the nsd.conf manual for details on the newly introduced
> configuration options tls-auth-port and tls-auth-xfr-only.
this is an nice feature that seem to work but have some nits.
nsd serving as simple tls server is c...
2024 Jul 30
1
NSD 4.10.1rc2 pre-release
...s,
Jeroen
On Thu, 2024-07-25 at 00:00 +0200, A. Schulze via nsd-users wrote:
>
>
> Am 23.07.24 um 17:28 schrieb Jeroen Koekkoek via nsd-users:
> > NSD 4.10.1rc2 pre-release is available:
>
> no compile time warnings while building on debian bookworm/x86_64
>
> > @bilias implemented mutual TLS authentication for zone transfers.
> > Please consult the nsd.conf manual for details on the newly
> > introduced
> > configuration options tls-auth-port and tls-auth-xfr-only.
>
> this is an nice feature that seem to work but have some nits.
>
&g...
2010 May 26
2
mixture of virtual and plain users
Hi,
I have a mail server (postfix/dovecot) running so far with normal
local /etc/passwd users for domain example.com.
mail_location = maildir:~/Maildir
passdb pam {
}
userdb passwd {
}
Is it possible to add virtual domains/users to my setup
without changing example.com to a virtual domain?
I can do the postfix part with
http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox
but