Re: I need help with pf and smtpd.conf to deal with an ongoing attack on port 25 that is sending out emails.

2025-04-30 Thread Craig Skinner
Open Mail Relay: Why It Is Considered A Spammer's Dream https://www.duocircle.com/content/mail-relay-smtp/open-mail-relay An open mail relay is a Simple Mail Transfer Protocol (SMTP) server configured in such a way that it allows anybody on the Internet to send e-mail through it https://en.wikipe

daily output: ALLOCATED FRAG [lots] MARKED FREE, SUMMARY INFORMATION BAD

2024-09-17 Thread Craig Skinner
Hello list, Is this important? ** /dev/rwd0o (NO WRITE) ** Last Mounted on /home SUMMARY INFORMATION BAD SALVAGE? no ALLOCATED FRAG 15375568 MARKED FREE ALLOCATED FRAG 15375569 MARKED FREE ALLOCATED FRAG 15375570 MARKED FREE ALLOCATED FRAG 15375571 MARKED FREE ALLOCATED FRAG 15375572 MARKED F

Re: many serial ports

2024-02-08 Thread Craig Skinner
Hi Jan, A Moxa PCI card, either 4 or 8 ports: puc0 at pci0 dev 18 function 0 "Moxa C168H" rev 0x01: ports: 8 com com4 at puc0 port 0 irq 9: ns16550a, 16 byte fifo com5 at puc0 port 1 irq 9: ns16550a, 16 byte fifo com6 at puc0 port 2 irq 9: ns16550a, 16 byte fifo com7 at puc0 port 3 irq 9: ns1655

Re: openbsd.org DNS problems

2023-11-15 Thread Craig Skinner
Hello, OpenBSD's root A record was deliberately removed about 5-10 years ago. The website is http://www.openbsd.org, not http://openbsd.org I can't find the thread of complaints from the time it changed. Cheers, Craig.

Re: spamd IPv6 listener 6.9amd64

2021-05-19 Thread Craig Skinner
Hi Martin, On Wed, 12 May 2021 13:24:29 + Martin wrote: > I can't find in spamd(8) how to enable IPv6 listener ... I thought there was an unofficial patch put up somewhere several years ago, but I can't find it now. This is the nearest my searching got: https://undeadly.org/cgi?action=articl

Re: mailing list management software

2020-10-27 Thread Craig Skinner
Hi Gregory, On Thu, 22 Oct 2020 17:12:42 +0300 Gregory Edigarov wrote: > is there any mailing list software which naturally supports virtual > domains? I've found MLMMJ rather good for multiple non-canonical domains: http://MLMMJ.Org/ The configuration files are different for each domain. Syml

Re: sysupgrade with latest snapshot: The directory '/home/_sysupgrade/' does not exist.

2020-09-28 Thread Craig Skinner
On Sun, 27 Sep 2020 23:27:34 +0200 li...@y42.org wrote: > I subsequently added a 2nd disk to provide more space, for my /home. /home can be mounted on another disk without a symlink to the OS disk. Edit /etc/fstab with the actual mount point of /home Likewise for many other directories on other

Re: dump LOB status

2020-09-25 Thread Craig Skinner
On Thu, 24 Sep 2020 18:04:15 +0300 Juha Erkkilä wrote: > > I tested this with 0.5 terabytes and approximately 70 thousand files, > with level 0 and 1 dumps, doing some additions/deletions/moves between > dumps (no inplace modifications to files, though). > > It appears both dump and restore worked

Re: nsd Will Not Start At Boot

2020-07-08 Thread Craig Skinner
G'day Ken, On Tue, 7 Jul 2020 19:28:23 + Ken Hendrickson wrote: > > I have NSD working now, serving up my local DNS names. > Unbound is still not working. > > I have a hunch, but cannot find it in the man pages, > that somehow they have to talk to each other. Is this true? Depends on what

Birthday wishes Theo

2020-05-19 Thread Craig Skinner
Happy birthday Theo! On your 22nd anniversary of releasing OpenBSD 2.3 Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: RCS file ownership?

