On 2006-07-22 16:20, Jonathan Horne <[EMAIL PROTECTED]> wrote:
> becuase i want to know if it supports a specific feature or not.  so
> before i do and spend all that time, i just thought i would ask a
> simple question or 2 to this list.
>
> my problem: i have 5 domains that my sendmail server recieves mail
> for, and im starting to get spammed at [EMAIL PROTECTED] as well as
> [EMAIL PROTECTED] etc etc.  realistically, name1 only needs to receive
> at domain1, and none of the others.  there are many other accounts
> that only need to recieve at other specific domains, and not at any of
> them.

Are you using virtusertable for the domains?  Then you can use something
like this in `/etc/mail/virtusertable':

        [EMAIL PROTECTED]       name1
        @domain1.com            550: User unknown

        [EMAIL PROTECTED]       name2
        @domain2.com            550: User unknown

You don't have to replace your mailserver then :)

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to