Re: pf, relayd, TCP keep alive and NAT, oh my!

2021-06-02 Thread Stuart Henderson
On 2021-06-02, Cameron Simpson wrote: > On 01Jun2021 20:43, Stuart Henderson wrote: >>On 2021-06-01, Cameron Simpson wrote: >>> If I had TCP keep alive turned on, both ends might tidy themselves up. >>> I can't enable that on the clients (various mail readers) or, >>> apparently, on the server c

OpenSMTPD priority and IPSEC relay distribution

2021-06-02 Thread Riccardo Giuntoli
Hello there. I've got some domains that I want to point to a bounce of MX all with the same priorities. Once one of them receive the message I want that it resend it relaying to all the others in a IPSEC GRE network. What is the correct configuration of smtpd.conf? Nice regards, -- Name: Riccar

Re: localised office setup, how?

2021-06-02 Thread Jan Stary
On Jun 02 13:27:41, mas...@tutanota.com wrote: > Dear openbsd-misc, > > I would like to setup laptops with OpenBSD for office use by non-technical > people. > One requirement would be to have the user interface and programs be in the > local language. > I know OpenBSD base doesn't support locali

trying to add auth to specific location in httpd.conf

2021-06-02 Thread fm+obsd+misc+list
Hi misc, Am trying to add HTTP Basic auth to an specific location in httpd.conf (a1). Is it possible? The other locations I want to mantain unprotected. usually can be done to the entire site with: authenticate "HTTP Basic" with "/htdocs/dev/.htpasswd" but for specific files, dun

localised office setup, how?

2021-06-02 Thread mashle
Dear openbsd-misc, I would like to setup laptops with OpenBSD for office use by non-technical people. One requirement would be to have the user interface and programs be in the local language. I know OpenBSD base doesn't support localization, but the facilities in base wouldn't directly be inte

Re: localised office setup, how?

2021-06-02 Thread ffuentes
El June 2, 2021 11:27:41 AM UTC, mas...@tutanota.com escribió: >Dear openbsd-misc, > >I would like to setup laptops with OpenBSD for office use by >non-technical people. >One requirement would be to have the user interface and programs be in >the local language. >I know OpenBSD base doesn't supp

Re: localised office setup, how?

2021-06-02 Thread Yoshihiro Kawamata
Hi Mashle, My native language is Japanese, then I have the following settings in my .xsession file. export LANG=ja_JP.UTF-8 # setups for fcitx-anthy export XMODIFIERS="@im=fcitx" export GTK_IM_MODULE="fcitx" export QT_IM_MODULE="fcitx" fcitx-autostart The first line