Show Posts

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.


Messages - glorency

Pages: [1] 2 3 ... 6
1
PHP Selector / Re: CWP PHP Selector [CWPpro required]
« on: October 07, 2019, 04:18:44 AM »
I am a little confused by this as on the home page of centos-webpanel.com there's this "CWP PHP Selector (FREE)". But inside CWP admin area "CWP PHP Selector [CWPpro required]".

Can someone clear this out for me? I am pretty confused.

From Now , you must purchase license to use ""pro option "" which is "Module Disabled [CWPpro required]"

2
E-Mail / Re: Outlook mail setup: autodiscover and autoconfig - How to do?
« on: September 20, 2019, 04:15:51 PM »
Outlook will do this automatically when you enter the email address, it will lookup the mail record for the domain name.

But I found out the autoconfig doesn't work with CWP fully.

You can use it to get close, but then have to manually have to change the inbound and outbound server names to the host name they are located on.

David
No, you are wrong in your way . I have tested the below settings on my server .
http://forum.centos-webpanel.com/e-mail/configure-autodiscover-info-for-mail-clients-to-setup-popimapsmtp-settings/

It's working fine . If any issue , comment on that site , i will reply .

3
Some mail clients will use a system called "Autodiscover" to figure out which settings to use for the pop/imap/smtp settings. You can set this up if you'd like, it basically requires a subdomain and a SRV record. You can add the SRV record into any domain you want to use these settings for.

If you've got a global SSL certificate in Postfix/dovecot for your hostname, this would be a good way to ensure clients use the correct value, so they don't get SSL certificate errors.

Let's assume you're going to have your clients with datahead.biz connect to host.datahead.biz for both IMAP and SMTP. So we have a subdomain called host.datahead.biz to store the XML, where host.datahead.biz is a Server FQDN .

1.Setup a SRV record in the datahead.biz DNS zone:
_autodiscover._tcp.datahead.biz. 3600 IN SRV 10 10 443 host.datahead.biz.

2.Next, Creat a file named autodiscover.php on /usr/local/apache/htdocs/
# vi /usr/local/apache/htdocs/autodiscover.php


Please follow the below link for Details :
How to Configure autodiscover information for mail clients to setup pop/imap/smtp settings automatically on CentOS WebPanel?


4
Hi

It is very important to secure your Postfix /Dovecot mail server on Centos CWP server .
You can protect your self from Spamming . So if you want to secure your mail then follow below the guide .

I used medium chiper with LestEncrypt SSL .
https://www.awsmonster.com/search/label/Postfix

For strong chiper :
https://access.redhat.com/articles/1468593
https://access.redhat.com/articles/1470523

if you have any question , Let me know .

5
Postfix / Enable logging of Email’s Subject Line in Postfix Maillog
« on: August 26, 2019, 09:58:15 AM »
By default Postfix MTA only capture ‘From’ and ‘To’ details in the log file (/var/log/maillog). There are some scenarios where we want that email’s subject should be capture in the maillog. This will very useful for email administrators when performing troubleshooting of problems related with email. There are simple steps to enable logging of the email subject in postfix maillog.

We are assuming that postfix is already up and running and will make below changes.
Step:1 Edit ‘/etc/postfix/main.cf’ file & uncomment below line:
#header_checks = regexp:/etc/postfix/header_checks

Step:2 Append the below line in ‘/etc/postfix/header_checks’ [at the bottom]
/^Subject:/     WARN

Step:3 Run postmap to apply the new configuration in /etc/postfix/header_checks
[root@server1 ~]# postmap /etc/postfix/header_checks

Step:4 Restart or Reload the postfix server
[root@server1 ~]# systemctl restart postfix
[root@server1 ~]# postfix reload

Details Guide :
https://www.awsmonster.com/2019/08/how-to-enable-logging-of-emails-subject.html

6
DNS / CWP DNS is Compromise on New Installation
« on: June 26, 2019, 10:15:38 AM »
Hi

I have installed CWP on new VPS and observed that there is file on /var/named/ directory , which is completely new and unknown.
Please check the below snapshoot


