jasonsu:

        $mydomain = 'mail01.example.com';
        $myauthservid = 'amavisd.${$mydomain}';
use double quotes to allow variable expansion.
single quotes force use as literal string as you see...

-> $myauthservid = "amavisd.${$mydomain}";

Andreas

Reply via email to