This is my first server production with Cyberpanel, some difficulties with IPv6, emails and SSL.
ipv6 when installing, netplan missing ipv6 range. But, netplan can read multiple yaml files, so without changing the litespeed listener, I just added the AAAA of the hostname and gateway6. When creating the domain, the AAAA IP can be added to the netplan, working without problems.
01-netcfg.yaml
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
version: 2
renderer: networkd
ethernets:
enp27s0:
addresses: [ 87.XXX.XXX.XXX/32,89.XXX.XXX.XXX/32,2001:xxxx:xxxx:xxx::1/64,2001:xxxx:xxxx:xxxx::2/64,2001:xxxx:xxxx:xxxx::bbbb/64 ]
nameservers:
search: [ some-hosting ]
addresses:
- "xxx.xxx.xxx.x"
- "8.8.8.8"
- "2001:4860:4860::8888"
routes:
- to: default
via: xxx.xxx.xxx.1
on-link: true
- to: "::/0"
via: "fe80::1"
Now for new domain just add 02-xxxdomain.yaml … 03-yyydomain.yaml
I’m having difficulty creating valid emails to send, the problem is that dovecot fails when it tries to read letsencrypt/live/mail.domain.xxx because, with the exception of the hostname and the first domain, it always tries to read the last cert in the dovecot.conf.
This causes email from domain.xyz to be sent from mail.domain.aaa but not from mail.domain.xyz
Cyberpanel seems not ready for a production server.
Too many flaws for a normal user admin your websites, can’t use cyberpanel for production right now.
ssl fails to generate correct cert
Emails flaws
etc etc
I’ll come back when a stable version is available.
Thank you for your work
I’m having difficulty creating valid emails to send, the problem is that dovecot fails when it tries to read letsencrypt/live/mail.domain.xxx because, with the exception of the hostname and the first domain, it always tries to read the last cert in the dovecot.conf.
I am confused as to how your are getting this assumption? as the emails are delivered by postfix.
Can you provide steps to reproduce the problem you are having?
Yes emails delivery, however, if in server you have more then 1 email domain, rdns fail, helo fail …
Try delete a mail domain, delete in dovecot fail…
Zones fail almost of time when try generate ssl, it’s speed issue, call mysql table takes more time then http letencrypt access
Acme.sh try generate zerossl, change for letsencrypt, fail… forgot where
For a normal user, it’s not a working solution.
IPV6 needs manual add ip in netplan…
But seems a great job solving some friendly issues for user.