Francisco Reyes wrote:
> Anyone got Cyrus IMAP working from installing the ports?
> 
> After 3 days trying.. I am leaning towards possible problems with the
> ports options. For example upon installation the cyrus-sasl-2.1.20_1
> port there are errors in /var/log/auth.log
> 
> May 16 23:47:39 testpompa saslpasswd2: setpass succeeded for cyrus
> May 16 23:47:39 testpompa saslpasswd2: Couldn't update db
> 
> Runing saslapsswd produces the same, yet running sasldblistusers2 I see
> [EMAIL PROTECTED]: userPassword
> 
> My imapd.conf is
> configdirectory: /var/imap
> partition-default: /var/imap/spool
> servername: testpompa.natserv.net
> allowanonymouslogin: no
> admins: cyrus root
> autocreatequota: 102400
> loginrealms: stringsutils.com, dataeverywhere.net
> sieveusehomedir: false
> sievedir: /var/imap/sieve
> sasl_pwcheck_method: auxprop
> lmtpsocket: /var/imap/socket/lmtp
> idlesocket: /var/imap/socket/idle
> notifysocket: /var/imap/socket/notify
> virtdomains: yes
> defaultdomain: stringsutils.com
> 
> The "Couldn't update db" seems like a common problem when installing
> Cyrus, yet I could not find a single reference on how to fix the problem.
> 
> Ran the mkimap without any problems. Both the impad and sasl programs
> are running and no errors reported at startup for either of them.
> 
> Moreover, I tried using a different Berkeley DB with cyrus-sasl and
> after that got different errors, so I am wondering if the default
> options in the port may be wrong.


Are you running both sasl AND sasl2 ports at the same time?
sasldblistusers2 is from sasl2 and saslpasswd is from sasl.
If that was just a typo, check permissions on /usr/local/etc/sasldb
(or /usr/local/etc/sasldb2) and make sure it allows reading by the
user running your pop/imap/mta.

G
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to