[Postfixbuch-users] Postfix oder cyrus Problem
info at beilfuss.de
info at beilfuss.de
Mi Sep 20 20:14:09 CEST 2006
Reichen da einfach die beiden Einträge ????
Ich dachte es muss mailbox_transport = cyrus heissen???
Wird die Datei ="/var/spool/postfix/public/lmtp" automatisch erstellt oder
muss ich die erstellen???
Wenn ich einen telnet localhost 143 mache bekomme ich folgende Antwort:
* OK AMD1Linux9 Cyrus IMAP4 v2.2.12 server ready
* BYE LOGOUT received
. OK Completed
Anbei meine 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/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
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/lib/imap/socket/lmtp" prefork=0
# this is only necessary if using notifications
# notify cmd="notifyd" listen="/var/lib/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
delprune cmd="cyr_expire -E 3" at=0400
# this is only necessary if caching TLS sessions
tlsprune cmd="tls_prune" at=0400
# Uncomment the next entry, if you want to automatically remove
# old messages of EVERY user.
# This example calls ipurge every 60 minutes and ipurge will delete
# ALL messages older then 30 days.
# enter 'man 8 ipurge' for more details
# cleanup cmd="ipurge -d 30 -f" period=60
}
-----Ursprüngliche Nachricht-----
Von: postfixbuch-users-bounces at listi.jpberlin.de
[mailto:postfixbuch-users-bounces at listi.jpberlin.de] Im Auftrag von Stefan
G. Weichinger
Gesendet: Mittwoch, 20. September 2006 15:20
An: Eine Diskussionsliste rund um das Postfix-Buch.
Betreff: Re: [Postfixbuch-users] Postfix oder cyrus Problem
Info Beilfuss wrote:
> Ich kann Mails von Outlook sowie Squirrelmail versenden, doch es kommen
> keine Mails an. Langsam verzweifel ich, auch viel Kaffee hilft nicht mehr.
> AMD1Linux9:/ # tail -f /var/log/mail
>
> Sep 20 14:27:40 AMD1Linux9 postfix/pipe[32263]: 08DCE295B6:
> to=<mark at lederberg.org>, relay=cyrus, delay=1, status=deferred
> (temporary failure. Command output: couldn't connect to lmtpd: No such
> file or directory_ 421 4.3.0 deliver: couldn't connect to lmtpd_ )
Steht doch quasi eh da.
Zeig noch die cyrus.conf, dort muß ein lmtpd konfiguriert werden, und in
der main.cf muß der transport darauf zeigen.
Also etwa so:
# main.cf
mailbox_transport = lmtp:unix:public/lmtp
# cyrus.conf
lmtpunix cmd="lmtpd" listen="/var/spool/postfix/public/lmtp" \
prefork=1
Dann übergibt Postfix per lmtp die Mails an den Cyrus-lmtpd, der am
UNIX-socket lauscht.
Steht sogar im postfixbuch ;-)
Stefan
--
_______________________________________________
Postfixbuch-users mailingliste
Heinlein Professional Linux Support GmbH
Postfixbuch-users at listi.jpberlin.de
http://listi.jpberlin.de/mailman/listinfo/postfixbuch-users
Mehr Informationen über die Mailingliste Postfixbuch-users