Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python2.7 /
site-packages /
awscli /
examples /
ses /
Delete
Unzip
Name
Size
Permission
Date
Action
delete-identity.rst
529
B
-rw-r--r--
2017-04-04 16:39
get-identity-dkim-attributes.rst
1.13
KB
-rw-r--r--
2017-04-04 16:39
get-identity-notification-attributes.rst
1.34
KB
-rw-r--r--
2017-04-04 16:39
get-identity-verification-attributes.rst
997
B
-rw-r--r--
2017-04-04 16:39
get-send-quota.rst
1.23
KB
-rw-r--r--
2017-04-04 16:39
get-send-statistics.rst
1.16
KB
-rw-r--r--
2017-04-04 16:39
list-identities.rst
906
B
-rw-r--r--
2017-04-04 16:39
send-email.rst
2.25
KB
-rw-r--r--
2017-04-04 16:39
send-raw-email.rst
2
KB
-rw-r--r--
2017-04-04 16:39
set-identity-dkim-enabled.rst
498
B
-rw-r--r--
2017-04-04 16:39
set-identity-feedback-forwarding-enabled.rst
890
B
-rw-r--r--
2017-04-04 16:39
set-identity-notification-topic.rst
728
B
-rw-r--r--
2017-04-04 16:39
verify-domain-dkim.rst
820
B
-rw-r--r--
2017-04-04 16:39
verify-domain-identity.rst
630
B
-rw-r--r--
2017-04-04 16:39
verify-email-identity.rst
970
B
-rw-r--r--
2017-04-04 16:39
Save
Rename
**To get the Amazon SES Easy DKIM attributes for a list of identities** The following example uses the ``get-identity-dkim-attributes`` command to retrieve the Amazon SES Easy DKIM attributes for a list of identities:: aws ses get-identity-dkim-attributes --identities "example.com" "user@example.com" Output:: { "DkimAttributes": { "example.com": { "DkimTokens": [ "EXAMPLEjcs5xoyqytjsotsijas7236gr", "EXAMPLEjr76cvoc6mysspnioorxsn6ep", "EXAMPLEkbmkqkhlm2lyz77ppkulerm4k" ], "DkimEnabled": true, "DkimVerificationStatus": "Success" }, "user@example.com": { "DkimEnabled": false, "DkimVerificationStatus": "NotStarted" } } } If you call this command with an identity that you have never submitted for verification, that identity won't appear in the output. For more information about Easy DKIM, see `Easy DKIM in Amazon SES`_ in the *Amazon Simple Email Service Developer Guide*. .. _`Easy DKIM in Amazon SES`: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html