I sent this yesterday but I think I forgot some important information. I have been working getting cyrus 2.2.8 running for the past two days but I am having some serious issues. When my email client prompts me for the password I get the following error: 'Sending password did not succeed. Mail server stasis.randomthoughtprocess.com responded:Unable to locate maildrop: Mailbox doesn't exist.'
Here are some of the files that I think might help diagnos the problem. Like i said I have tried everything to get this to work, but I know that there is something that I am missing. ++Latest auth.log file++++++++++++++++++++++++++++++++++++++++++++++++ Aug 2 06:39:13 stasis sshd(pam_unix)[18076]: authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=168-215-137-46.cmcsmart.com user=cwiles Aug 2 06:39:19 stasis sshd(pam_unix)[18078]: session opened for user cwiles by (uid=500) Aug 2 07:32:20 stasis pop3[18118]: could not find auxprop plugin, was searching for '[all]' ++end auth.log file++++++++++++++++++++++++++++++++++++++++++++++++++++ ++Latest imapd.log+++++++++++++++++++++++++++++++++++++++++++++++++++++ Aug 2 07:32:17 stasis master[18118]: about to exec /usr/cyrus/bin/pop3d Aug 2 07:32:17 stasis pop3[18118]: executed Aug 2 07:32:17 stasis pop3[18118]: accepted connection Aug 2 07:32:20 stasis pop3[18118]: login: jenna.randomthoughtprocess.com [192.168.1.100] cwiles plaintext User logged in Aug 2 07:32:23 stasis pop3[18118]: Unable to locate maildrop for cwiles: Mailbox does not exist Aug 2 07:33:45 stasis master[17414]: process 18118 exited, status 0 ++end imapd.log+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++Latest messages+++++++++++++++++++++++++++++++++++++++++++++++++++++++ Aug 2 07:27:35 stasis ctl_cyrusdb[18116]: checkpointing cyrus databases Aug 2 07:27:35 stasis ctl_cyrusdb[18116]: done checkpointing cyrus databases Aug 2 07:32:20 stasis pop3[18118]: login: jenna.randomthoughtprocess.com [192.168.1.100] cwiles plaintext User logged in Aug 2 07:32:23 stasis pop3[18118]: Unable to locate maildrop for cwiles: Mailbox does not exist Aug 2 07:38:23 stasis su(pam_unix)[18124]: session opened for user root by cwiles(uid=500) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++Begin /etc/imapd.conf+++++++++++++++++++++++++++++++++++++++++++++++++ configdirectory: /var/imap partition-default: /var/spool/imap admins: cyradmin sasl_pwcheck_method: saslauthd sievedir: /usr/local/sieve hashimapspool: true altnamespace: yes unixhierarchysep: yes sendmail: /usr/sbin/sendmail timeout: 90 allowplaintext: yes ++end /etc/imapd.conf+++++++++++++++++++++++++++++++++++++++++++++++++++ ++Begin /etc/cyrus.conf+++++++++++++++++++++++++++++++++++++++++++++++++ # standard standalone server implementation START { # do not delete this entry! recover cmd="ctl_cyrusdb -r" # this is only necessary if using idled for IMAP IDLE # idled cmd="idled" } # UNIX sockets start with a slash and are put into /var/imap/socket SERVICES { # add or remove based on preferences imap cmd="imapd" listen="imap" prefork=0 imaps cmd="imapd -s" listen="imaps" prefork=0 pop3 cmd="pop3d" listen="pop3" prefork=0 pop3s cmd="pop3d -s" listen="pop3s" prefork=0 sieve cmd="timsieved" listen="sieve" prefork=0 # these are only necessary if receiving/exporting usenet via NNTP # nntp cmd="nntpd" listen="nntp" prefork=0 # nntps cmd="nntpd -s" listen="nntps" prefork=0 # at least one LMTP is required for delivery # lmtp cmd="lmtpd" listen="lmtp" prefork=0 lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0 # this is only necessary if using notifications # notify cmd="notifyd" listen="/var/imap/socket/notify" proto="udp" prefork=1 } EVENTS { # this is required checkpoint cmd="ctl_cyrusdb -c" period=30 # this is only necessary if using duplicate delivery suppression, # Sieve or NNTP delprune cmd="cyr_expire -E 3" at=0400 # this is only necessary if caching TLS sessions tlsprune cmd="tls_prune" at=0400 } ++end /etc/cyrus.conf+++++++++++++++++++++++++++++++++++++++++++++++++++ Any insight to this would be greatly appreciated. Setting up a mail server is a NEW concept for me and guidance would be greatly appreciated. --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html