I still can't seem to get this to work.
imad.conf configdirectory: /var/imap partition-default: /var/spool/imap admins: cyrus root sasl_mech_list: PLAIN LOGIN DIGEST-MD5 CRAM-MD5 sasl_pwcheck_method: saslauthd autocreatequota: 10000 allowanonymouslogin: no allowplaintext: yes createonlogin: yes autocreateinboxfolders: Sent|Drafts|Templates|Trash altnamespace: yes duplicatesupression: yes sievedir: /usr/sieve sendmail: /usr/sbin/sendmail 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 maillog: Jun 4 05:31:53 mail sm-mta[5394]: i549Vren005391: to=<[EMAIL PROTECTED]>, delay=00:00:00, xdelay=00:00:00, mailer=cyrusv2, pri=30650, relay=localhost, dsn=5.7.1, stat=User unknown Jun 4 05:31:53 mail sm-mta[5394]: i549Vren005391: i549Vren005394: DSN: User unknown debug: Jun 4 05:31:53 mail master[5392]: about to exec /usr/cyrus/bin/imapd Jun 4 05:31:53 mail imap[5392]: executed Jun 4 05:31:53 mail imap[5392]: accepted connection Jun 4 05:31:53 mail master[5395]: about to exec /usr/cyrus/bin/lmtpd Jun 4 05:31:53 mail lmtpunix[5395]: executed Jun 4 05:31:53 mail lmtpunix[5395]: accepted connection Jun 4 05:31:53 mail lmtpunix[5395]: lmtp connection preauth'd as postman Jun 4 05:31:53 mail lmtpunix[5395]: verify_user(public.minot) failed: Permission denied Any suggestions? I can drag messages to shared folders that I have write access to, I just can't send messages. Sendmail doesn't appear to be handling credentials. Do I have sendmail setup wrong? -- Kent L. Nasveschuk <[EMAIL PROTECTED]> --- 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