Skip to content

Instantly share code, notes, and snippets.

@ttribeiro
ttribeiro / postfix_mail_macosx.md
Created September 16, 2024 11:59 — forked from haccks/postfix_mail_macosx.md
Send mail from local host using postfix on MacOS High Sierra.

Setting up postfix on MacOS High Sierra

MacOS Sierra High comes with preinstalled postfix. Follow these steps to configure it on a local system:

1. Create a sasl_passwd file

sudo nano /etc/postfix/sasl_passwd
  • Add this to the file
@ttribeiro
ttribeiro / postfix_mail_macosx.md
Created September 16, 2024 11:59 — forked from haccks/postfix_mail_macosx.md
Send mail from local host using postfix on MacOS High Sierra.

Setting up postfix on MacOS High Sierra

MacOS Sierra High comes with preinstalled postfix. Follow these steps to configure it on a local system:

1. Create a sasl_passwd file

sudo nano /etc/postfix/sasl_passwd
  • Add this to the file
@ttribeiro
ttribeiro / 1-head-tracking-code.html
Created January 14, 2025 03:51 — forked from cliffordp/1-head-tracking-code.html
Get image file IDs from GoHighLevel Media Storage list view and display them in a sexy, smooth, cross-browser FsLightbox
<style id="fslightbox-customizations">
a.open-gallery > img {
width: 80%;
max-width: 745px;
border: 3px dashed white;
}
.fslightbox-container {
background: black;
}
</style>