2020-04-30 Thread Craig Skinner
cal/bin/ciop* lrwxr-xr-x 1 root wheel 4B Apr 13 2015 /usr/local/bin/cop@ -> ciop lrwxr-xr-x 1 root wheel 4B Apr 13 2015 /usr/local/bin/cip@ -> ciop Cheers, -- Craig Skinner | http://linkd.in/yGqkv7 ciop Description: Binary data

Re: What do you use to generate invoices on OpenBSD?

2019-12-23 Thread Craig Skinner
Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Fwd: [EdLUG] Old Thinkpad collector? Somebody wants to talk to you...

2019-12-17 Thread Craig Skinner
co.uk if anybody can help. *** Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: problems running an LUA script from crontab

2019-05-29 Thread Craig Skinner
On Tue, 28 May 2019 15:14:58 -0500 Carlos Aguilar wrote: > I am having lots of problems to execute a shell script at boot time. What problems Carlos?? Does the script work properly when you are logged in? Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: Modern browser for OpenBSD powerpc

2019-05-23 Thread Craig Skinner
On Thu, 23 May 2019 11:25:12 +0200 ropers wrote: > OP has a Gmail address, Which works with an IMAP client, such as claws-mail. Web is not mail. Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: Duplicity & /etc/daily.local

2019-05-21 Thread Craig Skinner
add the missing environment elements to daily.local/script/root's crontab. Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: When will be created a great desktop experience for OpenBSD?

2019-05-09 Thread Craig Skinner
On Wed, 8 May 2019 00:23:09 +0200 ropers wrote: > Tangentially related: Does anyone here routinely use the default fvwm? Yep - daily. Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: 6.5 auto_install fails due to custom /var/tmp?

2019-05-02 Thread Craig Skinner
ar/temp/ *) check /var/tmp is a symlink && *) rm it *) mv /var/temp /var/tmp *) chmod/own /var/tmp as req'd *) mount /var/tmp Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: 6.5 auto_install fails due to custom /var/tmp?

2019-04-30 Thread Craig Skinner
On Mon, 29 Apr 2019 21:18:04 -0400 Nick Holland wrote: > normally, /var/tmp is a symlink to /tmp. > It can't make the link. No surprise. Since 5.7: http://openbsd-archive.7691.n7.nabble.com/5-7-installer-tar-Unable-to-remove-directory-td277040.html Cheers, -- Craig Skinner | http

Fwd: [EdLUG] UK Open Source Awards - Open for Nominations - Do come along

2019-03-27 Thread Craig Skinner
Begin forwarded message: Date: Tue, 26 Mar 2019 23:08:45 + From: Jonathan Riddell To: Edinburgh Linux Users Group https://OpenSourceAwards.Org/ The UK Open Source Awards will be a day of celebration of all things Free and open with software. Open Source is now essential in how the world

Re: spamd and low priority MX

2019-03-02 Thread Craig Skinner
com/index.php/Project_tarbaby http://nolisting.org/ https://en.wikipedia.org/wiki/Nolisting http://www.junkemailfilter.com/spam/how_it_works.html Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: setup authoritative DNS for myself with nsd + unbound

2019-01-19 Thread Craig Skinner
://www.Zytrax.Com/books/dns/ As you'll be using NSD, translate the ideas into NSD's configuration style. You need to step back from implementation details and learn why before how. Learn the difference between masters and slaves and their transfers, A records and CNAMES, and why a hostma

Re: Vacation with smtpd doesn't work in 6.4

2018-11-16 Thread Craig Skinner
e attached returned message. The mail system : host server.sukany.cz[89.221.217.40] said: 530 5.5.1 Invalid command: Must issue a STARTTLS command first (in reply to MAIL FROM command) From: Craig Skinner To: Martin Sukany Subject: Re: Vacation with smtpd doesn't work i

Re: spamd and google smtp ips

