This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gfind() { | |
find -E . \ | |
-type d -regex '.*\.(git|svn|blib|build)$' -prune -o \ | |
-type f -name '*.min.js' -prune -o \ | |
-type d -name node_modules -prune -o \ | |
-type d -name bower_components -prune -o \ | |
-type d -name vendor -prune -o \ | |
-type d -name coverage -prune -o \ | |
-type d -name ignore -prune -o \ | |
-type d -name _site -prune -o \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
const fs = require('fs') | |
const path = require('path') | |
const nodeVersionData = require('node-version-data') | |
const semver = require('semver') | |
const majorsLatest = {} | |
const majorsInitial = {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sh provision-monitor.sh | |
loading mail-toaster.conf | |
mysql enabled | |
toaster host: vmware.imac27.simerson.net | |
email domain: imac27.simerson.net | |
shell: /usr/local/bin/bash | |
safe name: stage | |
zroot/jails/base-11.1-RELEASE@p0 snapshot exists | |
*** stage cleanup *** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ./provision-squirrelmail.sh | |
loading mail-toaster.conf | |
mysql enabled | |
toaster host: jails.tnpi.net | |
email domain: theartfarm.com | |
shell: /bin/sh | |
safe name: stage | |
zroot/jails/base-10.3-RELEASE@p14 snapshot exists | |
*** stage cleanup *** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ./provision-roundcube.sh | |
loading mail-toaster.conf | |
mysql enabled | |
toaster host: jails.tnpi.net | |
email domain: theartfarm.com | |
shell: /bin/sh | |
safe name: stage | |
zroot/jails/base-10.3-RELEASE@p14 snapshot exists | |
*** stage cleanup *** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ./provision-sqwebmail.sh | |
loading mail-toaster.conf | |
mysql enabled | |
toaster host: jails.tnpi.net | |
email domain: theartfarm.com | |
shell: /bin/sh | |
safe name: stage | |
zroot/jails/base-10.3-RELEASE@p12 snapshot exists | |
*** stage cleanup *** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fetch https://raw.githubusercontent.com/msimerson/Mail-Toaster-6/master/provision-host.sh && . mail-toaster.sh && sh provision-host.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dec 14 20:45:18 haraka haraka[7560]: [NOTICE] [E0CD6466-E60A-42A2-8612-2F7FF334D884] [core] connect ip=172.16.15.11 port=15715 local_ip=172.16.15.9 local_port=25 | |
Dec 14 20:45:18 haraka haraka[7560]: [INFO] [E0CD6466-E60A-42A2-8612-2F7FF334D884] [karma] score: 0, good: 0, bad: 0, connections: 2, history: 0 | |
Dec 14 20:45:18 haraka haraka[7560]: [ERROR] [E0CD6466-E60A-42A2-8612-2F7FF334D884] [connect.p0f] no p0f results | |
Dec 14 20:45:18 haraka haraka[7560]: [INFO] [E0CD6466-E60A-42A2-8612-2F7FF334D884] [access] msg:unlisted(conn), fail:invalid domain: monitor | |
Dec 14 20:45:18 haraka haraka[7560]: [INFO] [E0CD6466-E60A-42A2-8612-2F7FF334D884] [connect.geoip] --, , NaNkm | |
Dec 14 20:45:18 haraka haraka[7560]: [INFO] [E0CD6466-E60A-42A2-8612-2F7FF334D884] [access] msg:unlisted(conn), fail:invalid domain: monitor, invalid domain: monitor | |
Dec 14 20:45:18 haraka haraka[7560]: [INFO] [E0CD6466-E60A-42A2-8612-2F7FF334D884.1] [access] msg:unlisted(conn), fail:invalid domain: monitor, invalid domain: monitor, invalid domain: m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sh provision-dspam.sh | |
mysql enabled | |
toaster host: imac27.simerson.net | |
toaster domain: simerson.net | |
shell: /bin/tcsh | |
safe name: stage | |
zroot/jails/base-10.2-RELEASE@p8 snapshot exists | |
*** stage jail cleanup *** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/mt6]# provision redis | |
172.16.15.16 | |
*** skipping fetch, running from git *** | |
v: 20230507 | |
loading mail-toaster.conf | |
mysql enabled | |
toaster host: freebsd.vmware.imac27.simerson.net | |
email domain: imac27.simerson.net |
NewerOlder