Skip to content

Instantly share code, notes, and snippets.

View fedelemantuano's full-sized avatar
🏠
Working from home

Fedele Mantuano fedelemantuano

🏠
Working from home
View GitHub Profile
@adepasquale
adepasquale / Dockerfile.postfix-catchall
Last active February 22, 2021 08:43
Dockerfile for Postfix server with catch-all configuration
FROM alpine:latest
RUN apk add --no-cache postfix postfix-pcre rsyslog
RUN postconf -e "myhostname=localhost" \
&& postconf -e "mynetworks_style=host" \
&& postconf -e "mail_spool_directory=/var/mail/" \
&& postconf -e "virtual_alias_maps=pcre:/etc/postfix/virtual" \
&& echo "/.*/ root" > /etc/postfix/virtual \
&& postmap /etc/postfix/virtual \
@Ferdi265
Ferdi265 / config
Created August 7, 2015 09:49
Solarized i3 config
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!