41
CentOS 7 Problems / Re: Problems with webmail
« Last post by jefersonsens on November 18, 2024, 11:55:19 AM »here is the webmail part of my vhosts
Code: [Select]
<VirtualHost serverip:443>
ServerName webmail.domain.com.br
SSLEngine on
SSLCertificateFile /etc/pki/tls/certs/domain.com.br.cert
SSLCertificateKeyFile /etc/pki/tls/private/domain.com.br.key
SSLCertificateChainFile /etc/pki/tls/certs/domain.com.br.bundle
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<IfModule mod_proxy.c>
ProxyRequests Off
ProxyPreserveHost On
ProxyVia Full
ProxyPass / http://127.0.0.1:2095/
ProxyPassReverse / http://127.0.0.1:2095/
<Proxy *>
AllowOverride All
</Proxy>
</IfModule>
<IfModule mod_security2.c>
SecRuleEngine Off
</IfModule>
</VirtualHost>
42
CentOS 7 Problems / Re: Problems with webmail
« Last post by jefersonsens on November 18, 2024, 11:47:16 AM »I'm having a problem on my server where webmail is becoming inaccessible from time to time.
What error message does your browser show when the problem appears ?
The error is:
ERR_CONNECTION_RESET
If I restart the apache service it will work, but after a few minutes it stops
43
Information / Re: Some question about CWP
« Last post by cyberspace on November 18, 2024, 09:15:47 AM »CWP operates with 3 types of users.
root - is the default admin. It has the highest level of access and can manage all aspects of the system (install/uninstall system software, change system settings, et, create resellers/regular users). root has access to each account on the server. However, there is no option to add/remove domains to root account for security reason.
reseller - this type of users can create/remove extra user accounts, has access to the accounts created by the reseller. It can't manage system settings, install/uninstall server side software or change system settings.
regular users - regular users have lowest level of access. They can manage their own account only (add/remove email accounts, domains, etc).
So you need to create at least one user level account to manage the websites. If all websites belong to you then you are free to create just one account and manage all websites through one account. However, it is better to create separate user level account for each website. If the websites are managed by different users then create extra account for each user.
root - is the default admin. It has the highest level of access and can manage all aspects of the system (install/uninstall system software, change system settings, et, create resellers/regular users). root has access to each account on the server. However, there is no option to add/remove domains to root account for security reason.
reseller - this type of users can create/remove extra user accounts, has access to the accounts created by the reseller. It can't manage system settings, install/uninstall server side software or change system settings.
regular users - regular users have lowest level of access. They can manage their own account only (add/remove email accounts, domains, etc).
So you need to create at least one user level account to manage the websites. If all websites belong to you then you are free to create just one account and manage all websites through one account. However, it is better to create separate user level account for each website. If the websites are managed by different users then create extra account for each user.
44
Information / Some question about CWP
« Last post by adiif1 on November 18, 2024, 03:30:45 AM »Hi,
I'm reaching out with a question about the best way to approach website management.
I'm currently the only person with access and managing it—so, just one user in total.
+- 4-5 domain max without mail and dns lol, ( I have CWP PRO )
Is it necessary to create an additional user and assign them the domain?
Or is the admin account solely for managing the "system," while user accounts are specifically for managing the websites?
Should the admin account only be used to set everything up once and then leave it alone?
The panel seems pretty decent, but the GUI is absolutely HORRIBLE for modern standards...
I'm reaching out with a question about the best way to approach website management.
I'm currently the only person with access and managing it—so, just one user in total.
+- 4-5 domain max without mail and dns lol, ( I have CWP PRO )
Is it necessary to create an additional user and assign them the domain?
Or is the admin account solely for managing the "system," while user accounts are specifically for managing the websites?
Should the admin account only be used to set everything up once and then leave it alone?
The panel seems pretty decent, but the GUI is absolutely HORRIBLE for modern standards...
45
Information / Re: Changelogs
« Last post by Starburst on November 18, 2024, 12:34:41 AM »Thankfully saw they updated PHP when it hit the servers.
One of the first things I check.
But the changelog also says:
So hopefully that means migrating from CWP on AL8 to a server with AL9 & CWP will work without needing to do the workaround.
One of the first things I check.
But the changelog also says:
Quote
Fix migrations module
Fix reseller module
So hopefully that means migrating from CWP on AL8 to a server with AL9 & CWP will work without needing to do the workaround.
47
Problems on other RedHat linux servers / Re: I saw that AL 9 has missing features and *EL9 is in beta stage ???
« Last post by 6Sense on November 18, 2024, 12:23:20 AM »CWP will update automatically. You have the option of stable release or latest version (CWP Settings > Edit Settings).
CWP will notify you when there are OS updates and you'll need to manually initiate them.
CWP will notify you when there are OS updates and you'll need to manually initiate them.
48
Information / Re: Changelogs
« Last post by 6Sense on November 17, 2024, 11:58:28 PM »version 1187 to 1188 is probably a very minor release, nothing to write about.
49
Problems on other RedHat linux servers / Re: I saw that AL 9 has missing features and *EL9 is in beta stage ???
« Last post by Starburst on November 17, 2024, 08:37:54 PM »You can automate anything.
So not sure what you are asking.
I personally like running the dnf update manually. I still miss up2date.
So not sure what you are asking.
I personally like running the dnf update manually. I still miss up2date.
50
Installation / Re: CWP without dns and mail
« Last post by overseer on November 17, 2024, 04:40:24 PM »Disable them and then disable access via the CSF firewall so you don't expose the ports, thereby advertising the services.