Re: Cyrus and Postfix on separate machines -- how?

2007-11-24 Thread Alain Spineux
On Nov 24, 2007 7:01 AM, Rich Wales <[EMAIL PROTECTED]> wrote: > Jorey Bump wrote: > > > Use LMTP. See lmtp(8) for more details, but you'll probably use > > something like this in main.cf: . . . > > Thanks. That appears to work (I set up a test account and made it > use LMTP to the new server via

Re: Cyrus and Postfix on separate machines -- how?

2007-11-23 Thread Rich Wales
Jorey Bump wrote: > Use LMTP. See lmtp(8) for more details, but you'll probably use > something like this in main.cf: . . . Thanks. That appears to work (I set up a test account and made it use LMTP to the new server via a line in Postfix's "transport" map). Not surprisingly, I had to add a lin

Re: Cyrus and Postfix on separate machines -- how?

2007-11-23 Thread Jeff Larsen
> What's confusing me here is that I'm not sure how to configure Postfix > so it can deliver a message over my LAN to a separate Cyrus server, > instead of delivering it over a Unix-domain socket to Cyrus running on > the same box. > > Any suggestions? Trivial postfix on the cyrus box which accept

Re: Cyrus and Postfix on separate machines -- how?

2007-11-23 Thread Jorey Bump
Rich Wales wrote, at 11/23/2007 11:05 PM: > I currently have both Postfix (2.3.5) and Cyrus (2.3.9) running on > a single server. Postfix does its thing (including spam and virus > filtering) and then invokes Cyrus's "deliver" program to deliver > messages. > > I would like to move my Cyrus onto

Re: Cyrus and Postfix question

2004-01-20 Thread Kendrick Vargas
On Sun, 11 Jan 2004, Nick Fisher wrote: > Intresting I'm not too hot on the specifics of lmtp (I only half read > the rfc today) Where are you taking the user name from? Was it much of > a hack to get that working? Are the spampd maintainers intrested in > adopting the hack or doing someth

Re: Cyrus and Postfix question

2004-01-11 Thread Nick Fisher
> Nick Fisher wrote: >>> >> In my case I wrote a wrapper around deliver that filters the mail >>> >> through SpamAssassin. >>> >>>Which would be better done using something like spampd or amavisd-new >>>and/or using Postfix advanced content filtering of course... >>> >> >> Actually I know what I'm

Re: Cyrus and Postfix question

2004-01-10 Thread Etienne Goyer
On Fri, Jan 09, 2004 at 01:12:04PM -0800, Jason Williams wrote: > Wanted to get some feedback from people running cyrus and postfix. If you are running RedHat Linux, one thing to keep in mind is that RedHat run Postfix in a chroot jail. So in yout cyrus.conf you need something along the line of :

Re: Cyrus and Postfix question

2004-01-09 Thread Kendrick Vargas
On Fri, 9 Jan 2004, Joakim Ryden wrote: > And if one is happy and things are working one should stick with it of > course. :) > > I was just trying to point out that if you're handling a fairly large > amount of e-mail and from Postfix are calling wrapper+spamc+running > spamd+deliver chances

Re: Cyrus and Postfix question

2004-01-09 Thread +archive . info-cyrus
On Fri, 9 Jan 2004, Joakim Ryden wrote: > Jason Williams wrote: > [...] > > Then in my master.cf > > > > # Cyrus 2.1.5 > > cyrus unix - n n - - pipe > > user=cyrus argv=/usr/local/cyrus/bin/deliver -r ${sender} -m > > ${extension} ${user} > > > > So it envokes

Re: Cyrus and Postfix question

2004-01-09 Thread Joakim Ryden
Nick Fisher wrote: >> In my case I wrote a wrapper around deliver that filters the mail >> through SpamAssassin. Which would be better done using something like spampd or amavisd-new and/or using Postfix advanced content filtering of course... Actually I know what I'm doing and I'm quite happy with

Re: Cyrus and Postfix question

2004-01-09 Thread Nick Fisher
> >> In my case I wrote a wrapper around deliver that filters the mail > >> through SpamAssassin. > > Which would be better done using something like spampd or amavisd-new > and/or using Postfix advanced content filtering of course... > Actually I know what I'm doing and I'm quite happy with it.

Re: Cyrus and Postfix question

2004-01-09 Thread Joakim Ryden
Jason Williams wrote: [...] Then in my master.cf # Cyrus 2.1.5 cyrus unix - n n - - pipe user=cyrus argv=/usr/local/cyrus/bin/deliver -r ${sender} -m ${extension} ${user} So it envokes the cyrus deliver program. I see how that works. Just trying to find out m

Re: Cyrus and Postfix question

2004-01-09 Thread Jason Williams
Hello and Thanks for your reply. Frankly I would stay away from LMTP over TCP unless you really want annother port to firewall on you machine. I always try and keep it simple. For now, im going to use UNIX domain sockets. I figure, since both postfix and cyrus are on the same machine, only seems

Re: Cyrus and Postfix question

2004-01-09 Thread Nick Fisher
> Hello everyone. > > Wanted to get some feedback from people running cyrus and postfix. I'm a bit of a tourist on this list but I've been using both happily for a few years now. > I've been able to get the two to work together, but I had a question on > the > following. (Note, I read the LMTP

Re: Cyrus and Postfix

2002-12-06 Thread +archive . info-cyrus
--On Thursday, December 5, 2002 11:38 PM +0100 Christoph Burger-Scheidlin <[EMAIL PROTECTED]> wrote: | Dec 5 23:03:25 Hades postfix/lmtp[16388]: 04316100F: | to=<[EMAIL PROTECTED]>, relay=public/lmtp[public/lmtp], | delay=21490, status=deferred (host public/lmtp[public/lmtp] said: 451 | 4.3.0 Sy

RE: Cyrus and Postfix

2002-12-06 Thread Darci Antônio Tartari
In my main.cf I use mailbox_transport = cyrus and its working very well. I installed cyrus-imapd-2.0.16_2 and postfix-20020107 in a FreeBSD 4.5 box. Hope it helps ! Darci Tartari http://www.portoriogrande.com.br Citando Christoph Burger-Scheidlin <[EMAIL PROTECTED]>:

RE: Cyrus and Postfix

2002-12-06 Thread Christoph Burger-Scheidlin
Hi, > From your last message with your cyrus.conf, this should likely be: > > mailbox_transport=lmtp:unix:/var/spool/postfix/public/lmtp > > Chris > > Done so, but it doesn't seem to change the problem. Best, Christoph

Re: Cyrus and Postfix

2002-12-06 Thread Chris Scott
Christoph Burger-Scheidlin wrote: >What is local_transport set to in your main.cf? > Local transport is not set, I thought mailbox_transport should do: mailbox_transport = lmtp:unix:public/lmtp From your last message with your cyrus.conf, this should likely be: mailbox_transport=lmtp:unix:/

RE: Cyrus and Postfix

2002-12-05 Thread Christoph Burger-Scheidlin
Hi, > What is local_transport set to in your main.cf? > Local transport is not set, I thought mailbox_transport should do: mailbox_transport = lmtp:unix:public/lmtp Christoph Burger-Scheidlin

Re: Cyrus and Postfix

2002-12-05 Thread Chris Scott
Christoph Burger-Scheidlin wrote: Hi, I have the following error in Cyrus-Postfix, that I do not know how to fix: Dec 5 23:03:25 Hades postfix/lmtp[16388]: 04316100F: to=, relay=public/lmtp[public/lmtp], delay=21490, status=deferred (host public/lmtp[public/lmtp] said: 451 4.3.0 System I/O err