mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
Add copyright to source files
This commit is contained in:
parent
809a75765e
commit
bf63ca827e
9
Vagrantfile
vendored
9
Vagrantfile
vendored
@ -1,4 +1,13 @@
|
||||
# -*- mode: ruby -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
# vi: set ft=ruby :
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/usr/bin/env sh
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
# Requirements:
|
||||
# - Node.js
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
#
|
||||
# save a list of commits as markdown for a given tag or for a tag
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
#
|
||||
# MiaB-LDAP's directory schema for time-based one time passwords (TOTP)
|
||||
#
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
#
|
||||
# Auxiliary objectclass to add named properties to an entry
|
||||
#
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
# LDAP Admin Extensions for Postfix MTA support
|
||||
#
|
||||
# MiaB LDAP UUID(v4): 7392cdda-5ec8-431f-9936-0000273c0167
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
source "ehdd/ehdd_funcs.sh" || exit 1
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
if [ -s /etc/mailinabox.conf ]; then
|
||||
source /etc/mailinabox.conf
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
. "ehdd/ehdd_funcs.sh" || exit 1
|
||||
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
. "ehdd/ehdd_funcs.sh" || exit 1
|
||||
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
ehdd/mount.sh || exit 1
|
||||
|
||||
if [ -s /etc/mailinabox.conf ]; then
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
if [ -s /etc/mailinabox.conf ]; then
|
||||
systemctl stop mailinabox
|
||||
systemctl stop nginx
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
EHDD_IMG="$(ehdd/create_hdd.sh -location)"
|
||||
|
||||
[ -e /etc/mailinabox.conf ] && . /etc/mailinabox.conf
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
. "ehdd/ehdd_funcs.sh" || exit 1
|
||||
|
||||
|
@ -1,4 +1,13 @@
|
||||
# -*- indent-tabs-mode: t; tab-width: 4; python-indent-offset: 4; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import base64, os, os.path, hmac, json, secrets
|
||||
from datetime import timedelta
|
||||
|
||||
|
@ -1,5 +1,14 @@
|
||||
#!/usr/local/lib/mailinabox/env/bin/python
|
||||
# -*- indent-tabs-mode: t; tab-width: 4; python-indent-offset: 4; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
import ldap3, time
|
||||
|
||||
|
@ -1,5 +1,14 @@
|
||||
#!/usr/local/lib/mailinabox/env/bin/python
|
||||
# -*- indent-tabs-mode: t; tab-width: 4; python-indent-offset: 4; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
# This script performs a backup of all user data:
|
||||
# 1) System services are stopped.
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/usr/bin/python3
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
#
|
||||
# This is a command-line script for calling management APIs
|
||||
# on the Mail-in-a-Box control panel backend. The script
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/usr/local/lib/mailinabox/env/bin/python3
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
#
|
||||
# The API can be accessed on the command line, e.g. use `curl` like so:
|
||||
# curl --user $(</var/lib/mailinabox/api.key): http://localhost:10222/mail/users
|
||||
|
@ -1,4 +1,13 @@
|
||||
# -*- indent-tabs-mode: t; tab-width: 4; python-indent-offset: 4; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import logging
|
||||
import flask
|
||||
|
||||
|
@ -1,4 +1,13 @@
|
||||
# -*- indent-tabs-mode: t; tab-width: 4; python-indent-offset: 4; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
import os
|
||||
import logging
|
||||
|
@ -1,4 +1,13 @@
|
||||
# -*- indent-tabs-mode: t; tab-width: 4; python-indent-offset: 4; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
import os
|
||||
import logging
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
# This script is run daily (at 3am each night).
|
||||
|
||||
# Set character encoding flags to ensure that any non-ASCII
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/usr/local/lib/mailinabox/env/bin/python
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
# Creates DNS zone files for all of the domains of all of the mail users
|
||||
# and mail aliases and restarts nsd.
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/usr/local/lib/mailinabox/env/bin/python
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
# Reads in STDIN. If the stream is not empty, mail it to the system administrator.
|
||||
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/usr/local/lib/mailinabox/env/bin/python
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import argparse
|
||||
import datetime
|
||||
import gzip
|
||||
|
@ -1,5 +1,14 @@
|
||||
#!/usr/local/lib/mailinabox/env/bin/python
|
||||
# -*- indent-tabs-mode: t; tab-width: 4; python-indent-offset: 4; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
# NOTE:
|
||||
# This script is run both using the system-wide Python 3
|
||||
|
@ -1,4 +1,13 @@
|
||||
# -*- indent-tabs-mode: t; tab-width: 4; python-indent-offset: 4; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
from mailconfig import open_database, find_mail_user
|
||||
import mfa_totp
|
||||
|
@ -1,4 +1,13 @@
|
||||
# -*- indent-tabs-mode: t; tab-width: 4; python-indent-offset: 4; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import base64
|
||||
import hmac
|
||||
import pyotp
|
||||
|
@ -1,2 +1,11 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
mkdir -p /var/run/munin && chown munin /var/run/munin
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/usr/bin/env python3
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
from logs.TailFile import TailFile
|
||||
from mail.PostfixLogHandler import PostfixLogHandler
|
||||
from mail.DovecotLogHandler import DovecotLogHandler
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
class DatabaseConnectionFactory(object):
|
||||
def connect(self):
|
||||
|
@ -1,4 +1,13 @@
|
||||
# -*- indent-tabs-mode: t; tab-width: 4; python-indent-offset: 4; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
import threading
|
||||
import queue
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
|
||||
class Prunable(object):
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
import threading
|
||||
import logging
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import os, stat
|
||||
import sqlite3
|
||||
import logging
|
||||
|
@ -1,4 +1,13 @@
|
||||
# -*- indent-tabs-mode: t; tab-width: 4; python-indent-offset: 4; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
import sqlite3
|
||||
import os, stat
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import datetime
|
||||
import pytz
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
'''subclass this and override methods to handle log output'''
|
||||
class ReadLineHandler(object):
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
'''subclass this and override all methods to persist the position of
|
||||
the log file that has been processed so far.
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
from .ReadPositionStore import ReadPositionStore
|
||||
|
||||
import threading
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import threading
|
||||
import os
|
||||
import logging
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import logging
|
||||
import re
|
||||
import datetime
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import logging
|
||||
import re
|
||||
import datetime
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import logging
|
||||
import re
|
||||
import datetime
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
class PostfixLogParser(object):
|
||||
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
# load a mail.log file into the current test vm's capture.sqlite
|
||||
#
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
#
|
||||
# interactively load a mail.log file and create a capture.sqlite
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
|
||||
class DictQuery(object):
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
def load_env_vars_from_file(fn):
|
||||
# Load settings from a KEY=VALUE file.
|
||||
env = {}
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
def safe_int(str, default_value=0):
|
||||
try:
|
||||
return int(str)
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import { BvTable, ConnectionDisposition, DateFormatter } from "./charting.js";
|
||||
import { spinner } from "../../ui-common/page-header.js";
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import { ChartPrefs, NumberFormatter, ChartVue } from "./charting.js";
|
||||
|
||||
export default Vue.component('chart-multi-line-timeseries', {
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import { ChartPrefs, NumberFormatter, ChartVue } from "./charting.js";
|
||||
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
/*
|
||||
stacked bar chart
|
||||
*/
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
export default Vue.component('chart-table', {
|
||||
props: {
|
||||
items: Array,
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
|
||||
export class ChartPrefs {
|
||||
static get colors() {
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import { DateRange, DateFormatter } from "./charting.js";
|
||||
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
/*
|
||||
* reports index page
|
||||
*/
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import { spinner } from "../../ui-common/page-header.js";
|
||||
|
||||
export default Vue.component('message-headers-view', {
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import page_layout from '../../ui-common/page-layout.js';
|
||||
import reports_page_header from './reports-page-header.js';
|
||||
import date_range_picker from './date-range-picker.js';
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
|
||||
import page_layout from '../../ui-common/page-layout.js';
|
||||
import reports_page_header from './reports-page-header.js';
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
|
||||
import chart_multi_line_timeseries from "./chart-multi-line-timeseries.js";
|
||||
import chart_stacked_bar_timeseries from "./chart-stacked-bar-timeseries.js";
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
/*
|
||||
set of charts/tables showing messages received from internet servers
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
/*
|
||||
set of charts/tables showing messages sent by local users
|
||||
- number of messages sent over time
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
/*
|
||||
details on the activity of a remote sender (envelope from)
|
||||
*/
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
/*
|
||||
details on the activity of a user
|
||||
*/
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import page_header from '../../ui-common/page-header.js';
|
||||
|
||||
export default Vue.component('reports-page-header', {
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import { ValueError } from '../../ui-common/exceptions.js';
|
||||
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
/*
|
||||
* This component adds <wbr> elements after all characters given by
|
||||
* `break_chars` in the given text.
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import datetime
|
||||
import threading
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import datetime
|
||||
import bisect
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
from .exceptions import (InvalidArgsError)
|
||||
from .select_list_suggestions import select_list_suggestions
|
||||
from .messages_sent import messages_sent
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import datetime
|
||||
from .DictCache import DictCache
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
class MiabLdapError(Exception):
|
||||
pass
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import logging
|
||||
from .Timeseries import Timeseries
|
||||
from .exceptions import InvalidArgsError
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
from .Timeseries import Timeseries
|
||||
from .exceptions import InvalidArgsError
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
from .Timeseries import Timeseries
|
||||
from .exceptions import InvalidArgsError
|
||||
from .top import select_top
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
from .Timeseries import Timeseries
|
||||
from .exceptions import InvalidArgsError
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
from .Timeseries import Timeseries
|
||||
from .exceptions import InvalidArgsError
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
from .Timeseries import Timeseries
|
||||
from .exceptions import InvalidArgsError
|
||||
import logging
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
def select_top(c, select, start, end, y, fields, field_types):
|
||||
'''`c` is a cursor
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
from .Timeseries import Timeseries
|
||||
from .exceptions import InvalidArgsError
|
||||
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/usr/local/lib/mailinabox/env/bin/python
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
# Utilities for installing and selecting SSL certificates.
|
||||
|
||||
import os, os.path, re, shutil, subprocess, tempfile
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/usr/local/lib/mailinabox/env/bin/python
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
#
|
||||
# Checks that the upstream DNS has been set correctly and that
|
||||
# TLS certificates have been signed, etc., and if not tells the user
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import { AuthenticationError } from './exceptions.js';
|
||||
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
export class ValueError extends Error {
|
||||
constructor(msg) {
|
||||
super(msg);
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
var spinner = Vue.component('spinner', {
|
||||
template: '<span class="spinner-border spinner-border-sm"></span>'
|
||||
});
|
||||
|
@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
///// terms of the GNU Affero General Public License as published by the
|
||||
///// Free Software Foundation, either version 3 of the License, or (at
|
||||
///// your option) any later version. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
export default Vue.component('page-layout', function(resolve, reject) {
|
||||
axios.get('ui-common/page-layout.html').then((response) => { resolve({
|
||||
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
#
|
||||
# install bootstrap sources
|
||||
|
@ -1,4 +1,13 @@
|
||||
# -*- indent-tabs-mode: nil; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
import os.path, collections
|
||||
|
||||
# DO NOT import non-standard modules. This module is imported by
|
||||
|
@ -1,4 +1,13 @@
|
||||
# -*- indent-tabs-mode: t; tab-width: 4; python-indent-offset: 4; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
# Creates an nginx configuration file so we serve HTTP/HTTPS on all
|
||||
# domains for which a mail account has been set up.
|
||||
########################################################################
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
from daemon import app
|
||||
import auth, utils
|
||||
|
||||
|
@ -1,5 +1,14 @@
|
||||
#!/bin/bash
|
||||
#########################################################
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
# This script is intended to be run like this:
|
||||
#
|
||||
# curl https://mailinabox.email/setup.sh | sudo bash
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
# OpenDKIM
|
||||
# --------
|
||||
#
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
# DNS
|
||||
# -----------------------------------------------
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
# If there aren't any mail users yet, create one.
|
||||
if [ -z "$(management/cli.py user)" ]; then
|
||||
# The outut of "management/cli.py user" is a list of mail users. If there
|
||||
|
@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
verify_file_sha1sum() {
|
||||
local FILE="$1"
|
||||
local HASH="$2"
|
||||
|
@ -1,4 +1,13 @@
|
||||
# -*- indent-tabs-mode: t; tab-width: 4; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
#
|
||||
# some helpful ldap function that are shared between setup/ldap.sh and
|
||||
# test suites in tests/suites/*
|
||||
|
@ -1,4 +1,13 @@
|
||||
# -*- indent-tabs-mode: t; tab-width: 4; -*-
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
# Turn on "strict mode." See http://redsymbol.net/articles/unofficial-bash-strict-mode/.
|
||||
# -e: exit if any command unexpectedly fails.
|
||||
# -u: exit if we have a variable typo.
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user