Re: [exim] Understanding DomainKeys

Inizio della pagina
Delete this message
Reply to this message
Autore: Tom Kistner
Data:  
To: Terry Calie
CC: Exim-users
Oggetto: Re: [exim] Understanding DomainKeys
Terry Calie schrieb:

> Do I need to know how exim was compiled? I'm using cpanel, so I don't
> really handle the compiling of the programs. If I do need to know, is
> there a way to have exim export its compile settings?


Try "exim -bV" to see the features with which it was compiled.

> dk_lookuphost:
>     driver = dnslookup
>     domains = ! +local_domains
>     #ignore verisign to prevent waste of bandwidth
>     ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8 : 64.94.110.0/24
>     require_files = 
> "/var/cpanel/domain_keys/private/${sender_address_domain}"
>     headers_add = "${perl{mailtrapheaders}}"
>     transport = dk_remote_smtp

>
>
> dk_remote_smtp:
> driver = smtp
> dk_private_key = "/var/cpanel/domain_keys/private/${dk_domain}"
> dk_selector = default


Why are the file paths and perl invocation quoted? Remove all double
quotes in the above snippets and try again. Did you write this does or
does it come from CPanel?

/tom