[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:network_services:postfix_dovecot_mysql:dovecot [2015/03/08 08:59 (UTC)] – Errata, links astrogeekhowtos:network_services:postfix_dovecot_mysql:dovecot [2015/04/01 21:22 (UTC)] (current) – Fix Dovecot connection string. denydias
Line 84: Line 84:
 # Uncomment and set the following lines as shown # # Uncomment and set the following lines as shown #
 driver = mysql driver = mysql
-connect = host=localhost dbname=mailserver user=mailuser pass={your mailuser password}+connect = "host=localhost dbname=mailserver user=mailuser password={your mailuser password}"
 default_pass_scheme = SHA512-CRYPT default_pass_scheme = SHA512-CRYPT
 password_query = SELECT email as user, password FROM virtual_users WHERE email='%u'; password_query = SELECT email as user, password FROM virtual_users WHERE email='%u';
 howtos:network_services:postfix_dovecot_mysql:dovecot ()