On Wed, 19 May 1999, Tibor Koleszar wrote:
> So: i have done a little message filter like this:
>
> if $recipients matches "^info\@"
> then
> pipe "/etc/mail/virtusertable.pl $recipients"
> endif
>
> And virtusertable.pl see the domains and the users from a file and
> deliveres it localy using procmail. works fine BUT:
>
> if i want to send a mail from localhost or using smtp connection
> to info@otherdomain, message filter (virtusertable.pl) try to handle it, and
> it wont be deilvered, because no such user/domain in my virtusertable file.
Instead of using a filter, why not a director like
common_virtual_aliases:
driver=aliasfile
domains = dbm;/customer/virtual/domains/file
file = dbm;/common/virtual/aliases
more
And then have /common/virutual/aliases contain
info: "|..."
postmaster: ...
-j
--
Jeffrey Goldberg +44 (0)1234 750 111 x 2826
Cranfield Computer Centre FAX 751 814
J.Goldberg@??? http://WWW.Cranfield.ac.uk/public/cc/cc047/
Relativism is the triumph of authority over truth, convention over justice.
--
*** Exim information can be found at
http://www.exim.org/ ***