RE: intergrate cyrus and postfix

2005-02-04 Thread Andrew Morgan
On Fri, 4 Feb 2005, Kern, Tom wrote: I also keep getting this in my log- Feb 1 14:24:45 mta1 master[19838]: about to exec /usr/lib/cyrus-imapd/lmtpd Feb 2 16:45:39 mta1 master[31396]: about to exec /usr/lib/cyrus-imapd/lmtpd According to cyrus.conf, lmtp is in /var/lib/imap/socket/ and my "mail

Re: intergrate cyrus and postfix

2005-02-04 Thread Wil Cooley
On 2005-02-04, Andrzej Adam Filip <[EMAIL PROTECTED]> wrote: > > IMHO you should use LMTP over unix socket instead of deliver program. > > Sample LMTP configuration is provided in "Postfix: The Definitive Guide" > published by O'Reilly (~2 pages). There's also a (still very rudimentary) example he

RE: intergrate cyrus and postfix

2005-02-04 Thread Kern, Tom
ot; prefork=1 # 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 necessa

Re: intergrate cyrus and postfix

2005-02-04 Thread Andrzej Adam Filip
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kern, Tom wrote: | still trying to intergrate cyru-imap 2.2.10-10 and postfix with no luck. | i keep getting a "command died with status 1: "/cyrus/bin/deliver". | | with my cyrus, the deliver program is in /usr/lib/cyrus-imapd/. | i changed my master.c

RE: intergrate cyrus and postfix

2005-02-04 Thread Kern, Tom
thanks > > > Kern, Tom wrote: >> I already have that in main.cf >> its my understanding that i need the path to the deliver program in >> master.cf for cyrus to work with postfix. >> >> thanks >> >> -Original Message- >&g

Re: intergrate cyrus and postfix

2005-02-03 Thread Carl P. Corliss
the path to the deliver program in master.cf for cyrus to work with postfix. thanks -Original Message- From: Carl P. Corliss [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 2:06 PM To: Kern, Tom Subject: Re: intergrate cyrus and postfix try using lmtp as it incurs less overhead tha

RE: intergrate cyrus and postfix

2005-02-03 Thread Kern, Tom
: intergrate cyrus and postfix try using lmtp as it incurs less overhead than using deliver. In your main.cf use something like: mailbox_transport = lmtp:unix:/var/imap/socket/lmtp or virtual_transport = lmtp:unix:/var/imap/socket/lmtp you'll need to read up on the postfix site to determine ex

intergrate cyrus and postfix

2005-02-03 Thread Kern, Tom
still trying to intergrate cyru-imap 2.2.10-10 and postfix with no luck. i keep getting a "command died with status 1: "/cyrus/bin/deliver". with my cyrus, the deliver program is in /usr/lib/cyrus-imapd/. i changed my master.cf to reflect this here is my master.cf- # service type private unpri