2018-10-31 Thread Craig Skinner
On Tue, 30 Oct 2018 18:54:43 + Chris Narkiewicz wrote: > Are there any solutions get around this problem? Ideally I'd like > to just whitelist reputable mail providers ... Yes Chris, see: http://web.Britvault.Co.UK/products/ungrey-robins/ Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: find the process that heavily uses a disc

2018-10-27 Thread Craig Skinner
On Tue, 16 Oct 2018 14:22:16 +0200 Rudolf Sykora wrote: > please, how can I monitor disk usage and tell > what process is using it heavily? > accton(8) & sa(8) might give you some clues Ruda. Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: Running your own mail server

2018-09-27 Thread Craig Skinner
essive, and deploying Postfix's new postscreen (written in C). > 2) Is IPv6 support in spamd essential? I've not even begun to use IPv6 at all, for anything. I'm IPv4 only. I hope to use OpenSMTPd on external mail servers some day. Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: hijack client DNS query to localhost cache in the router 

2018-09-24 Thread Craig Skinner
oto {udp, tcp} \ from any port > 1023 \ to any port domain \ group hostmasters block in from no-route block in from $bogon block return out to $bogon block on ! lo inet6 antispoof for {lo0, $lan_if, $ext_if} inet Configure 'domain-name-servers' in dhcpd.conf(5). Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: Running your own mail server

2018-09-19 Thread Craig Skinner
On Tue, 18 Sep 2018 15:56:43 +0100 Zé Loff wrote: > On Tue, Sep 18, 2018 at 03:01:45PM +0100, Craig Skinner wrote: > > Webmail is dead junk. > > Until the day your gadget's battery runs out, Charge it Zé Solved. > you don't have your laptop with you and you need

Re: Running your own mail server

2018-09-19 Thread Craig Skinner
nternet SMTP = Simple Mail Transfer Protocol - to simply transfer mail! With secure daemons skillfully written in C. Get with it man! Cool, -- Craig Skinner | http://linkd.in/yGqkv7

Re: Running your own mail server

2018-09-18 Thread Craig Skinner
spam scanning software is needed at all. Well, that's my almost 20 years experience of mastering multiple OpenBSD mail servers on the hostile Internet. Other people have other ideas. Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: Running your own mail server

2018-09-14 Thread Craig Skinner
e to reject or pass on to the next stage of tests. TLS & DKIM have very little value. The postmaster instead needs to work closely with the hostmaster and concentrate on good DNS practice/tests. Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: nsd question

2018-09-12 Thread Craig Skinner
b has been retired as NSD now caches its slave files itself. Happy hostmastery! Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: Running your own mail server

2018-09-10 Thread Craig Skinner
nd postmaster for _yourself_, then do it. By the time you're skilled, your children could have left home. Forget the wife & kids - don't be a slave to them man! Do what you want, for your own personal technical skills. Are you more interested in being a sysadmin, webmaster, netadmin, hostma

Re: Block TLD senders with opensmtpd

2018-08-31 Thread Craig Skinner
See this Scott: http://www.OpenSMTPd.Org/list.html Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: DNS (UNBOUND) + PF ISSUE

2018-08-30 Thread Craig Skinner
response traffic. " https://www.us-cert.gov/ncas/alerts/TA13-088A Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: X desktop environment & system bus

2018-07-25 Thread Craig Skinner
email... Regards, -- Craig Skinner | http://linkd.in/yGqkv7

Re: disable fvwm screensaver?

2018-07-13 Thread Craig Skinner
on Or in your ~/.Xresources file, configure it with these parameters: XIdle.timeout XIdle.nice XLock.mode XLock.usefirst XLock.lockdelay XLock.nice See xidle(1) and xlock(1) Tweaks can also be done in your ~/.fvwmrc file (Sample: /usr/X11R6/lib/X11/fvwm/.fvwmrc) Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: OpenSMTPD and tls no-verify

2018-06-23 Thread Craig Skinner
On Sat, 23 Jun 2018 13:11:37 +0200 "Peter J. Philipp" wrote: > This is more a question to the OpenSMTPD community. There's another mailing list Peter: http://www.OpenSMTPd.Org/list.html Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: virtual colocation? Amazon/cloud?

