[Postfixbuch-users] Postfix zu Cyrus-Imap Problem

Andreas Meyer anmeyer at anup.de
Di Okt 8 18:37:52 CEST 2002


Am Tue, 08 Oct 2002 13:19:56 +0200 schrieb Christian Leicht <schani at schani.com>:

> >> Wie komme ich zu dem lmtpd - woher bekomme ich den Dämon oder wo liegt er
> >> rum und wie muss ich Ihn einbinden ?

/etc/cyrus.conf:
# 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
  #notifyunix   cmd="notifyd" listen="/var/imap/socket/notify" prefork=0

Und in postfix muß in die main.cf:
mailbox_transport = cyrus
Ich weis jetzt im Moment nicht, ob da nicht
mailbox_transport = lmtp:unix:/var/imap/socket/lmtp
notwendig ist. Aber das läßt sich ja einfach ausprobieren.
Und deliver wird in der master.cf aufgerufen.


Gruß
-- 

  Andreas Meyer


Mehr Informationen über die Mailingliste Postfixbuch-users