def dl_setup_relay(networks = ['172.29.0.0/16']):
    '''
    '''
    # TODO: consider special case where relay is NATed and has to do special settings
    nilsson.setup_postfix(networks = networks, interfaces = 'all')
    nilsson.configure_ufw(allow = ['smtp'])