On Tue, 16 Apr 2024, Stephan Somogyi wrote:
> Given that it appears that R6S
>
> https://www.mail-archive.com/ports@openbsd.org/msg123717.html
>
> and R6C support
>
> https://www.mail-archive.com/ports@openbsd.org/msg124138.html
>
> are in the ports version of uboot, I was interested in trying
(misc@*openbsd*.org, not misc@*opensmtpd*.org… duh!)
On 16/4/24 04:45, Wolfgang Pfeiffer wrote:
On Mon, Apr 15, 2024 at 08:38:51PM +0200, Wolfgang Pfeiffer wrote:
On Mon, Apr 15, 2024 at 08:29:21AM +0200, aliyu...@tutanota.com wrote:
Hello,
I'm currently trying to install OpenBSD on my laptop
Hello,
On 2024/04/18 22:29:55 +0200, "Luca Leone" wrote:
> Hi guys!
>
> [...]
>
> If is change `pass to "http://localhost:3000/"` with a simple `root
> "/var/www/htdocs"` directive,
> the syntax check is OK.
>
> The reason for the `pass to "http://localhost:3000/"` directive is that I am
>
Hi guys!
this is the content of my httpd.conf file:
server "birbi.biz" {
listen on * port 80
location "/.well-known/acme-challenge/*" {
root "/acme"
request strip 2
}
location * {
block return 301 "https://$HTTP_HOST$REQUEST_URI";
}
}
server "birbi.biz
Can somebody tell me what I'm doing wrong here. When I run
'make' against this makefile it blows up with:
Fatal: WRKDIR ends with a slash: /usr/ports/pobj/ (in hush/hush-proxyctl)
Fatal: WRKDIST ends with a slash: /usr/ports/pobj/ (in hush/hush-proxyctl)
Fatal: WRKSRC ends with a slash: /usr/port
Hi,
I'm trying to configure smtpd to send some emails to my account at
Yandex, but the mail server is returning an error:
stat="550 5.7.0 Sender address rejected: not owned by authorized user
This is on OpenBSD 7.5.
The /etc/mail/smtpd.conf configuration is:
# grep -v '^#' /etc/mail/smtpd.conf
6 matches
Mail list logo