2018-06-15 Thread Craig Skinner
rk (York) Andrews & Arnold (Manchester) Mythic Beasts (Cambridge) Jump Networks Ltd (London) Bogons Ltd (London) Machines offered include i386s, Sun SPARC64 Netras, Mac Minis, Raspberry Pis, etc... Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: stuck on spamd

2018-06-14 Thread Craig Skinner
answer, try removing all quick words from pf.conf. Block everything, then progressively pass traffic down the file. Reload your new rules & check spam* syslog entries. Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: Theo's BOF at BSDcan

2018-06-14 Thread Craig Skinner
atch?v=VTpFWiEx3eo Abnormal -- Craig Skinner | http://linkd.in/yGqkv7

Re: stuck on spamd

2018-06-13 Thread Craig Skinner
! This line is not closed. It needs ":\ Then restart spamd to invoke spamd-setup. Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Fwd: [OT] EU copyright reform

2018-06-07 Thread Craig Skinner
Begin forwarded message: Date: Wed, 06 Jun 2018 21:03:38 + From: Greg Sutcliffe via Falkirk To: Falkirk User Group Subject: [Falkirk] EU copyright reform - links from my talk Last night I gave a quick talk on the proposed EU Copyright Reform, and the awful state it's in. We *all* need

Re: Trouble with OpenSMTPD - always getting 550 Invalid recipient

2018-04-19 Thread Craig Skinner
On Wed, 18 Apr 2018 23:48:22 -0400 Implausibility wrote: > OpenSMTPd has a mailing list for this sort of query: http://www.OpenSMTPd.Org/list.html Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Fwd: [EdLUG] FLOSSUK Conference later this month

2018-04-11 Thread Craig Skinner
Hi folks, "FLOSSUK is the UK's primary support organisation for Free/Libre Open Source Systems (FLOSS) supporting Free and Open Technology. Our Spring Conference is the UK's longest running event supporting systems and network administrators. But as FLOSSUK has evolved to support open networks,

Re: unbound reload crashes the server

2018-03-23 Thread Craig Skinner
ound works OK - since 5.6. $ fgrep 'unbound.conf' /etc/rc.conf* /etc/rc.d/unbound [nothing] $ fgrep unbound /etc/rc.conf* /etc/rc.conf:unbound_flags=NO /etc/rc.conf.local:unbound_flags='' $ fgrep 'daemon_flags=' /etc/rc.d/unbound [nothing] The daemon reloads

Re: OpenSMTPd maillist "compatible" manager Majordomo or what?

2018-03-22 Thread Craig Skinner
ttp://mlmmj.org/lists (there is a discussion list there - join it!!! - see the archive!) http://mlmmj.org/docs/readme-listtexts/ Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: OpenSMTPd maillist "compatible" manager Majordomo or what?

2018-03-20 Thread Craig Skinner
Hi Denis, The OpenSMTPd mailing lists are mlmmj powered. http://www.OpenSMTPd.Org/list.html Join OpenSMTPd's misc@ list and ask OpenSMTPd questions there. Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: Unexpected security(8) output

2018-02-01 Thread Craig Skinner
l SUIDSKIP=$(mount | awk '/nosuid/ { print $3 }') Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: no valid ntpd peers

2018-01-10 Thread Craig Skinner
tomers to sync from? Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: pkg_info fails for non-installed packages when PKG_CACHE is set to a directory the current user can't write to

2017-11-02 Thread Craig Skinner
grep PKG_ PKG_CACHE=/var/cache/pkg PKG_PATH=$PKG_CACHE:http://mirror. /var/cache/pkg/ is group writable by wheel, so unpriv sysadmins can do pkg_add -n to download & cache items, for root to install later. I thought the cache was to reduce remote package server/network load. Cheers, -

Re: OT: Upload and Download to/from an OpenBSD host

2017-10-31 Thread Craig Skinner
Mounted on /dev/wd1d 299G182G102G64%/home 182G was restored on the newly formatted and enlarged partition (now 'd' instead of 'f'), via netcat, from another host. As well as disk partitions, dump(8) works on files & directories too. Everything n

