This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS-WebPanel Bugs / Login: Username too long
« on: June 08, 2018, 02:20:53 PM »
Hi,
Whenever I try to login, I get redirected to the login page without any errors. In chrome's network tab, I can see a a hidden request with the return "username too long".
Can you please disable that check for logins?
Whenever I try to login, I get redirected to the login page without any errors. In chrome's network tab, I can see a a hidden request with the return "username too long".
Can you please disable that check for logins?
2
Dovecot / SNI Support
« on: November 29, 2017, 05:10:27 PM »
Hi,
I'm not sure if this belongs here or into the Suggestions Forum ...
Can you add SNI support for Dovecot? (See here )
An easy way to do this would b:
- every time a certificate for a domain gets created, get the mx entry for that domain and add that to the certification request
- creating a sni.conf in /etc/dovecot/ and include that in dovecot.conf
- insert the following code:
I'm not sure if this belongs here or into the Suggestions Forum ...
Can you add SNI support for Dovecot? (See here )
An easy way to do this would b:
- every time a certificate for a domain gets created, get the mx entry for that domain and add that to the certification request
- creating a sni.conf in /etc/dovecot/ and include that in dovecot.conf
- insert the following code:
Code: [Select]
local_name [MX_FOR_DOMAIN] {
ssl_cert = </etc/pki/tls/certs/[CERT_FOR_DOMAIN]
ssl_key = </etc/pki/tls/private/[KEY_FOR_DOMAIN]
}
Pages: [1]