$TTL 86400
@ IN SOA ns.usr.user.hu. hostmaster.mx.usr.user.hu. (
- 2018112001 ; Serial
+ 2018120501 ; Serial
86400 ; Refresh (1 day)
7200 ; Retry (2 hours)
2419200 ; Expire (4 weeks)
; capi development (cd = 3 * 10 + 4 = 34)
; ================================================================
233.34 IN PTR cdvm.usr.user.hu.
+202.34 IN PTR cdsmartlynq.usr.user.hu.
25.34 IN PTR cds822p4.usr.user.hu.
24.34 IN PTR cds822p3.usr.user.hu.
23.34 IN PTR cds822p2.usr.user.hu.
$TTL 86400
@ IN SOA ns.usr.user.hu. hostmaster.mx.usr.user.hu. (
- 2018112001 ; Serial
+ 2018120501 ; Serial
86400 ; Refresh (1 day)
7200 ; Retry (2 hours)
2419200 ; Expire (4 weeks)
; capi development (cd = 3 * 10 + 4 = 34)
; ================================================================
cdvm IN A 10.228.34.233
+cdsmartlynq IN A 10.228.34.202 ; sl
cds822p4 IN A 10.228.34.25
cds822p3 IN A 10.228.34.24
cds822p2 IN A 10.228.34.23
--- /dev/null
+#!/bin/sh
+
+
+systemctl enable postfix.service
+systemctl start postfix.service
#!/bin/sh
+systemctl disable postfix.service
+
systemctl enable dhcpd.service
systemctl enable named.service
-systemctl enable postfix.service
systemctl enable NetworkManager-wait-online.service