[Dovecot] Update problem from 1.2 => 2.0.19 and recommended imap storage
Hello,
After fixing configuration and other issues I'm still having one problem with imap executable and pine: less .pinerc # Changed config: #rsh-command=/usr/sbin/dovecot --exec-mail imap rsh-command=/usr/local/bin/imap
Calling imap still fails as non root: imap /usr/bin/ld: cannot open output file /usr/local/bin/.libs/2612-lt-imap: Permission denied collect2: ld returned 1 exit statusn
Any ideas to fix it?
BTW: What is the recommended dovecot storage for dovecot 2.x (upgradeable from mbox)?
Thnx.
Ciao, Gerhard
On 16.3.2012, at 8.02, Gerhard Wiesinger wrote:
After fixing configuration and other issues I'm still having one problem with imap executable and pine: less .pinerc # Changed config: #rsh-command=/usr/sbin/dovecot --exec-mail imap rsh-command=/usr/local/bin/imap
That's correct.
Calling imap still fails as non root: imap /usr/bin/ld: cannot open output file /usr/local/bin/.libs/2612-lt-imap: Permission denied collect2: ld returned 1 exit statusn
Huh? That looks like imap is running ld to link something. It shouldn't be doing that.
BTW: What is the recommended dovecot storage for dovecot 2.x (upgradeable from mbox)?
Maildir for reliability, sdbox/mdbox for performance.
On Fri, 16 Mar 2012, Timo Sirainen wrote:
On 16.3.2012, at 8.02, Gerhard Wiesinger wrote:
Calling imap still fails as non root: imap /usr/bin/ld: cannot open output file /usr/local/bin/.libs/2612-lt-imap: Permission denied collect2: ld returned 1 exit statusn
Huh? That looks like imap is running ld to link something. It shouldn't be doing that.
After starting it once as root the following files are created and it works also as non root: ls -l /usr/local/bin/.libs/ total 1160 -rwxr-xr-x 1 root root 235848 Aug 25 2010 lt-doveconf -rwxr-xr-x 1 root root 938454 Mar 16 07:03 lt-imap
Before only one of these files was generated (I think lt-doveconf).
Strange. Any ideas?
Ciao, Gerhard
participants (2)
-
Gerhard Wiesinger
-
Timo Sirainen