<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.rodaw.com/w/index.php?action=history&amp;feed=atom&amp;title=OpenBSD</id>
		<title>OpenBSD - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.rodaw.com/w/index.php?action=history&amp;feed=atom&amp;title=OpenBSD"/>
		<link rel="alternate" type="text/html" href="https://wiki.rodaw.com/w/index.php?title=OpenBSD&amp;action=history"/>
		<updated>2026-06-02T15:08:46Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.rodaw.com/w/index.php?title=OpenBSD&amp;diff=964&amp;oldid=prev</id>
		<title>Jeffa: Initial creation</title>
		<link rel="alternate" type="text/html" href="https://wiki.rodaw.com/w/index.php?title=OpenBSD&amp;diff=964&amp;oldid=prev"/>
				<updated>2019-03-05T13:56:44Z</updated>
		
		<summary type="html">&lt;p&gt;Initial creation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=configuration notes=&lt;br /&gt;
from my install experience&lt;br /&gt;
&lt;br /&gt;
==smtpd.conf==&lt;br /&gt;
===dovecot configuration===&lt;br /&gt;
In addition to these articles&lt;br /&gt;
* https://www.opensmtpd.org/faq/example1.html&lt;br /&gt;
* https://blog.cagedmonster.net/opensmtpd-under-openbsd-with-ssl-virtualusers-dovecot/&lt;br /&gt;
&lt;br /&gt;
add this to /etc/dovecot/conf.d/10-auth.conf NOT in dovecot.conf&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
passdb {&lt;br /&gt;
    args = scheme=blf-crypt /etc/mail/passwd&lt;br /&gt;
    driver = passwd-file&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
userdb {&lt;br /&gt;
    args = uid=virtmail gid=virtmail home=/var/vmail/%d/%n&lt;br /&gt;
    driver = static&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==gd==&lt;br /&gt;
For gd to work you need to have installed the X sets during install. I hadn't installed them 'cause who needs X in a vm? Apparently gd does. An irc #openbsd user helped me install the sets from tar without resorting to the installation again.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# actually I used lynx not wget... but you get the idea&lt;br /&gt;
pkg_add wget&lt;br /&gt;
wget https://mirror.esc7.net/pub/OpenBSD/6.2/amd64/x*.tgz&lt;br /&gt;
cd ~/sets&lt;br /&gt;
tar -C / -xzphf x*.tgz&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==MediaWiki==&lt;br /&gt;
===SyntaxHighlighting===&lt;br /&gt;
Needs gd or ImageMagick - see above. I got syntaxhighlight mostly working but am still having trouble with color and line numbers.&lt;br /&gt;
&lt;br /&gt;
This extension won't work in the openbsd httpd environment as it is chroot for the php-fpm.sock as it trys to call out to python from the php... &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
PHP message: PHP Notice:  Failed to invoke Pygments:  [Called from SyntaxHighlight_GeSHi::highlight in /htdocs ....&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Extension:Highlightjs Integration===&lt;br /&gt;
&lt;br /&gt;
This just works. Period. There are probably others. It does it with browser javascript. Frankly I don't understand at all why the above extension is a default included with the MediaWiki distribution. All that server side stuff? Calling Python from php? Bleuch!&lt;br /&gt;
&lt;br /&gt;
https://www.mediawiki.org/wiki/Extension:Highlightjs_Integration&lt;/div&gt;</summary>
		<author><name>Jeffa</name></author>	</entry>

	</feed>