Hi,
I have installed 1.1.2 first with ssl_disable=yes, work fine but when i set
ssl_disable to no and configuring according to dovecot.org (SSL certificates) i
get 'SSL support not compiled in but ssl_disable=no'
CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib ./configure
make
make install
what am i missing?
i starting with a simple dovecot.conf
protocol imap {
}
protocol pop3 {
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
}
auth default {
mechanisms = plain cram-md5
passdb passwd-file {
args = /etc/passwd.dovecot
}
}
user = root
}