Re: [Dovecot] Solaris Dovecot dovecot dovecot-1.0.rc27

2007-03-21 Thread Svancara, Randall
/2007 8:45 PM To: Svancara, Randall Cc: dovecot@dovecot.org Subject: Re: [Dovecot] Solaris Dovecot dovecot dovecot-1.0.rc27 Randall Svancara wrote: > To all, > > I am using Dovecot on solaris 10. Home directories are mounted using > NFS. However, they are not readable by root. &

Re: [Dovecot] Solaris Dovecot dovecot dovecot-1.0.rc27

2007-03-21 Thread Bart Smaalders
Randall Svancara wrote: To all, I am using Dovecot on solaris 10. Home directories are mounted using NFS. However, they are not readable by root. I compiled Dovecot from the source. I set the following environment variables: export LDFLAGS='-L/local/software/openssl/lib -R/local/software/o

Re: [Dovecot] Solaris Dovecot dovecot dovecot-1.0.rc27

2007-03-21 Thread Randall Svancara
Everyone, I went ahead and added -L/usr/sfw/lib and -R/usr/sfw/lib to the LDFLAGS environment variable prior to running configure, make and make install. dump -Lv dovecot now reveals /usr/sfw/lib in the RPATH. Above all, I am not receiving any errors. Thanks, Randall On Wed, 2007-03-21 a

Re: [Dovecot] Solaris Dovecot dovecot dovecot-1.0.rc27

2007-03-21 Thread Tom Bombadil
Phil Oleson wrote: > Randall Svancara wrote: >> >> dovecot: Mar 21 15:34:25 Info: imap-login: Login: user=, >> method=PLAIN, rip=134.121.92.228, lip=134.121.5.141, TLS >> dovecot: Mar 21 15:34:25 Error: IMAP(someusername): ld.so.1: imap: >> fatal: libgcc_s.so.1: open failed: No such file or direct

Re: [Dovecot] Solaris Dovecot dovecot dovecot-1.0.rc27

2007-03-21 Thread Phil Oleson
Randall Svancara wrote: dovecot: Mar 21 15:34:25 Info: imap-login: Login: user=, method=PLAIN, rip=134.121.92.228, lip=134.121.5.141, TLS dovecot: Mar 21 15:34:25 Error: IMAP(someusername): ld.so.1: imap: fatal: libgcc_s.so.1: open failed: No such file or directory dovecot: Mar 21 15:34:25 Error

Re: [Dovecot] Solaris Dovecot dovecot dovecot-1.0.rc27

2007-03-21 Thread Chris Wakelin
Randall Svancara wrote: > In the server logs, when I attempt to connect to port 993 using imap > over SSL, i receive the following error: > > dovecot: Mar 21 15:34:25 Info: imap-login: Login: user=, > method=PLAIN, rip=134.121.92.228, lip=134.121.5.141, TLS > dovecot: Mar 21 15:34:25 Error: IMAP

[Dovecot] Solaris Dovecot dovecot dovecot-1.0.rc27

2007-03-21 Thread Randall Svancara
To all, I am using Dovecot on solaris 10. Home directories are mounted using NFS. However, they are not readable by root. I compiled Dovecot from the source. I set the following environment variables: export LDFLAGS='-L/local/software/openssl/lib -R/local/software/openssl/lib' export CPPFLA