I can't get deliver to talk to lmtpd:

jamesmith# uname -a
FreeBSD jamesmith.com 4.3-20010721-STABLE FreeBSD 4.3-20010721-STABLE #0:
Sat Jul 21 14:19:28 GMT 2001
[EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC  i386

jamesmith# netstat -n | grep lmtp            
de7f4380 stream      0      0 de885640        0        0        0 /var/imap/socket/lmtp

jamesmith# ls -l /var/imap/socket/
total 0
srwxrwxrwx  1 root  cyrus  0 Sep 30 22:30 lmtp

jamesmith# ps auxw | egrep '(lmtpd|master)' 
cyrus    5423  0.0  0.1  2340 1204  p4  I    10:30PM   0:00.02 
/usr/local/cyrus/bin/master
cyrus    5428  0.0  0.2 19524 1956  p4  I    10:30PM   0:00.01 lmtpd

jamesmith# /usr/local/cyrus/bin/deliver -l
connect failed: No such file or directory
421 4.3.0 deliver: connect failed

My cyrus.conf:
# standard standalone server implementation

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=1
  lmtpunix      cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=1
}

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
}

Let me know if you need any more information.  Question:  where should I
start looking?
------------------------------------+------------------------------------------
James Smith - [EMAIL PROTECTED] | http://www.jamesmith.com/
              [EMAIL PROTECTED]      | http://cis.tamu.edu/systems/opensystems/
------------------------------------+------------------------------------------

Reply via email to