j***@mail-central.com
2016-04-07 15:26:09 UTC
In amavisd.conf, if I set
$mydomain = 'mail01.example.com';
$myauthservid = 'amavisd.${$mydomain}';
received & scanned email's headers includes
Authentication-Results: amavisd.${$mydomain} (amavisd-new);
dkim=pass (2048-bit key) header.d=gmail.com
What's the correct usage so that $mydomain gets correctly expanded/used?
Usage of ${$mydomain} elsewhere in the config seems to work. I'm missing something :-/
$mydomain = 'mail01.example.com';
$myauthservid = 'amavisd.${$mydomain}';
received & scanned email's headers includes
Authentication-Results: amavisd.${$mydomain} (amavisd-new);
dkim=pass (2048-bit key) header.d=gmail.com
What's the correct usage so that $mydomain gets correctly expanded/used?
Usage of ${$mydomain} elsewhere in the config seems to work. I'm missing something :-/