<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="nl">
	<id>https://www.vanderschaft.net/mediawiki/index.php?action=history&amp;feed=atom&amp;title=IMAPD_installations_palternative</id>
	<title>IMAPD installations palternative - Bewerkingsoverzicht</title>
	<link rel="self" type="application/atom+xml" href="https://www.vanderschaft.net/mediawiki/index.php?action=history&amp;feed=atom&amp;title=IMAPD_installations_palternative"/>
	<link rel="alternate" type="text/html" href="https://www.vanderschaft.net/mediawiki/index.php?title=IMAPD_installations_palternative&amp;action=history"/>
	<updated>2026-09-12T05:12:19Z</updated>
	<subtitle>Bewerkingsoverzicht voor deze pagina op de wiki</subtitle>
	<generator>MediaWiki 1.45.4</generator>
	<entry>
		<id>https://www.vanderschaft.net/mediawiki/index.php?title=IMAPD_installations_palternative&amp;diff=36&amp;oldid=prev</id>
		<title>Dschaft: Nieuwe pagina aangemaakt met &#039;Installing Cyrus IMAPd on FreeBSD involves installing the package, configuring /usr/local/etc/imapd.conf and /usr/local/etc/cyrus.conf, initializing the mail spool, and enabling the service in /etc/rc.conf. Common versions include cyrus-imapd312 or cyrus-imapd25, with saslauthd required for authentication.  freebsd.org freebsd.org  +2 1. Installation Install Cyrus IMAP via package: bash pkg install cyrus-imapd312 Note: You may also need to install cyrus-sasl f…&#039;</title>
		<link rel="alternate" type="text/html" href="https://www.vanderschaft.net/mediawiki/index.php?title=IMAPD_installations_palternative&amp;diff=36&amp;oldid=prev"/>
		<updated>2026-03-21T17:09:43Z</updated>

		<summary type="html">&lt;p&gt;Nieuwe pagina aangemaakt met &amp;#039;Installing Cyrus IMAPd on FreeBSD involves installing the package, configuring /usr/local/etc/imapd.conf and /usr/local/etc/cyrus.conf, initializing the mail spool, and enabling the service in /etc/rc.conf. Common versions include cyrus-imapd312 or cyrus-imapd25, with saslauthd required for authentication.  freebsd.org freebsd.org  +2 1. Installation Install Cyrus IMAP via package: bash pkg install cyrus-imapd312 Note: You may also need to install cyrus-sasl f…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nieuwe pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Installing Cyrus IMAPd on FreeBSD involves installing the package, configuring /usr/local/etc/imapd.conf and /usr/local/etc/cyrus.conf, initializing the mail spool, and enabling the service in /etc/rc.conf. Common versions include cyrus-imapd312 or cyrus-imapd25, with saslauthd required for authentication. &lt;br /&gt;
freebsd.org&lt;br /&gt;
freebsd.org&lt;br /&gt;
 +2&lt;br /&gt;
1. Installation&lt;br /&gt;
Install Cyrus IMAP via package:&lt;br /&gt;
bash&lt;br /&gt;
pkg install cyrus-imapd312&lt;br /&gt;
Note: You may also need to install cyrus-sasl for authentication. &lt;br /&gt;
freebsd.org&lt;br /&gt;
freebsd.org&lt;br /&gt;
2. Configuration&lt;br /&gt;
Create/Edit Configs: Copy sample configurations from /usr/local/etc/cyrus.conf.sample and /usr/local/etc/imapd.conf.sample to /usr/local/etc/.&lt;br /&gt;
Set Mail Spool: Modify /usr/local/etc/imapd.conf to set configdirectory, partition-default, and other necessary parameters.&lt;br /&gt;
Create Spool: Run the following to prepare the spool directories:&lt;br /&gt;
bash&lt;br /&gt;
/usr/local/cyrus/sbin/mkimap&lt;br /&gt;
Fix Permissions: Ensure the cyrus user owns the directories:&lt;br /&gt;
bash&lt;br /&gt;
chown -R cyrus:cyrus /var/imap&lt;br /&gt;
chown -R cyrus:cyrus /var/spool/imap&lt;br /&gt;
 &lt;br /&gt;
FreshPorts&lt;br /&gt;
FreshPorts&lt;br /&gt;
 +3&lt;br /&gt;
3. Setup Authentication (saslauthd) &lt;br /&gt;
To use system users (PAM/passwd) for mail authentication:&lt;br /&gt;
Add saslauthd_enable=&amp;quot;YES&amp;quot; to /etc/rc.conf.&lt;br /&gt;
Start saslauthd: service saslauthd start.&lt;br /&gt;
Ensure pwcheck_method: saslauthd is set in /usr/local/etc/imapd.conf. &lt;br /&gt;
freebsd.org&lt;br /&gt;
freebsd.org&lt;br /&gt;
 +1&lt;br /&gt;
4. Start Cyrus IMAPd &lt;br /&gt;
Add the following to /etc/rc.conf to enable the service: &lt;br /&gt;
FreshPorts&lt;br /&gt;
FreshPorts&lt;br /&gt;
bash&lt;br /&gt;
sysrc cyrus_imapd_enable=&amp;quot;YES&amp;quot;&lt;br /&gt;
service cyrus-imapd start&lt;br /&gt;
5. Create Administrator &lt;br /&gt;
Create a user with mailbox admin rights:&lt;br /&gt;
bash&lt;br /&gt;
saslpasswd2 -c cyrus&lt;br /&gt;
Key Considerations&lt;br /&gt;
Upgrading: When upgrading, use cyr_info conf-lint to check for deprecated configuration options.&lt;br /&gt;
BDB Backend: If using BerkeleyDB (BDB), build the port with BDB support enabled, though switching to alternatives is recommended.&lt;br /&gt;
Virtual Users: For non-system users, configure saslauthd to use LDAP or a separate SQL database. &lt;br /&gt;
freebsd.org&lt;br /&gt;
freebsd.org&lt;br /&gt;
 +2&lt;/div&gt;</summary>
		<author><name>Dschaft</name></author>
	</entry>
</feed>