Skip to content

Instantly share code, notes, and snippets.

@uvesten
uvesten / gettext_workaround_for_zsh
Last active October 29, 2020 09:22 — forked from claui/gettext_workaround.log
Code signature workaround for dylibs on macOS 11.0 (Apple Silicon)
# add the following to .zshenv
replace_inode() {
local filename
for filename; do
chmod o+w "${filename}"
rm -f "${filename}.bak"
mv -f "${filename}" "${filename}.bak"
cp "${filename}.bak" "${filename}"
rm -f "${filename}.bak"
done
@uvesten
uvesten / 01_postfix_installer.md
Created January 27, 2016 11:13 — forked from solusipse/01_postfix_installer.md
Postfix + Dovecot + Postgresql + Postfixadmin + Roundcube

Postfix Installer

Following script may be used for configuring complete and secure email server on fresh install of Debian 7. It will probably work on other distributions using apt-get. After minor changes you'll be able to use it on other Linux distros.

Usage

  1. Run postfix.sh script.
  2. Configure postgres to allow connections.
  3. Configure postfix admin. Remember to set these: