vpopmail

MariaDB replica setup

MariaDB uses asynchronous replication based on binary logs (binlog). Master (source) writes changes to the binary log, slave (replica) reads the binlog from the master and replays events locally. Replication is one-way by default (master to slave). Master configuration Configure MariaDB by editing /etc/my.cnf.d/mariadb-server.cnf [mysqld] server-id=1 log_bin=binlog binlog_format=ROWbind-address =...

SQL valias with sieve solution for qmail. New features and Roundcube plugin

Changelog Mar 29 , 2025 (vpopmail v5.6.8)- defaultdelivery feature (--enable-defaultdelivery) changes:* vdelivermail is installed by default in .qmail-default of newly created domains with option 'delete' as in the previous version.* if no user's valiases and no .qmail are found, then the message...

Installing Mailman3 in a qmail + vpopmail server

Mailman is free software for managing electronic mail discussion and e-newsletter lists. Mailman is integrated with the web, making it easy for users to manage their accounts and for list owners to administer their lists. Mailman supports built-in archiving, automatic bounce...

Dovecot's vpopmail-auth driver patch

Update: This patch won't work with version 2.4.x. Download the patch Ali Erturk TURKER is maintaining a patch which restores to life the vpopmail-auth driver for Dovecot (more info here). Patch and configure as follows. Be aware that an autoreconf must be provided, as...

Recent comments