Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2001 21:09:03 -0700
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>
To:        "Alex Markov" <redrat@crpi.ru>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Sendmail + Cyrus: please, i need your help!
Message-ID:  <15207.32991.969603.67883@horsey.gshapiro.net>
In-Reply-To: <009901c119dd$2ca0ff60$c604b5d5@srg.ru>
References:  <001301c115c4$bf185220$c604b5d5@srg.ru> <15206.9647.587901.404247@horsey.gshapiro.net> <009901c119dd$2ca0ff60$c604b5d5@srg.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
>> LOCAL_CONFIG
>> F{CyrusUsers}/etc/mail/cyrus-users
>> 
>> LOCAL_RULE_0
>> R$={CyrusUsers} < @ example.com. > $#cyrus $: $1 < @ example.com. >

redrat> After adding this lines in my .mc file two side effects occurred:

redrat> 1. All mail for "real" users has "undislosed-recipients:;"
redrat> in To: field.

The information I gave above has no effect on headers.

redrat> 2. All my "virtual" cyrus users stops to receiving mail
redrat> in their mailboxes (sendmail said "Unknown user"). :-(((

Try this instead:

LOCAL_CONFIG
F{CyrusUsers}/etc/mail/cyrus-users

LOCAL_RULE_0
R$={CyrusUsers} + $* < @ example.com. >	$#cyrus $: $1 + $2
R$={CyrusUsers} < @ example.com. >	$#cyrus $: $1

redrat> Where can i find short description of requirements for
redrat> cyrus mailer in sendmail.cf (if it's exists, of course)?

I would guess you need to ask the Cyrus people.

redrat> Is there any plans to add support for Cyrus 2.x? Can i help somehow?

Yes, in 8.13.

redrat> P.S. I am realized, that crossposting is a "bad style",
redrat> so i will keep only "freebsd-questions" in cc: (by the way,
redrat> is there any mail-related maillist for FreeBSD?).

Not that I am aware of.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15207.32991.969603.67883>