S S.Celik Guest Aug 21, 2008 #1 Is there a group operation to do this? Or how do i switch on domainkeys support on old and new domains automaticly?
Is there a group operation to do this? Or how do i switch on domainkeys support on old and new domains automaticly?
R raaqi Guest Aug 30, 2008 #3 Do you have this sorted yet? If so let me know, if not, i might have to just find a way
S sergius Golden Pleskian Aug 30, 2008 #4 S.Celik said: Is there a group operation to do this? Or how do i switch on domainkeys support on old and new domains automaticly? Click to expand... http://download1.swsoft.com/Plesk/Plesk8.6/Doc/en-US/plesk-8.6-unix-administrators-guide/56325.htm
S.Celik said: Is there a group operation to do this? Or how do i switch on domainkeys support on old and new domains automaticly? Click to expand... http://download1.swsoft.com/Plesk/Plesk8.6/Doc/en-US/plesk-8.6-unix-administrators-guide/56325.htm
R raaqi Guest Aug 30, 2008 #5 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.
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.
S S.Celik Guest Aug 31, 2008 #6 sergius said: http://download1.swsoft.com/Plesk/Plesk8.6/Doc/en-US/plesk-8.6-unix-administrators-guide/56325.htm Click to expand... Hi sergius, i want to automate this action. Is there a command to do this?
sergius said: http://download1.swsoft.com/Plesk/Plesk8.6/Doc/en-US/plesk-8.6-unix-administrators-guide/56325.htm Click to expand... Hi sergius, i want to automate this action. Is there a command to do this?
S sergius Golden Pleskian Aug 31, 2008 #7 S.Celik said: Hi sergius, i want to automate this action. Is there a command to do this? Click to expand... http://download1.parallels.com/Plesk/Plesk8.6/Doc/en-US/plesk-8.6-unix-cli/index.htm http://download1.parallels.com/Plesk/Plesk8.6/Doc/en-US/plesk-8.6-api-rpc/index.htm keywords: DomainKeys
S.Celik said: Hi sergius, i want to automate this action. Is there a command to do this? Click to expand... http://download1.parallels.com/Plesk/Plesk8.6/Doc/en-US/plesk-8.6-unix-cli/index.htm http://download1.parallels.com/Plesk/Plesk8.6/Doc/en-US/plesk-8.6-api-rpc/index.htm keywords: DomainKeys
S S.Celik Guest Aug 31, 2008 #8 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 Click to expand...
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 Click to expand...