Andy, According to your suggestion, my IMAP login is working now. I can
now connect imap clients through my frontend servers to access mail
boxes in the backend node.
However, I still _failed_ to deliver mail via Postfix LMTP through Cyrus
LMTPProxy running on the frontends to my cyrus-imap backen
Thanks for the suggestion. My system has:
/usr/include/krb-protos.h
/usr/include/krb.h
/usr/include/krb5-protos.h
/usr/include/krb5-types.h
/usr/include/krb5.h
/usr/include/krb5_err.h
/usr/include/krb_db.h
/usr/include/krb_err.h
The configure script seems to be finding them okay, but then it
This is due to the location of krb5.h which is not in your normal
include path. I believe on a 4.x system, it's in
/usr/include/kerberos/krb5.h but since the Cyrus configure/make
scripts doesn't look here by default, you need to do something like ln
-s /usr/include/kerberos/krb5.h /usr/in
On Sat, 29 Apr 2006, Xue, Chongjie "Jack" wrote:
[snip]
mailbox1 imap[29381]: badlogin: [10.101.4.251] PLAIN [SASL(-13):
authentication failure: user cyrus_murder is not allowed to proxy]
[snip]
#---imapd.conf---#
configdirectory: /var/lib/imap
partition-default: /var/spool/imap
admins: adm
On Apr 29, 2006, at 4:33 PM, Mark Edwards wrote:
I am having trouble compiling cyrus-imapd 2.2.13 on a FreeBSD
4.11p16 machine. I can compile 2.2.12 just fine, and have been
using it for many months.
I have tried from the FreeBSD port, as well as downloading and
compiling myself, with th
I am having trouble compiling cyrus-imapd 2.2.13 on a FreeBSD 4.11p16
machine. I can compile 2.2.12 just fine, and have been using it for
many months.
I have tried from the FreeBSD port, as well as downloading and
compiling myself, with this configure statement:
./configure --with-bdb-in