Admin,
Would you please explain about that ?

W/R
Glorency

7
How to / Re: [Tutorial] How to install SSL on hostname?
« on: June 18, 2019, 10:21:52 AM »
This is my error.

AutoSSL: Issue Failed![Mon May  6 17:35:28 CEST 2019] Single domain='panel.betahostserver.com'
[Mon May  6 17:35:28 CEST 2019] Getting domain auth token for each domain
[Mon May  6 17:35:30 CEST 2019] Getting webroot for domain='panel.betahostserver.com'
[Mon May  6 17:35:30 CEST 2019] Verifying: panel.betahostserver.com
[Mon May  6 17:35:33 CEST 2019] Pending
[Mon May  6 17:35:36 CEST 2019] Pending
[Mon May  6 17:35:38 CEST 2019] Pending
[Mon May  6 17:35:40 CEST 2019] Pending
[Mon May  6 17:35:43 CEST 2019] Pending
[Mon May  6 17:35:46 CEST 2019] Pending
[Mon May  6 17:35:48 CEST 2019] Pending
[Mon May  6 17:35:51 CEST 2019] Pending
[Mon May  6 17:35:53 CEST 2019] panel.betahostserver.com:Verify error:DNS problem: SERVFAIL looking up CAA for betahostserver.com
[Mon May  6 17:35:53 CEST 2019] Please check log file for more details: /root/.acme.sh/acme.sh.log

In /root/.acme.sh/acme.sh.log  is

[Mon May  6 17:35:53 CEST 2019] skip dns.
[Mon May  6 17:35:53 CEST 2019] _on_issue_err
[Mon May  6 17:35:53 CEST 2019] Please check log file for more details: /root/.acme.sh/acme.sh.log
[Mon May  6 17:35:53 CEST 2019] url='https://acme-v02.api.letsencrypt.org/acme/challenge/SPH1oHvs_uQwKax9uN8DP4yoENli0itQYdwVG5LcuQE/15557108187'
[Mon May  6 17:35:53 CEST 2019] payload='{}'
[Mon May  6 17:35:53 CEST 2019] POST
[Mon May  6 17:35:53 CEST 2019] _post_url='https://acme-v02.api.letsencrypt.org/acme/challenge/SPH1oHvs_uQwKax9uN8DP4yoENli0itQYdwVG5LcuQE/15557108187'
[Mon May  6 17:35:53 CEST 2019] _CURL='curl -L --silent --dump-header /root/.acme.sh/http.header  -g '
[Mon May  6 17:35:54 CEST 2019] _ret='0'
[Mon May  6 17:35:54 CEST 2019] code='400'


Just Follow :

http://forum.centos-webpanel.com/ssl/install-let'sencrypt-for-admin-panel-user-panel-again-100-working/

8
CentOS 7 Problems / Re: Must Follow CWP Installation Perquisite
« on: June 13, 2019, 08:32:12 AM »
Hi,

Where you read or found that these are the official prerequisites for installing CWP (Centos Web Panel) ?

The only official page i found where the prerequisites for installing CWP (Centos Web Panel) are shown is this:

http://centos-webpanel.com/system-requirements but what you write is not required on this official page.

I thank in advance anyone who can clarify this situation for the benefit of all users who use CWP (Centos Web Panel).


>> No, This is not a Official prerequisites , This prerequisites for CentOS 7 / CWP7 because CentOS 7 comes with Firewalld and CWP uses CSF + LFD and Iptables

>> If Selinux is enable then it will generate large number of log and installation process will be slow.

>> Why Hostname/Server FQDN , timezone & NTP are important ? Please search on internet .

prerequisites comes from your needs .

9
SSL / Re: SSL on webpanel
« on: May 22, 2019, 08:56:26 AM »
Step 6: Let'sEncypt SSL
1. Install Let'sEncypt for Server FQDN and also for Admin/User/Webmail
2. Configure Auto Renewal
3. CWP: Redirect Admin/User/Wemail panel from http to https
4. SSL Inconsistent server configuration [ Error: SSL_ERROR_RX_RECORD_TOO_LONG]
5. CWP: Auto_SSL is not working from both Admin/User Panel [Fixed]