Re: DMCA Free OpenBSD VPS Hosting, multiple payment methods

2017-10-20 Thread Craig Skinner
On Thu, 19 Oct 2017 16:27:26 -0200 x9p wrote: > .. .but of course need to act upon receiving a court order. Which was raised by solicitors ("lawyers" is USA speak) in the hosting country, in a court room, in the hosting country, and legally authorised by the government of the hosting country, for

Re: Guess what today is

2017-10-19 Thread Craig Skinner
On Wed, 18 Oct 2017 06:16:09 -0400 STeve Andre' wrote: > Happy birthday to OpenBSD--22 years old! Congratulations to all the contributors - what proud parents you are!

Re: the whole greylisting, spam filtering thing

2017-09-30 Thread Craig Skinner
BT, etc.) Start with the README & see the logs directory for evidence: http://web.Britvault.Co.UK/products/ungrey-robins/ Otherwise;- simply set spamd's greylisting expire time to 4 days, not 4 hours. I ran servers this way for years - the mail does come through... Cheers,

Re: gmail and hotmail blocking mail sent from my IP

2017-08-12 Thread Craig Skinner
ssive (RFC derived) settings. See http://www.Postfix.Org/postconf.5.html Cool, -- Craig Skinner | http://twitter.com/Craig_Skinner | http://linkd.in/yGqkv7

Re: maildrop-postfix question

2017-08-11 Thread Craig Skinner
/wiki2.dovecot.org/HowTo/PostfixDovecotLMTP http://www.postfix.org/lmtp.8.html Cheers, -- Craig Skinner | http://twitter.com/Craig_Skinner | http://linkd.in/yGqkv7

Re: gmail and hotmail blocking mail sent from my IP

2017-08-11 Thread Craig Skinner
HELO hostname generally seem to be ranked higher for delivery than the SPF/DMARC/DKIM/etc optional extras. Cheers, -- Craig Skinner | http://twitter.com/Craig_Skinner | http://linkd.in/yGqkv7

Re: gmail and hotmail blocking mail sent from my IP

2017-08-08 Thread Craig Skinner
king your ISP to exclude your addresses might help. Regards, -- Craig Skinner | http://twitter.com/Craig_Skinner | http://linkd.in/yGqkv7

Re: Split zone DNS?

2017-07-29 Thread Craig Skinner
& serve new data when the zone is updated. So I have 2 NSD servers on my LAN, which 2 Unbound resolvers stub their .internal domain from. (No need to cron rdist unbound.conf files between servers & restart unbound.) I can shutdown & upgrade 1 gateway machine, while everything on the LAN ke

Re: DUMP: Invalid argument: [block -60912738518]

2017-07-22 Thread Craig Skinner
ome to script & cron. > At any rate, the negative block numbers seem wrong. Perhaps that's something for the tech@ people to investigate? Cheers, -- Craig Skinner | http://twitter.com/Craig_Skinner | http://linkd.in/yGqkv7

Re: DUMP: Invalid argument: [block -60912738518]

2017-07-20 Thread Craig Skinner
login' in login(1), which file I've found to be usefully created & nuked by my dump driving scripts. Cheers, -- Craig Skinner | http://twitter.com/Craig_Skinner | http://linkd.in/yGqkv7

Re: Rsnapshot configuration

2017-06-17 Thread Craig Skinner
On Sat, 17 Jun 2017 11:05:41 Craig Skinner wrote: > On Fri, 16 Jun 2017 10:21:10 -0500 Branden Harper wrote: > > I use the built in dump/restore tools for ufs/ffs. > > Same here Brandon. These tools are written and audited by skilled > OpenBSD developers, _for_ OpenBSD&#x

Re: Rsnapshot configuration

2017-06-17 Thread Craig Skinner
e raw dumps, then scp duplicate the encrypted dumps off site too. http://en.wikipedia.org/wiki/Backup_rotation_scheme#Tower_of_Hanoi All done with standard quality tools included in base. Nice, -- Craig Skinner | http://linkd.in/yGqkv7

