Handle DKIM key generation and storage

This commit is contained in:
Pierre Jaury
2016-06-25 15:50:05 +02:00
parent 2fa8b879db
commit 24680957f7
7 changed files with 75 additions and 5 deletions

View File

@@ -20,7 +20,9 @@ default_config = {
'HOSTNAME': 'mail.freeposte.io',
'DOMAIN': 'freeposte.io',
'POSTMASTER': 'postmaster',
'DEBUG': False
'DEBUG': False,
'DKIM_PATH': '/dkim/{domain}.{selector}.key',
'DKIM_SELECTOR': 'dkim'
}
# Load configuration from the environment if available