Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2000 14:51:29 +1100
From:      Richard McConachy <ricky@cs.monash.edu.au>
To:        freebsd-isp@FreeBSD.ORG
Subject:   Re: virtusertable syntax for multiple recipients
Message-ID:  <20001115145129.B29190@sean.csse.monash.edu.au>

next in thread | raw e-mail | index | archive | help
G'day,

On Tue, Nov 14, 2000 at 07:47:29PM -0500, Peter Brezny thus spoke:
> Is it possible to configure the virtusertable (working with
> sendmail 8.8.8) to send mail to more than one recipient/address.
> for example something like
>
> @domain.com		addy1@domain2.com	addy2@domain3.com
>
> I tried the obvious combinations of coma's, semicolon's and spaces
> with no luck.

This isn't guaranteed to work properly (as you've found out) even
though it does work with some versions of sendmail.

In another reply Bill Vermillion suggested that you could create a
user with a .forward file in their home directory.  The .forward file
can contain multiple addresses.  That certainly works.  Another option
suggested on the sendmail website,

<http://www.sendmail.org/virtual-hosting.html>;

is to use an alias instead of a dummy user, This reduces the number
of accounts on the machine.  For example,

In the virtusertable put

@domain.com         fallthrough

and in the aliases file put

fallthrough:        addy1@domain2.com,addy2@domain3.com

We've used this method with success.  Have fun,

- ricky


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




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