Compare commits

..

4 commits

Author SHA1 Message Date
54899d59ad
wip 2024-03-15 15:46:51 +01:00
883da9fe9a
wip 2024-02-08 16:22:56 +01:00
6602f2569a
wip 2024-02-08 16:15:57 +01:00
cb8253e868
wip 2024-02-08 13:45:35 +01:00
6 changed files with 4 additions and 13 deletions

View file

@ -6,7 +6,7 @@ ssl_cert = </var/lib/dehydrated/certs/${node.metadata.get('mailserver/hostname')
ssl_key = </var/lib/dehydrated/certs/${node.metadata.get('mailserver/hostname')}/privkey.pem ssl_key = </var/lib/dehydrated/certs/${node.metadata.get('mailserver/hostname')}/privkey.pem
ssl_dh = </etc/dovecot/dhparam.pem ssl_dh = </etc/dovecot/dhparam.pem
ssl_client_ca_dir = /etc/ssl/certs ssl_client_ca_dir = /etc/ssl/certs
mail_location = maildir:${node.metadata.get('mailserver/maildir')}/%u:INDEX=${node.metadata.get('mailserver/maildir')}/index/%u mail_location = maildir:~
mail_plugins = fts fts_xapian mail_plugins = fts fts_xapian
namespace inbox { namespace inbox {

View file

@ -20,10 +20,6 @@ directories = {
'owner': 'vmail', 'owner': 'vmail',
'group': 'vmail', 'group': 'vmail',
}, },
'/var/vmail/index': {
'owner': 'vmail',
'group': 'vmail',
},
'/var/vmail/sieve': { '/var/vmail/sieve': {
'owner': 'vmail', 'owner': 'vmail',
'group': 'vmail', 'group': 'vmail',

View file

@ -33,12 +33,6 @@ defaults = {
'mountpoint': '/var/vmail', 'mountpoint': '/var/vmail',
'compression': 'on', 'compression': 'on',
}, },
'tank/vmail/index': {
'mountpoint': '/var/vmail/index',
'compression': 'on',
'com.sun:auto-snapshot': 'false',
'backup': False,
},
}, },
}, },
} }

View file

@ -49,7 +49,7 @@ def generate_ed25519_key_pair(secret):
return (deterministic_privatekey, public_key) return (deterministic_privatekey, public_key)
# https://www.fragmentationneeded.net/2017/10/ssh-hashknownhosts-file-format.html #https://www.fragmentationneeded.net/2017/10/ssh-hashknownhosts-file-format.html
# test this: # test this:
# - `ssh-keyscan -H 10.0.0.5` # - `ssh-keyscan -H 10.0.0.5`
# - take the salt from the ssh-ed25519 entry (first field after '|1|') # - take the salt from the ssh-ed25519 entry (first field after '|1|')

View file

@ -1,4 +1,5 @@
{ {
'dummy': True,
'hostname': '10.0.0.5', 'hostname': '10.0.0.5',
'groups': [ 'groups': [
'autologin', 'autologin',

View file

@ -189,7 +189,7 @@
}, },
'roundcube': { 'roundcube': {
'product_name': 'Sublimity Mail', 'product_name': 'Sublimity Mail',
'version': '1.6.6', 'version': '1.6.2',
'installer': False, 'installer': False,
}, },
'vm': { 'vm': {