Hi,
domain example.com has 4 local users. Does someone know how to redirect all
incoming emails to another domain "test.com" except those 4 local users?
I.E.:
"[EMAIL PROTECTED]" should be redirected to "[EMAIL PROTECTED]",
but
"[EMAIL PROTECTED]" should stay local.
Under Linux/qMail I found this solution:
forwardtohost.pl
$localpart = $ENV{'LOCAL'};
$forwardhost = $ARGV[0];
$localpart =~ s/[^\-]+\-//;
print $localpart,'@',$forwardhost,"\n";
exit(0);
Is it possible to create that function with imail?
Thanks for your help
Ralf
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.