Ok, folks.  I am *really* getting frustrated on this.  I know sendmail
is doing its job, ditto procmail.  Any delivery from the command line
using deliver fails to get in its correct place.  And I am taking into
consideration the duplicate delivery suppression - of course it still
wouldn't even wind up in the wrong folder if it were a dupe.

I have tried removing the lmtp entry in cyrus.conf, leaving the
lmtp_unix entry, still no good.

I know this can't be the expected behavior, since others have claimed
they have no trouble, but what the hell could it be?

I know the problem is somewhere between deliver and the mailbox
itself.  master is running, else the message wouldn't even get into
the wrong folder.

What else can I do?  Just for the hell of it, I'd like anyone who is
willing to examine my cyrus.conf:

####################################################################
START {
  # do not delete these entries!
  mboxlist      cmd="ctl_mboxlist -r"
  deliver       cmd="ctl_deliver -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

  # 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
}

EVENTS {
  # this is required
  checkpoint    cmd="ctl_mboxlist -c" period=30

  # this is only necessary if using duplicate delivery suppression
  delprune      cmd="ctl_deliver -E 3" period=1440
}
####################################################################

I am at a loss.  I need Cyrus, and I'd *really* like to use the latest
release, but wether it works or not, I can't use it if *I* can't make
it work.

Thank you
Lou
-- 
Louis LeBlanc       [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://acadia.ne.mediaone.net                 ԿԬ

optimist, n:
  A bagpiper with a beeper.

Reply via email to