Sean S Coleman wrote:
>
> When I send mail to [EMAIL PROTECTED], as coleman on a different
> computer, the message is delivered to user.sys, not user.sys.perf. Is
> this the expected behavior? If not, what am I doing wrong. If sendmail
I have such a setup for postfix (as sendmail replacement) and
cyrus-1.5.19
I had a lot of shared folders called: [EMAIL PROTECTED]
For postfix you have to use the super cool regexp feature like this:
1.- edit /etc/postfix/main.cf
virtual_maps = pcre:/etc/postfix/virtual
2.- edit /etc/postfix/virtual
/^(llistes\..*)@my\.dom\.ain/ $[EMAIL PROTECTED]
3.- edit /etc/postfix/master.cf
cyrusbb unix - n n - - pipe
flags=R user=cyrus argv=/usr/cyrus/bin/deliver -m ${user}
I think that's all. I had to set the anyone p flag. That's what
I wanted anyway. You can always add majordomo and moderation unless
there is no other way to restrict postings.
Hope this helps.
--
- frankie -