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 - Igor S.

Pages: 1 ... 49 50 [51] 52 53 ... 95
751
Apache / Re: Index Page
« on: April 05, 2019, 04:10:23 PM »
What OS do you use? How exactly do you add the accounts?
Include all information since we do not see your computer and server.  ;)

752
Apache / Re: Index Page
« on: April 05, 2019, 03:53:20 PM »
Okay. :)

753
E-Mail / Re: Outlook Server Error
« on: April 05, 2019, 03:49:45 PM »
Hi, all.

You can manually edit /etc/postfix/main.cf and /etc/dovecot/dovecot.conf and add the CA Bundle (you'll see it)
for Postfix it looks like:

Code: [Select]
smtpd_tls_key_file = /etc/pki/tls/private/hostname.key
smtpd_tls_cert_file = /etc/pki/tls/certs/hostname.crt
smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt

must be changed with:

Code: [Select]
smtpd_tls_key_file = /etc/pki/tls/private/hostname.key
smtpd_tls_cert_file = /etc/pki/tls/certs/hostname.crt
smtp_tls_CAfile = /etc/pki/tls/certs/hostname.bundle
smtpd_tls_CAfile = /etc/pki/tls/certs/hostname.bundle

(please note: the file names will be other!)
and something like that for Dovecot


754
Apache / Re: Index Page
« on: April 05, 2019, 03:41:36 PM »
Hi, how exactly do you create the VirtualHosts? Are you sure you do it via CWP?

755
CentOS-WebPanel GUI / Re: Account Creation VS Domain Creation
« on: April 05, 2019, 03:40:07 PM »
Hi, it's impossible to use one domain with multiple usernames.

756
CentOS-WebPanel GUI / Re: Apache Settings
« on: April 05, 2019, 03:39:04 PM »
Hi, the VirtualHosts files placed in /usr/local/apache/conf.d/vhosts/
Also, make sure you do not have installed Apache from base or epel repos ;)

757
Hello.

We do not have a bug there. Could you add some more info, please? Then the developers going to check.

758
Hello.

What is CentOS version do you have? How exactly did you edit the file? (try to use SSH console with PuTTY)

759
Information / Re: Ip address
« on: April 05, 2019, 03:30:19 PM »
Hi,

Hi All.
Just wondering, is CWP hardent enough to rund directley in WAN site without a secound firewall or would it be better to run it behinde a firewall?
What do you recomend?

The CWP will work both ways. You can choose the best way for you.

760
E-Mail / Re: Webmail.domain.com 400 error
« on: April 03, 2019, 07:41:38 AM »
Hello, you can try to modify VirtualHosts and add some changes for using the subdomain webmail.*

761
E-Mail / Re: GMailify not available for Postfix based email account.
« on: April 03, 2019, 07:40:22 AM »
Hi, GMailify is not CWP software. Try to check your software.

762
DNS / Re: [bug] Adding subdomain at cpanel does not restart bind
« on: April 03, 2019, 07:38:05 AM »
Hi,

User add subdomain. Bind is not reloaded. Subdomain does not work. Great.

contact to CWP support or check DNS config/DNS zone file.

763
DNS / Re: How to Setup DNS (BIND) on server
« on: April 03, 2019, 07:36:08 AM »
Hi,

Quote
How to configure if I have only one IP?

Just use one IP and your NS's.

764
CentOS 7 Problems / Re: Connection not secured cwp
« on: April 03, 2019, 06:40:39 AM »
Hello.

Use CWPadmin for the SSL certificate installation.
CWPadmin => Server Settings => Change hostname. Then restart CWP.

765
CentOS 7 Problems / Re: Changing Hostname Inserts Junk into Hostname
« on: April 03, 2019, 06:34:43 AM »
Hi.
From the change hostname menu (Server Settings -> Change Hostname) I am experiencing an error when clicking the change hostname button. No matter what I set my hostname to, the server appends "127.0.0.1" to the hostname when it moves to the next screen.

Example, if I try to set my hostname to server5.bentsea.net the server sets it to server5.bentsea.net127.0.0.1.

THis obviously causes SSL generation to fail and causes the "You do not have a valid hostname set" error.

Can anyone recommend any kind of troubleshooting for this?

I guess the problem in /etc/hosts. Check all records there and delete the wrong one.

Pages: 1 ... 49 50 [51] 52 53 ... 95