pimlie / authres_status

Roundcube plugin that checks the Authentication-Results headers (rfc5451) of your emails and displays the verification status.
Other
34 stars 20 forks source link

Trusted MTAs #20

Closed robin-thoni closed 7 years ago

robin-thoni commented 7 years ago

The default configuration file does not include an example for the trusted MTAs:

//$config['trusted_mtas'] = array('mail.example.com');
$config['dont_override'][] = 'trusted_mtas'; //trusted_mtas should be blocked by default, that's an administrative security setting
pimlie commented 7 years ago

Thanks, added a default config.

Please see issue #14 about dont_override settings. They need to be set in the main config and cannot be set from a plugin config.

robin-thoni commented 7 years ago

Hmm, I put it in the authres_status config, and... It worked. Probably lucky, I'll change that. Anyway, the example was the main issue.