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

Pages: [1]
1
DKIM / Re: Duplicated DKIM Records
« on: November 21, 2020, 04:30:28 PM »
Ok thanks for your clues, it was already repaired yesterday! But for today, for some reason after "yum update" into CWP all server went down! Only showing test page. What is wrong now, where is my CWP installation?

After
$service cwpsrv start

Now RoundCube doesn't exists!
The requested URL /roundcube/ was not found on this server.

After Rebuilding Apache everything got normal.

2
DKIM / Re: Duplicated DKIM Records
« on: November 20, 2020, 03:29:21 AM »
Ok the problem seems to be missing DKIM entry in my DNS configuration when sending mails using PHP Mailer and Duplicate entry when using Round Cube, but I don't know where to find this public key to add it to my DNS TXT entry nor where the signature is duplicated. No need to pay for external sysadmin, but some help in this "help forum" will be welcomed and usefull.

3
DKIM / Re: Duplicated DKIM Records
« on: November 19, 2020, 05:15:39 PM »
I tested this message using Round Cube and PHP mailer.

4
DKIM / Duplicated DKIM Records
« on: November 19, 2020, 02:40:11 AM »
You have more than one DKIM signature in your message.
Please enable only one signature, you should let your mail server sign the message and disable DKIM on your Newsletter software.

Signature 1 :

   v=1;
   a=rsa-sha256;
   c=relaxed/simple;
   d=mydomain.com;
   s=default;
   t=1605751409;
   bh=v0PCw6PHtFEI+GSOBRdJL3ZodUqtMBk6xojkM/3MWU8=;
   h=Date:From:To:Subject;
   b=<Some key1 record>

Signature 2 :

   v=1;
   a=rsa-sha256;
   c=relaxed/simple;
   d=mydomain.com;
   s=default;
   t=1605751407;
   bh=v0PCw6PHtFEI+GSOBRdJL3ZodUqtMBk6xojkM/3MWU8=;
   h=Date:From:To:Subject;
   b=<Some key 2 record>

How can I fix this?

5
Nginx / Re: 404 error on new install CWP
« on: October 06, 2020, 06:26:22 PM »
Thanks for your reply but what am I looking for specifically. I already checked the logs but there are many entries and many files in both

/usr/local/apache/logs (main logs)
/usr/local/apache/domlogs (per domain logs are in the same file for apache&nginx)

But I could not realized what the problem is. I thought it was something about file permission or ownership but I already attended this so I suppose it is something about any rule on nginx server I am not aware of.

I am using both Apache and Nginx as a Reverse Proxy and Nginx is not following the Symlink properly.

HTTP: Nginx (80) --> Apache (8181)
HTTPS: Nginx (443) --> Apache (8181)

404 Not Found
nginx/1.18.0

6
Nginx / 404 error
« on: October 06, 2020, 03:44:04 PM »
I am having this problem after moving files to remote host. I replaced public_html with a symlink to my new folder and gove 775 permission and changed the group to nobody nginx user and set symlink to off in my nginx.conf and vhost conf. But I am still getting the 404 error. What's missing?

Pages: [1]