Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Dec 2000 22:19:26 -0700
From:      Chris Fedde <chris@fedde.littleton.co.us>
To:        "Peter Brock" <peer@interquad.net>
Cc:        "FreeBSD-Questions" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: catchall email account 
Message-ID:  <200012220519.eBM5JQB26298@fedde.littleton.co.us>
In-Reply-To: <014201c06bce$43e9ba80$0600a8c0@Home> 

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 21 Dec 2000 23:18:40 -0500  "Peter Brock" wrote:
 +------------------
 | Alright i have another question... how do i make a catch-all email account
 | for a domain. i've put:
 | @domain    user in the virtusertable but then emails intended for local
 | users are bring routed to that user. What i really want is anything@domain
 | execpt localusers@domain to be forwarded to that account. Any ideas?
 +------------------

After examining sendmail-8.11.0/cf/README I'd suspect that you could
use something like the following:

    user1@domain	users1
    user2@domain	users2
    user3@domain	users3
    ...
    @doman 		catchall

Good luck
chris


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?200012220519.eBM5JQB26298>