You could install a sieve script for the 'tc' user.

# cat > sieve.default <<EOF
if address :contains ["to","cc"] "info" {
        fileinto "INBOX.info";
}
EOF
# installsieve -u tc -i sieve.default -a sieve.default localhost

~mc

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Kempkens
> Sent: Sunday, 18 March 2001 6:35 a.m.
> To: [EMAIL PROTECTED]
> Subject: post messages to sub mailbox directly
>
>
> Hello,
>
> just a, maybe rooky question.
>
> We created a mailbox
>
> user.tc.info
>
> ok so far. Our sendmail is configured so that a mail to
> [EMAIL PROTECTED]
> should be transfered directly to that mailbox.
>
> But that DOES NOT work.
>
> If I configure in virtusertable
>
> [EMAIL PROTECTED]               tc
>
> the mail will be delivered to the user.tc mailbox. That's ok.
>
> [EMAIL PROTECTED]               tc.info
>
> DOES NOT WORK.
>
> Can someone tell me the correct term for the configuration.
>
> Regards
>
> Alex
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Think Connection, A. Kempkens & C. Wittkowski GbR
> Mühlthaler Str. 91b
> 81475 München
>
> Tel.:   +49-89-745094-20  eMail: [EMAIL PROTECTED]
> Fax:   +49-89-745094-10  Web:   http://www.thinkconnection.de
> Mobil: +49-172-8684380
>
>
>
>
>

Reply via email to