-
checking connection
nc -zv smtp.mailgun.org 587 -
configure login
sudo nano /etc/postfix/sasl_passwd
[smtp.mailgun.org]:587 username@example.com:password
checking connection
nc -zv smtp.mailgun.org 587
configure login
sudo nano /etc/postfix/sasl_passwd
[smtp.mailgun.org]:587 username@example.com:password
Write a cloudflare worker that runs as a cron task every 5 minutes. The task should read a static asset that contains the text of an spf configuration, then read the include and a records in the spf, use doh to retrieve and parse those records from dns recursively, and resolve them down to their ip4 and ip6 entries to produce a flattened version of the spf. Finally, publish the updated flattened spf to cloudflare as txt record using cloudflare api and retrieving the api keys from cloudflare secret vault
Notes:
| #requires -version 7.4 | |
| function Get-FilesSkippingDirsAndExts { | |
| param( | |
| [Parameter(Mandatory)][string]$RootPath, | |
| [string[]]$SkipNames = @(), | |
| [string[]]$Extensions = @() # e.g. @(".cs",".js",".txt") or @("cs","js") | |
| ) | |
| # Normalize extensions to start with dot and lower-case | |
| $normExts = $Extensions | |
The only way I've succeeded so far is to employ SSH.
Assuming you are new to this like me, first I'd like to share with you that your Mac has a SSH config file in a .ssh directory. The config file is where you draw relations of your SSH keys to each GitHub (or Bitbucket) account, and all your SSH keys generated are saved into .ssh directory by default. You can navigate to it by running cd ~/.ssh within your terminal, open the config file with any editor, and it should look something like this:
Host * AddKeysToAgent yes
> UseKeyChain yes
@startuml
class AcctId {
+@value : string
}
class AcctType {
+@value : string
}
class ActiveFIAccountHolderId {