<a href="mailto:dovecot@dovecot.org">dovecot@dovecot.org</a><br><br>Hello,<br><br>I have been doing my first BasicInstall of Dovecot, following the documentation for VirtualUsers, and piecing together suggestions from other on the list, and out on the web.
<br><br>In dovecot.conf, I have added,<br><br>&nbsp;default_mail_env = maildir:/var/Dovecot/%d/Accounts/%1u/%u/Maildir:INDEX=/var/Dovecot/indexes/%d/%n<br>&nbsp;auth default {<br>&nbsp; mechanisms = plain<br>&nbsp; user = pgnmail<br>&nbsp;<br>&nbsp; passdb passwd-file {
<br>&nbsp;&nbsp; args = /etc/imap.passwd<br>&nbsp; }<br>&nbsp;<br>&nbsp; userdb static {<br>&nbsp;&nbsp; args = static uid=99 gid=99 home=/var/Dovecot mail=maildir:%h/%d/Accounts/%1u/%u nice=10<br>&nbsp; }<br>&nbsp;}<br><br>My User+Passwd DB file is<br><br>/etc/imap.passwd
<br>&nbsp;paulg:{PLAIN}testpass:99:99::/var/Dovecot/domain.com/Accounts/t/paulg:::<br><br>On Dovecot startup, my log shows,<br>&nbsp;dovecot: Aug 18 07:10:40 Info: Dovecot v1.1.UNSTABLE starting up<br>&nbsp;dovecot: Aug 18 07:10:42 Info: auth(default): passwd-file /etc/imamp.passwd: Read 1 users
<br><br>When I telnet in, I see,<br><br>&nbsp;Connected to <a href="http://domain.com">domain.com</a>.<br>&nbsp;Escape character is '^]'.<br>&nbsp;* OK [CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS STARTTLS AUTH=PLAIN] 
<a href="http://domain.com">domain.com</a> Dovecot IMAP4 ready<br><br>and when I login with,<br><br>&nbsp;x login testuser testpass<br><br>I see,<br><br>&nbsp;dovecot: Aug 18 07:06:50 Info: auth(default): client in: AUTH&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PLAIN&nbsp;&nbsp; service=IMAP&nbsp;&nbsp;&nbsp; secured lip=
<a href="http://192.168.1.6">192.168.1.6</a> rip=<a href="http://192.168.1.6">192.168.1.6</a> resp=&lt;hidden&gt;<br>&nbsp;dovecot: Aug 18 07:06:50 Info: auth(default): client out: OK&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; user=paulg<br>&nbsp;dovecot: Aug 18 07:06:50 Info: auth(default): master in: REQUEST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 14946&nbsp;&nbsp; 1
<br>&nbsp;dovecot: Aug 18 07:06:50 Info: auth(default): master out: USER&nbsp; 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; paulg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; static&nbsp; uid=99&nbsp; gid=99&nbsp; home=/var/Dovecot&nbsp;&nbsp;&nbsp;&nbsp; mail=maildir://Accounts/t/paulg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nice=10<br>&nbsp;dovecot: Aug 18 07:06:50 Info: imap-login: Login: user=&lt;paulg&gt;, method=PLAIN, rip=
<a href="http://192.168.1.6">192.168.1.6</a>, lip=<a href="http://192.168.1.6">192.168.1.6</a>, secured<br>&nbsp;dovecot: Aug 18 07:06:50 Error: IMAP(paulg): dyld: Library not loaded: /usr/local/ssl/lib/libssl.0.9.8.dylib<br>&nbsp;dovecot: Aug 18 07:06:50 Error: IMAP(paulg):&nbsp;&nbsp; Referenced from: /usr/local/dovecot/libexec/dovecot/imap
<br>&nbsp;dovecot: Aug 18 07:06:50 Error: IMAP(paulg):&nbsp;&nbsp; Reason: image not found<br>&nbsp;dovecot: Aug 18 07:06:51 Error: child 14963 (imap) killed with signal 5<br><br>I'm concerned about the &quot;//&quot; in,<br><br>&nbsp;mail=maildir://Accounts/t/paulg
<br><br>Is that correct?<br><br>And, of course, the,<br><br>&nbsp;dovecot: Aug 18 07:06:50 Error: IMAP(paulg): dyld: Library not loaded: /usr/local/ssl/lib/libssl.0.9.8.dylib<br><br>which I have no idea about.<br><br>Looking at the libraries linked into the &quot;/usr/local/dovecot/libexec/dovecot/imap&quot; executable, I see
<br>&nbsp;/usr/local/ssl/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)<br>&nbsp;/usr/local/ssl/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)<br>&nbsp;/usr/lib/libgcc_s.1.dylib (compatibility version 
1.0.0, current version 1.0.0)<br>&nbsp;/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.6)<br><br>And, seeing if &quot;/usr/local/ssl/lib/libssl.0.9.8.dylib&quot;, exists,<br>&nbsp;ls /usr/local/ssl/lib/libssl.0.9.8.dylib
<br>&nbsp; /usr/local/ssl/lib/libssl.0.9.8.dylib<br><br>Can someone help?<br><br>Thank you.<br><br>Paul<br><br>