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 - jclins

Pages: [1]
1
CentOS 7 Problems / Re: Hostname is not properly set!
« on: August 22, 2018, 05:12:51 PM »
My Mistake

I was changing the hostname with the hostname srv.dominio.com command
But when the server restarted this name was not recorded

The correct command:
hostnamectl set-hostname srv.DOMINIO

And for check:
hostname status

2
E-Mail / Re: outlook unknown certificate and php_network_getaddresses
« on: August 20, 2018, 10:09:41 AM »
the first issue is related to hostname certificate so you need to install some valid certificate.
By default in cwp if you have a working A record set for your hostname when saving hostname CWP will automatically install free autossl.

I have:
srv1      0      IN      A      IP-ADDRESS

It's correct?

3
CentOS 7 Problems / Hostname is not properly set!
« on: August 19, 2018, 06:13:20 PM »
I'm trying to install CWP 7 on Centos CentOS 7 64bit. I have already installed other times but was having error in outlook and I am trying to sort out and understand where the error is.

In this latest release of CWP 7, an error is occurring and the installation is halting with this message:
[...]
Archive:  /mail_server.zip
  inflating: etc/clamd.conf
  inflating: etc/postfix/vacation.php
  inflating: etc/postfix/mysql-virtual_vacation.cf
  inflating: etc/postfix/mysql-virtual_mailbox_maps.cf
  inflating: etc/postfix/mynetworks
  inflating: etc/postfix/mysql-relay_domains_maps.cf
  inflating: etc/postfix/master.cf
  inflating: etc/postfix/vacation.pl
  inflating: etc/postfix/mysql-virtual_alias_maps.cf
  inflating: etc/postfix/main.cf
  inflating: etc/postfix/mysql-virtual_mailbox_limit_maps.cf
  inflating: etc/postfix/vacation.conf
  inflating: etc/postfix/mysql-virtual_domains_maps.cf
  inflating: etc/dovecot/dovecot-dict-quota.conf
  inflating: etc/dovecot/trash.conf
  inflating: etc/dovecot/dovecot-mysql.conf
  inflating: etc/dovecot/dovecot.conf
  inflating: etc/amavisd.conf
   creating: var/sieve/
  inflating: var/sieve/globalfilter.sieve
   creating: var/spool/vacation/
Hostname is not properly set!

My footerprints:
0-Change MYDOMAIN.COM NAMESERVERS to NS1.CENTOS-WEBPANEL.COM and NS2.CENTOS-WEBPANEL.COM
1-change hostname for SRV1.MYDOMAIN.COM
2-update CENTOS (yum -y update && reboot)
3-install cwp-el7-latest

at this moment I get the error message.

Could someone tell you where the error is?  In advance, thank you



4
E-Mail / Re: outlook unknown certificate and php_network_getaddresses
« on: August 09, 2018, 06:22:50 PM »
I read again and I make a mistake when I wrote first step, the correct is:

1-change hostname for SRV.MYDOMAIN.COM

5
E-Mail / Re: outlook unknown certificate and php_network_getaddresses
« on: August 08, 2018, 12:57:50 PM »
Sorry my delay. I'm a newbie. I reinstall all 3 times and none of them worked.   :(

My footerprints:
0-Change MYDOMAIN.COM NAMESERVERS to NS1.CENTOS-WEBPANEL.COM and NS2.CENTOS-WEBPANEL.COM
1-change hostname for MYDOMAIN.COM
2-install cwp-el7-latest
3-Enable Firewall (IP:2030/admin/index.php?module=firewall)
5-Verify rDNS/PTR and Hostname (IP:2030/2030/index.php?module=change_hostname)
6-Create MYDOMAIN.COM in "Free DNS Manager"
7-I wait 8 or 12 hours for  DNS propagation
8-create NEW ACCOUNT  for MYDOMAIN.COM with AutoSSL checked (IP:2030/admin/index.php?module=new_account)
9-Enable DKIM (IP:2030/admin/index.php?module=dkim)
10-Copy DKIM key to "Free DNS Manager"
11-Create sPDIF in "Free DNS Manager"
12-Create _dmarc  in "Free DNS Manager"
13-Check SLL (https://www.sslshopper.com/ssl-checker.html?hostname=MYDOMAIN.COM)
14-Create email (IP:2082/iddircom/?module=email_accounts)
15-Configure email in Outlook

What's wrong??? snifff



6
E-Mail / outlook unknown certificate and php_network_getaddresses
« on: July 19, 2018, 10:31:46 AM »
Hello everyone, I'm having problems with the email system. It is working, receiving and sending email by the roundcube (including DKIM and SPDIF ok).

If I try to connect through Outlook 2016 I get a certificate error message:
https://prnt.sc/k8d021

When I send email with the application in php I get the error message: php_network_getaddresses
https://prnt.sc/k8cznn

In theory, the server is configured correctly:
https://prnt.sc/k8cydk

Anyone have any ideas how to fix it?

Pages: [1]