Re: smtpd doesn't start

2017-05-31 Thread Craig Skinner
Hi Peter, On Tue, 30 May 2017 12:32:35 +0200 Peter Hessler wrote: > On 2017 May 30 (Tue) at 10:37:37 +0100 (+0100), Craig Skinner wrote: > :.localdomain (.local interferes with iStuff, avoid it) > :.internal > :.private > :.priv > :.lan > > NO NO NO NO NO NO NO NO NO &

Re: smtpd doesn't start

2017-05-30 Thread Craig Skinner
ernal .private .priv .lan This can be done directly in Unbound, or stubbed to NSD. Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Happy birthday Theo!

2017-05-19 Thread Craig Skinner
Best wishes.

Re: spamd and outlook.com

2017-04-21 Thread Craig Skinner
pt/reject decisions on arbitrary domains. If you don't trust the sending domain, then SPF evaluation is pointless." http://marc.info/?l=openbsd-misc&m=148232868408696 Regards, -- Craig Skinner | http://linkd.in/yGqkv7

Re: spamd and outlook.com

2017-04-21 Thread Craig Skinner
tool looks at the HELO hostname, not the FROM domain. See the misc@ thread "spamd and network whitelisting" http://marc.info/?t=14818982922 Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: Topics for revised PF and networking tutorial

2017-04-07 Thread Craig Skinner
On Fri, 7 Apr 2017 07:25:58 +0300 li...@wrant.com wrote: > Thank you ALL for the hard work over the years to complement OpenBSD. Yes.

Fwd: [EdLUG] Conference: FLOSS UK Spring 2017, Manchester

2017-03-04 Thread Craig Skinner
Formerly known as UKUUG (United Kingdom Unix User Group) Keynote: Distributed Policy Enforcement with OpenSSH Certificates - Forwarded message from Edinburgh Linux Users Group - Date: Fri, 03 Mar 2017 14:47:27 + From: Edinburgh Linux Users Group To: ed...@mailman.lug.org.uk Subje

Re: serial port expansion card

2017-03-04 Thread Craig Skinner
Hello, On 2017-03-04 Sat 11:13 AM |, Damian McGuckin wrote: > Maybe we need a list of recommended serial port add-on cards The Moxa C168H 8 port PCI card works well on this "console server": o the hosts defined in /etc/remote(5) don't jump about o no problems known with reboots of any box, in a

Re: Three questions about login classes: Use for setting up memory&FD quotas, and do they have anything to do with escalated privileges?

2017-02-03 Thread Craig Skinner
ocesses? Several companies I've worked for had a unique UNIX group for each team of 5-20 people (e.g. jd3185), even when the company had 30,000+ employees. The umask was set so non-technical people in each team could easily share files in team directories. The group name was used on job shee

Re: Migrate Mailserver from sendmail/Curier/LDAP to OpenSMTP/Dovecot/LDAP

2017-01-28 Thread Craig Skinner
swd result_failure = return-fail } protocol lmtp { mail_plugins = " sieve" postmaster_address = postmaster } In the future I hope to be able to deploy OpenSMTPd, when the filtering & other work has stabilised. Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: lastcomm doesn't filter with arguments?

2017-01-19 Thread Craig Skinner
- operator __ 0.00 secs Thu Jan 19 01:45 (0:00:00.00) cut-S root __ 0.02 secs Thu Jan 19 01:30 (0:00:00.02) > or am I reading wrongly man page? I don't think so. -- Craig Skinner | http://linkd.in/yGqkv7

A couple of password pointers to avoid failed login(1) via cu(1)

2017-01-17 Thread Craig Skinner
like 1/4, 1/3, 1/2, 3/4, 2/3, infinity, 2) passwords starting with a symbol can cause problems, especially '~' Onward! -- Craig Skinner | http://linkd.in/yGqkv7

Re: dig/nslookup limitations - can only do NSLOOKUPs using port 53

