SQL valias with sieve solution for qmail. New features and Roundcube plugin
Changelog Jan 10, 2024- fixed a bug in vpopmail which was preventing the correct auto creation of the valias table in MySQL Nov 5, 2023-bug fix: vpopmail defaultdelivery patch: it won't create the .qmail file in case control/defaultdelivery already has vdelivermail, in order...
Dovecot's vpopmail-auth driver patch
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 the configure.ac has been modifed. patch -p1 <...
Dovecot vpopmail-auth driver removal. Migrating to the SQL driver
Those who are still using the Dovecot's vpopmail auth driver should consider a migration to another backend, as on January 4, 2021 dovecot-2.3.13 was released and the vpopmail auth driver removed (more info here). I'll show below how to support domain aliases...
Running Dovecot
I have adjusted the startup script distributed by Dovecot and saved it as /usr/local/bin/dovecotctl: #!/bin/bash ### BEGIN INIT INFO # Provides: dovecot # Required-Start: $local_fs $remote_fs $network $syslog $time # Required-Stop:...