Updated mx.pm (added useribm domain).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 29 Oct 2025 08:02:11 +0000 (09:02 +0100)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 29 Oct 2025 08:02:11 +0000 (09:02 +0100)
sources/mx.pm/c3d/postinstall/install-data/etc/opendkim/KeyTable
sources/mx.pm/c3d/postinstall/install-data/etc/opendkim/SigningTable
sources/mx.pm/c3d/postinstall/install-data/etc/sasl2/sasldb2
sources/mx.pm/config
sources/mx.pm/envvars

index 2700877dd312c0dd27e2e462e48545ccba1cb367..ec05ac6d9a29e8c5172513e639ac148fbf5434bb 100644 (file)
@@ -4,3 +4,4 @@
 # name, then restart OpenDKIM. Additional keys may be added on separate lines.
 
 default._domainkey.almabarat.hu almabarat.hu:default:/etc/opendkim/keys/almabarat.hu/default.private
+default._domainkey.useribm.hu useribm.hu:default:/etc/opendkim/keys/useribm.hu/default.private
index 567811506d850fc73176b62b163b0e07e64e14d3..0d21be4de75a040ab55e83385128d070bd746af2 100644 (file)
@@ -13,6 +13,7 @@
 # Create additional lines for additional domains.
 
 *@almabarat.hu default._domainkey.almabarat.hu
+*@useribm.hu default._domainkey.useribm.hu
 
 # NON-WILDCARD EXAMPLE
 # If "file:" (instead of "refile:") is specified in /etc/opendkim.conf, then
index c6d846f1e1c125bfce0f5a2b18d01c7a5a209c9e..93aff629e362ee64e963d645639aa0828fd6c042 100644 (file)
Binary files a/sources/mx.pm/c3d/postinstall/install-data/etc/sasl2/sasldb2 and b/sources/mx.pm/c3d/postinstall/install-data/etc/sasl2/sasldb2 differ
index ed0d1c76ffb1f602e46765400c0581b41fa25e13..715c8d08461eb2fef4a58b35490357866ab28c36 100644 (file)
@@ -13,8 +13,10 @@ lxc.net.0.hwaddr = 02:0c:18:03:ad:9a
 lxc.autodev = 1
 
 lxc.cgroup2.devices.allow = a
-lxc.cgroup2.memory.high = 3G
-lxc.cgroup2.memory.max = 4G
+lxc.cgroup2.memory.high = 768M
+lxc.cgroup2.memory.max = 1G
+
+lxc.group = pm
 
 lxc.idmap = u 0 100000 100000
 lxc.idmap = g 0 100000 100000
index 6eed37cb4d9a588330ba026f4aa9f1fb893d7f74..83f5f885a7a4449679db09821ab030da66a95a1f 100644 (file)
@@ -1,6 +1,7 @@
 DISTRIBUTION=Fedora
 DISTRIBUTION_VERSION=42
 SPEC_PACKAGES="cronie \
+               curl \
                cyrus-sasl \
                cyrus-sasl-md5 \
                cyrus-sasl-plain \