2017-01-16 Thread Craig Skinner
Hello all, On Mon, 16 Jan 2017 00:38:16 -0700 Theo de Raadt wrote: > dig (host, nslookup, etc) use this horrible ISC library Could NLnetLab's libldns & drill totally replace all this? (Both are already ported & built.) https://nlnetlabs.nl/projects/ldns/ "A lot of DNS debugging is done with di

Re: usermod: Invalid password: `*'

2017-01-06 Thread Craig Skinner
stars. (Here, operator runs dump(8) scripts & related rdist cron jobs, etc.) Cool, -- Craig Skinner | http://linkd.in/yGqkv7

usermod: Invalid password: `*'

2017-01-04 Thread Craig Skinner
usr.sbin/user/user.c.diff?r1=1.111&r2=1.112&f=h Or do I need to do it differently now? Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Colour man pages via ssh + tmux on OpenBSD 6.0

2016-12-26 Thread Craig Skinner
Hiya folks, Similar to what I done on 5.9 (http://marc.info/?t=14706856923), here's how I've done it less intrusively on OpenBSD 6.0: $ cat ~/.terminfo/Makefile # # $Id: Makefile,v 1.18 2016/12/26 15:53:13 craig Exp $ # # Public domain # (You're free to boil it, bake it, bu

Re: carp and squid

2016-12-22 Thread Craig Skinner
Squid FAQ: http://wiki.squid-cache.org/SquidFaq/ConfiguringBrowsers#Redundant_Proxy_Auto-Configuration http://wiki.squid-cache.org/SquidFaq/ConfiguringBrowsers#Fully_Automatic_Configuration Also: http://FindProxyForURL.com/example-pac-file/ Symlink a proxy.pac file as wpad.dat Cheers, -- Crai

Re: spamd and network whitelisting

2016-12-20 Thread Craig Skinner
2/OpenBSD-spamlogd > > Thanks to all the developers who made spamd; an amazing, simple, > clever tool. > Aye! -- Craig Skinner | http://linkd.in/yGqkv7

Re: How to make spamd more annoying ?

2016-12-14 Thread Craig Skinner
27;s patch keeps them trapped while they continue to spam. His stats prove it works. > > I read somewhere that gmail servers change their IPs when they retry > to send the mails. This tool helps to auto white list silly round robin senders: http://web.Britvault.Co.UK/products/ungrey-robin

Re: How to make spamd more annoying ?

2016-12-13 Thread Craig Skinner
(spamdb -T -a ) Also try Boudewijn's patch (see his continued blocking graph): https://github.com/bdijkstra82/OpenBSD-spamlogd Regards, -- Craig Skinner | http://linkd.in/yGqkv7

Re: Is using dkim really worth?

2016-12-10 Thread Craig Skinner
ange the Simple Mail Transfer Protocol in to a Complicated Mail Transfer Protocol,.. because of the spam problem... A few responsible ISPs block outbound access to port 25, forcing their dynamic customers to authenticate through their port 587 relay servers. Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: 350MHz IBM Intel Pentium II runs 5.9 fine

2016-12-02 Thread Craig Skinner
f Sun Netras vertically Ikea racked above them, they were all made locally in Scotland, so may differ from foreign boxes. See here: http://web.Britvault.Co.UK/tmp/2016/06-rack/ I'm simply stoked OpenBSD is so solid! Cool, -- Craig Skinner | http://linkd.in/yGqkv7

Re: 350MHz IBM Intel Pentium II runs 5.9 fine

2016-12-01 Thread Craig Skinner
Hi, On Wed, 30 Nov 2016 17:09:13 +0100 butresin wrote: > On 16.11.29Tue 14:12, Craig Skinner wrote: > > > > real mem = 200740864 (191MB) > > avail mem = 184385536 (175MB) > ... > > spdmem0 at iic0 addr 0x50: 64MB SDRAM non-parity PC100CL3 > > spdmem1 at i

350MHz IBM Intel Pentium II with 8 port Moxa serial card runs 5.9 fine

2016-11-29 Thread Craig Skinner
This box also runs fine for me 24*7, for around 15 years - Ace! 5.7 dumped & 5.9 installed on 22nd July: OpenBSD 5.9 (GENERIC) #1561: Fri Feb 26 01:22:37 MST 2016 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: Intel Pentium II ("GenuineIntel" 686-class, 512KB L2 cache)

350MHz IBM Intel Pentium II runs 5.9 fine

2016-11-29 Thread Craig Skinner
Runs fine for me 24*7, for about 15 years. OpenBSD is SUPERB! 5.7 dumped & 5.9 installed on 22nd October: OpenBSD 5.9 (GENERIC) #1561: Fri Feb 26 01:22:37 MST 2016 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: Intel Pentium II ("GenuineIntel" 686-class, 512KB L2 cache)

OT Fwd: Alertbox: Distribution of Users' Computer Skills: Worse Than You Think

2016-11-15 Thread Craig Skinner
Begin forwarded message: Across 33 rich countries, only 5% of the population has high computer-related abilities, and only a third of people can complete medium-complexity tasks: https://www.nngroup.com/articles/computer-skill-levels/ Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: Failure to get unbound to talk to nsd on the same server

2016-10-12 Thread Craig Skinner
ound using both of these directives: *) do-not-query-localhost: no (which you have) *) local-zone: (see unbound.conf(5)) Also see 'private-domain: ' in unbound.conf(5). Perhaps you could get them working together this way too, and then alter single settings to establish what break

