Date: Tue, 31 Jul 2001 00:22:09 -0400 From: "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu> To: Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>, Alex Markov <redrat@crpi.ru> Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: Sendmail + Cyrus: please, i need your help! Message-ID: <14010000.996553324@vpn97.ece.cmu.edu> In-Reply-To: <15206.9647.587901.404247@horsey.gshapiro.net> References: <001301c115c4$bf185220$c604b5d5@srg.ru> <15206.9647.587901.404247@horsey.gshapiro.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, July 30, 2001 20:27:43 -0700, Gregory Neil Shapiro <gshapiro@FreeBSD.ORG> wrote: +----- | redrat> 3. In /usr/share/sendmail/cf/mailer/cyrus.m4 "deliver" has "-e" | option, redrat> which dosn't defined in deliver manual. Is it 1.6.x | heritage or redrat> something important? | | MAILER(cyrus) only currently supports Cyrus 1.X, some tweaking is probably | needed for Cyrus 2.X. +--->8 I think you can delete it, as it's the default now. In 1.x it enabled duplicate message suppression; that was also necessary to get Cyrus to keep per-mailbox databases, which was required for e.g. Sieve. | redrat> 4. I think, that next question asked here too often, but anyway: | redrat> is it possible to route all mail for certain address to top-level | redrat> cyrus mailbox? For example, i have "office" (not "user.office"!) | redrat> mailbox (with "p" right for "anonymous") and i want all mail to | redrat> office@domain.com go in it. | | I think this is a Cyrus question. +--->8 I would create a system user to receive the mail, and set up a sieve script for that user: require "fileinto"; fileinto "office"; It could probably be done directly with the right deliver flags, but you would probably have to define a special mailer entry to do it and I don't know enough about 2.x to say which flags would be needed. -- brandon s. allbery [os/2][linux][solaris][freebsd] allbery@kf8nh.apk.net system administrator [JAPH][WAY too many hats] allbery@ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university [linux: proof of the million monkeys theory] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14010000.996553324>