• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

How to switch on DomainKeys support on every domain..

S

S.Celik

Guest
Is there a group operation to do this? Or how do i switch on domainkeys support on old and new domains automaticly?
 
Do you have this sorted yet? If so let me know, if not, i might have to just find a way
 
Bingo. I was looking in Parameters table in PSA dbase but couldn't work out why it was only listed as domain_keys_sign = true if they had a mail account setup.
 
For anyone who is looking for command line interface about domainkeys:
(it says, "available since Plesk 8.4" but i was looking for it since 8.4 also :))

-sign_outgoing_mail


true|false


Allows/Prohibits using DomainKeys spam protection on a domain.

Is false by default.

Available since Plesk 8.4.


To use DomainKeys spam protection on the domain example.com:

# ./domain_pref -u example.com -sign_outgoing_mail true
 
Back
Top