Skip to content

Instantly share code, notes, and snippets.

@DavidePrincipi
DavidePrincipi / main.cf
Last active December 22, 2015 12:46
NethServer mail configuration for Office365 (experimental)
#
# 90smarthosts_accounts (template-custom)
# /etc/e-smith/templates-custom/etc/postfix/main.cf/90smarthosts_accounts
#
smtp_sender_dependent_authentication = yes
sender_dependent_relayhost_maps = hash:/etc/postfix/relaymaps
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_tls_policy_maps = hash:/etc/postfix/tls_policy
@DavidePrincipi
DavidePrincipi / txinit.sh
Last active May 9, 2018 14:26
Initialize Transifex configuration
#!/bin/bash
#
# Copyright (C) 2015 Nethesis S.r.l.
# http://www.nethesis.it - nethserver@nethesis.it
#
# This script is part of NethServer.
#
# NethServer is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by