|
From: Mark M. <Mar...@ij...> - 2004-04-13 18:52:47
|
John, | I am wondering if this is possible and if so, the best way to do it. | I want the ability to send a D_BOUNCE (responsible for Amavais to send a | DSN) to be controllable on a per email address scale. I would like to | control this via MySql. I already have Mysql setup and running on for | Amavis so that is all working. Any ideas? You won't be able to get away without getting hands dirty and modifying the Perl program. The general idea would be to seek the three places where $r->recip_destiny is changed from the default value of D_PASS into a corresponding $final_*_destiny value, and insert your code to do lookups there. Mark |