Jason Pruim pru...@gmail.com 352.234.3175
> On Apr 2, 2016, at 9:06 PM, Alexander Dalloz <ad+li...@uni-x.org> wrote: > > Am 03.04.2016 um 02:07 schrieb Jason Pruim: >> >> Jason Pruim >> pru...@gmail.com >> 352.234.3175 > > Please answer just to the mailing list and omit to copy your replies to my > personal address too. Thanks. My apologies, I had been hitting reply all. > >>>>>> Here is the same error: >>>>>> >>>>>> Apr 2 22:25:50 ip-172-31-24-2 dovecot: auth: Fatal: Unknown database >>>>>> driver 'sql' >>>>>> Apr 2 22:25:50 ip-172-31-24-2 dovecot: master: Error: service(auth): >>>>>> command startup failed, throttling for 60 secs >>>>>> Apr 2 22:25:50 ip-172-31-24-2 dovecot: imap-login: Disconnected: Auth >>>>>> process broken (disconnected before auth was ready, waited 9 secs): >>>>>> user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, >>>>>> session=<leZR+ocvhwB/AAAB> > > rpm -qlv dovecot | grep libdovecot-sql > > That should print out something like > > lrwxrwxrwx 1 root root 23 Apr 1 03:29 > /usr/lib64/dovecot/libdovecot-sql.so.0 -> libdovecot-sql.so.0.0.0 > -rwxr-xr-x 1 root root 95058 Apr 1 03:29 > /usr/lib64/dovecot/libdovecot-sql.so.0.0.0 > > If no libdovecot-sql.so is included, then SQL support is missing in that > dovecot package. > > Alexander I started going back over the same tutorial and reran the commands including this one: postconf -e virtual_alias_maps=mysql:/etc/postfix/mysql-virtual-alias-maps.cf,mysql:/etc/postfix/mysql-email2email.cf and as soon as that one hit I was able to login! Now I just need to get it accepting email and sending email! Thank you for your help and for putting up with my lack of knowledge!