PDA

View Full Version : Postfix Problemi


sarumanfred
20-07-2006, 12:26
Ciao a tutti, sto cercando di installare postfix nel mio server e quindi devo isntallare tutti i pacchetti necessari per il funzionamento del mta... ora il mio problema nasce quando cerco di installare courier-imap , il file configure lo configuro come segue..

./configure --prefix=/usr \
--sysconfdir=/etc/courier-imap \
--libexecdir=/usr/libexec/courier-imap \
--localstatedir=/var \
--with-authdaemonvar=/var/run/authdaemon \
--with-trashquota \
--with-db=gdbm \
--with-authshadow \
--with-authpwd \
--with-authmysql \
--with-mysql-libs=/usr/lib/mysql \
--with-mysql-includes=/usr/include/mysql \


poi faccio il make, e il make check e quest'ultimo mi dice...

Error: --with-trashquota or the --enable-workarounds-for-imap-client-bugs
option was specified to the configure script.

As INSTALL told you, make check fails if these options are used, and I wasn't
kidding when I wrote it. Reconfigure and rebuild without these options, then
rerun make and make check. If make check passes, reconfigure again with your
original options, and proceed with installing this server. Have fun!
make[1]: *** [check-am] Error 1
make[1]: Leaving directory `/home/postfix/courier-imap-3.0.7/imap'
make: *** [check-recursive] Error 1

so che lo dice chiaramente cosa dovrei fare ma nnho capito niente:( potreste aiutarmi grazie mille....