>> >>> >>>> driver = sql >>>> } >>>> protocols = imap lmtp >>>> service auth { >>>> unix_listener /var/spool/postfix/private/auth { >>>> group = postfix >>>> mode = 0660 >>>> user = postfix >>>> } >>>> unix_listener auth-userdb { >>>> group = postfix >>>> mode = 0600 >>>> user = postfix >>>> } >>>> user = dovecot >>>> } >>>> service imap-login { >>>> inet_listener imap { >>>> port = 143 >>>> } >>>> inet_listener imaps { >>>> port = 993 >>>> } >>>> } >>>> service lmtp { >>>> unix_listener /var/spool/postfix/private/dovecot-lmtp { >>>> group = postfix >>>> mode = 0600 >>>> user = postfix >>>> } >>>> } >>>> ssl = no >>>> ssl_cert = </etc/pki/dovecot/certs/dovecot.pem >>>> ssl_key = </etc/pki/dovecot/private/dovecot.pem >>>> ssl_protocols = !SSLv2 !SSLv3 >>>> userdb { >>>> args = uid=vmail gid=vmail home=/var/mail/vhosts/%d/%n >>>> driver = static >>>> } >>>> protocol lmtp { >>>> mail_plugins = " sieve" >>>> } >>>> protocol lda { >>>> mail_plugins = " sieve" >>>> } >>>> [ec2-user@ip-172-31-24-2 conf.d]$ >>>> >>>> >>>> It’s been awhile since I’ve run a mail server, and never to this extent… >>>> Always through hosting companies except for about 15 years ago when I did >>>> it for fun! :) >>>> >>>> Thanks for all your help! >>> >>> Regards >>> >>> Alexander >> >> >> Thanks Alexander! > > Make sure MySQL is running and configured correctly as well.
Logged in as the same user and was able to run the 3 sql commands that are in the config files…. Best as I can tell it’s up and running properly.