[Dovecot] compile with ssl support

Catalin Ciubotariu ciubo67 at yahoo.com
Wed Aug 27 14:51:33 EEST 2008


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

}


      


More information about the dovecot mailing list