Re: Failure to get unbound to talk to nsd on the same server

2016-10-11 Thread Craig Skinner
parent local-zone simply caught you out.) While this post is 2 years old, the address and ports stuff is much the same: http://marc.info/?l=openbsd-misc&m=141113669300630&w=2 While I've not tried it, another method could be instead of having NSD listen on 127.0.0.1@42, have it listen on 127.0.0.53, which would require another an /etc/hostname.lo53, pf rules, etc... Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: unbound and truly multihomed setup

2016-09-30 Thread Craig Skinner
336* internet stream tcp 0x0 10.11.12.13:53 Ah dinnae ken aboot Debian. -- Craig Skinner | http://linkd.in/yGqkv7

Re: unbound and truly multihomed setup

2016-09-30 Thread Craig Skinner
27;outgoing-interface: ' is not a listening 'interface: ...' Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: rc.d script with functions won't run

2016-09-30 Thread Craig Skinner
inside the proper function, e.g: rc_check() { cd ${app_home} || return ${daemon} status } Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: unbound and truly multihomed setup

2016-09-29 Thread Craig Skinner
terfaces. See /usr/src/usr.sbin/unbound/doc/example.conf.in http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/unbound/doc/example.conf.in Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: usb disk dirty after every reboot

2016-09-20 Thread Craig Skinner
Hi Jan, On Mon, 19 Sep 2016 18:22:37 +0200 Jan Stary wrote: > > 9d24108772d1158c.a /backup ffs rw,softdep,noatime,nodev,noexec > With softdep everywhere, would this help in /etc/rc.shutdown? for i in 4 3 2 1 do

Re: spamd question

2016-09-09 Thread Craig Skinner
27;_host' bit got dropped: http://www.openbsd.org/faq/upgrade59.html Enabling that would need either a root 'sh /etc/netstart' or reboot. Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: spamd question

2016-09-08 Thread Craig Skinner
Hi Kasper, On 2016-09-07 Wed 15:07 PM |, Kasper Haitsma wrote: > 5.9 -> 5.9 nothing at all Fix this problem first. > > pf.conf is the same on all 4 boxes spamd's pf rules changed in 5.8: http://www.openbsd.org/faq/upgrade58.html Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: spamd question

2016-09-06 Thread Craig Skinner
Hi Kasper, On 2016-09-05 Mon 17:26 PM |, Kasper Haitsma wrote: > spamd-sync packages arrive at the 5.9 box, but You've got 2 5.0 machines syncing. Can you get 2 5.9 machines syncing?

  1   2   3   4   5   >