Displaying 2 results from an estimated 2 matches for "validsqlus".
Did you mean:
validsqluser
2016 Apr 03
4
Still muddling through with broken auth...
...e dovecot-sql.conf.ext file? Make sure the driver in there is set as "mysql" and not "sql". Not sure whether your dovecot is packaged in a way that you need a another package to provide the SQL driver functionality.
driver = mysql
connect = host=127.0.0.1 dbname=mailserver user=validsqluser password=validsqlpassword
default_pass_scheme = PLAIN-MD5
password_query = SELECT email as user, password FROM virtual_users WHERE email='%u?;
>
> Btw. there is no need to run any SQL based backend, neither for dovecot nor Postfix, while I see a lot of beginners to think it would be....
2016 Apr 02
2
Still muddling through with broken auth...
Jason Pruim
pruimj at gmail.com
352.234.3175
> On Apr 2, 2016, at 6:42 PM, Alexander Dalloz <ad+lists at uni-x.org> wrote:
>
> Am 03.04.2016 um 00:26 schrieb Jason Pruim:
>> Hey Edgar,
>>
>> Thanks for catching that! Missed it earlier! Got it changed but I?m still having the same error updated postconf -n:
>
> Why do you provide the Postfix