Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobicloudvision committed Dec 9, 2024
1 parent ae20c3d commit 2b54658
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 237 deletions.
69 changes: 0 additions & 69 deletions web/Modules/Email/App/Filament/Resources/DomainDkimResource.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions web/Modules/Email/DkimDomainSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public static function run($domain)
$output = shell_exec('sudo opendkim-genkey -b 2048 -D /etc/opendkim/keys/'.$domain.' -h rsa-sha256 -r -s mail -d '.$domain.' -v');

$dkimPrivateKey = file_get_contents($dkimPrivateKeyFile);

$dkimText = file_get_contents($dkimTextFile);
$dkimText = str_replace("\r\n", "\n", $dkimText);

Expand Down

0 comments on commit 2b54658

Please sign in to comment.