Details:
https://www.awsmonster.com/2017/01/cwp-how-to-configure-let-encrypt-ssl.html
https://www.awsmonster.com/p/cwp-installation-and-configuration_12.html

10
DNS / Re: server hostname SSL
« on: May 22, 2019, 08:55:49 AM »
Hello,

My server hostname is server.somewebsite.com. There is also a working website on my server somewebsite.com. I have created the subdomain of that website with the name "server" and assigned it a SSL certificate. Now whenever I use server.somewebsite.com:2030 I get following SSL Error as it was conflicting with the SSL of somewebsite.com.

"ERROR: None of the common names in the certificate match the name that was entered (server.infinityicon.com). You may receive an error when accessing this site in a web browser."

Now I have removed the "server" subdomain and used sh generate_hostname_ssl so that hostname "server.somewebsite.com" should get the SSL cert but still I am unable to get SSL working for my server's hostname.

Note: For all other websites hosting on my server the SSL is working fine, but its not working when opening CWP control panel.
Kindly suggest me a solution or anything I am missing in the process.

Thanks,
Nauman


Step 6: Let'sEncypt SSL
1. Install Let'sEncypt for Server FQDN and also for Admin/User/Webmail
2. Configure Auto Renewal
3. CWP: Redirect Admin/User/Wemail panel from http to https
4. SSL Inconsistent server configuration [ Error: SSL_ERROR_RX_RECORD_TOO_LONG]
5. CWP: Auto_SSL is not working from both Admin/User Panel [Fixed]

Details:
https://www.awsmonster.com/2017/01/cwp-how-to-configure-let-encrypt-ssl.html
https://www.awsmonster.com/p/cwp-installation-and-configuration_12.html

11
DNS / Re: How to setup DNS & Nameserver?
« on: May 22, 2019, 08:54:01 AM »
Hello,
i installed CWP for hosting a few personal projects and some of my friends / family.

So far everything works fine, but im stuck now when setting up DNS. My Domains are registered at Namecheap and Hetzner. But it seems like I have to create a name server in CWP...

I created following name server:

ns1.olefundrichter.cloud 116.203.29.85
ns2.olefundrichter.cloud 116.203.29.85

Ip is the IP of the server. What do I have to do at Namecheap now that this works? there is my domain registered.


Follow the Step 3: DNS
Part 1 : How to Configure DNS properly for CentOS WebPanel on CentOS 7.6
Part 2 : How to Configure DNS properly for CentOS WebPanel on CentOS 7.6
Part 3 : How to Update ROOT Hints DNS ?
Part 4 : How to hide Nameserver software version on Centos 7
How to use GeoIP in Bind ? ( geoip-directory "/usr/share/GeoIP/";)

Details: https://www.awsmonster.com/p/cwp-installation-and-configuration_12.html

12
Installation / Re: Centos 6 or 7, Which one is the best
« on: May 22, 2019, 08:48:15 AM »
Definitely CentOS 7 ( Latest )

13
DNS / Re: How auto restart "BIND DNS Server" if its stopped
« on: May 13, 2019, 04:29:46 AM »
Follow the Section(s) :

Step 3: DNS and Part 12: Monit

https://www.awsmonster.com/p/cwp-installation-and-configuration_12.html

14
DNS Manager / Re: How to use Free DNS manager on VPS
« on: April 30, 2019, 01:03:23 PM »
Don't use Free dns , recommended to use Private name server .It is very easy to configure private name server . Please follow the Guide :

How to Configure DNS perfectly ?
Part 1 : How to Configure DNS properly for CentOS WebPanel on CentOS 7.6
Part 2 : How to Configure DNS properly for CentOS WebPanel on CentOS 7.6
Part 3 : How to Update ROOT Hints DNS ?
Part 4 : How to hide Nameserver software version on Centos 7

Pages: [1] 2 3 ... 6