Am 18. April 2015 20:14:01 MESZ, schrieb Kevin Laurie
<superinterstel...@gmail.com>:
hey Christian,
Thanks so much for your feedback. I am still getting an error.
Hi Kevin,
You're welcome.
[root@mail tmp]# nano /etc/dovecot/dovecot.conf
[root@mail tmp]# service dovecot restart
Stopping Dovecot Imap: [FAILED]
Starting Dovecot Imap: doveconf: Fatal: Error in configuration file
/etc/dovecot/dovecot.conf line 19: Expecting '='
doveconf: Error: managesieve-login: dump-capability process returned 89
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf
line 19: Expecting '='
[FAILED]
lets take a look at line 19...
Below is the output of dovecot.conf. Cant figure out why.
[root@mail tmp]# cat /etc/dovecot/dovecot.conf
# Listen addresses.
# - '*' means all available IPv4 addresses.
# - '[::]' means all available IPv6 addresses.
# Listen on all available addresses by default
listen = * [::]
#base_dir = /var/run/dovecot
mail_plugins = quota
# Enable fts fts_solr plugin globally for Solr Full Text Search
Indexing
mail_plugins = $mail_plugins fts fts_solr
plugin {
fts = solr
#break-imap-search will use solr for indexing TEXT and BODY searches.
fts_solr = break-imap-search url=http://127.0.0.1:8983/solr/
fts_autoindex = yes
} acl
remove acl and you should be good.
hth
- c