• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Postfix + Cyrus & POP3

Status
Für weitere Antworten geschlossen.

balli

Member
Hallo,

habe mir das oben stehende eMail Server Kompendium durchgelesen. Funzt auch auf dem Testserver wunderbar.

Jetzt nur eine Frage, die Konfoguration ist für einen Webserver gedacht wobei auch Webspace vermietet wird. Ich will/muss also auch Zwangsläufig POP3 anbieten. Cyrus ist ja nur für IMAP. Wie mache ich das am besten ????

System ist SuSE 9.1 Prof.
Postfix v. ?? (mit Yast installiert)
Cyrus v. ?? (mit Yast installiert)


MfG

Balli
 
OP
B

balli

Member
Sorry, mein Fehler. Hatte ich total übersehen

Code:
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/lib/imap/socket
SERVICES {
  # add or remove based on preferences
  imap          cmd="imapd" listen="imap" prefork=0
#  imaps                cmd="imapd -s" listen="imaps" prefork=0
  [b]pop3          cmd="pop3d" listen="pop3" prefork=0[/b]
#  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/lib/imap/socket/lmtp" prefork=0

  # this is only necessary if using notifications
#  notify       cmd="notifyd" listen="/var/lib/imap/socket/notify" proto="udp" $
}
 
Status
Für weitere Antworten geschlossen.
Oben