Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 3,101
» Latest member: VeronicaAnymn
» Forum threads: 1,045
» Forum posts: 1,114

Full Statistics

Latest Threads
ADD DOMAIN (can't find v...
Forum: Ehcp General, uncategorized yet
Last Post: RichardCrite
11-24-2024, 02:03 AM
» Replies: 29
» Views: 53,331
EHCP API1 error
Forum: Ehcp Development
Last Post: robind99
04-14-2023, 10:14 PM
» Replies: 4
» Views: 3
EHCP API Setup subdomain
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 67
EHCP auto startup nginx i...
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 0
VSFTPD
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 3
» Views: 5
PHP failed copy
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 3
install echp + node js
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 0
About Beta Software, Ehcp...
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 1
» Views: 1
La marque de l'enseigne C...
Forum: Ehcp Development
Last Post: shanmao
04-14-2023, 10:14 PM
» Replies: 1
» Views: 0
On portera une attention ...
Forum: Ehcp Development
Last Post: shanmao
04-14-2023, 10:14 PM
» Replies: 1
» Views: 1

 
  Round Cube doesn't open
Posted by: Francesco - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (2)

I have upgraded ehcp from 0.29.13 to 0.29.15.
All works, but when I try to use Round Cube for webmail I receive this error:
"403-Forbidden
You don't have permission to access /ehcp/webmail2 on this server."

Webmail with squirrel it's ok.

Any suggestions?

Thks



Restored from old drupal forum, for user uid:3719 username:Francesco
You may reset your password to access your new account here.

Print this item

  Need help with some dns problems on my server
Posted by: kalyptos - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (6)

Hello all

First i wanna say GREAT hosting panel Smile
But im in a little problem, ive followed the guide to how to install ubuntu 10 with ehcp and has done so.

Then i when to godaddy.com and i registred my own nameserver ns1/2.mydomain.com and then i changed the nameservers for my domain.com to that. i ofcourse put in my ip at the nameserver registrations.

For sometime i got connection to my server with that domainname and the server but not anymore and i havent done any thing.

So i was hoping if some expert here would like to log on my server and take a look and see if they can see the problem. cause im stuck and i really want my dns and nameserver to work so i can host more domains.

my domainname is pixelmacro.com nameservers is ns1 and 2.pixelmacro.com

thanks in advance Smile

Restored from old drupal forum, for user uid:3828 username:kalyptos
You may reset your password to access your new account here.

Print this item

  Postfix autoreply.php Installation Fix
Posted by: pb2au - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - No Replies

Hello!

Just notice a very minor issue with the Email auto reply. The installation used the install directory, rather than the web directory when referencing autoreply.php

In order to correct the issue, edit the Postfix master.cf and change the reference to autoreply.php as seen below.

vi /etc/postfix/master.cf
Update: /var/www/new/ehcp/misc/autoreply.php


The original installation set the value to the following, which is where where I ran the install script from.
argv=/root/my_install/directory/ehcp/misc/autoreply.php $sender $recipient

Restored from old drupal forum, for user uid:3703 username:pb2au
You may reset your password to access your new account here.

Print this item

  Add Domain DNS somewhere else
Posted by: Nosen - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (2)

Call mestupid but how do i add a domain so it handle www and email but the nameservers are somewhere else ?

Restored from old drupal forum, for user uid:3795 username:Nosen
You may reset your password to access your new account here.

Print this item

  Use external email server
Posted by: pb2au - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (2)

I use an external inbound and outbound Email proxy (spam server) as well.

Everything works great, by setting the (domainname}. IN MX 1 aspmx.l.google.com. record to our Email proxy for domains hosted on the server 1.

However, for domains we host on an ehcp server 2, the 'DNS Only Hosting' on server 1 is causing a problem.

Any Email sent from SquirrelMail or RoundCube on server 1 is attempting to find the user/domain on server 1, rather than going to the Email proxy.

It sounds like a DNS issue, but I have been unable to find out what is causing it.

My DNS looks like:
mail.{domainname}. IN A (mail server ip)
smtp.{domainname}. IN A (mail server ip)
{domainname}. IN MX 10 mail.{domainname}.
{domainname}. IN TXT "v=spf1 a mx"


Restored from old drupal forum, for user uid:3703 username:pb2au
You may reset your password to access your new account here.

Print this item

  Domain Only Hosting - Email Issue
Posted by: pb2au - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (8)

I have setup several ehcp servers. However, I am unable to send Email (using webmail) to any site hosted as a 'Domain Only Hosting' site.

It seems the server is trying to find the mailbox on the ehcp webmail server, when in fact the DNS all points to the other ehcp server.

Any help would be greatly appreciated,

thanks

Restored from old drupal forum, for user uid:3703 username:pb2au
You may reset your password to access your new account here.

Print this item

  subdomain issue
Posted by: dssdss - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - No Replies

I created a new subdomain using the control panel
version, 0.29.15

I have manually restarted apache

domain names are just examples listed below

subdomain.domain.com does not work
www.subdomain.domain.com works correctly

This is the apachehcp_subdomains.conf

<VirtualHost *>
ServerName subdomain.domain.com
ServerAlias www.subdomain.domain.com
UseCanonicalName Off


How do I fix this?

Thank you

Restored from old drupal forum, for user uid:3701 username:dssdss
You may reset your password to access your new account here.

Print this item

  Nginx makes a problem for apache
Posted by: budgierless - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (8)

Hi, in my phpinfo the REMOTE_ADDR is pointing to to a wrong external IP address, i dont know why this is, but it is giving problems to some of my domains, as sometimes they point to this other IP, this is wrong, can you help change this IP to 127.0.0.1 or whatever the IP is meant to be, i say it maybe because of nginx because this problem with the REMOTE_ADDR, i have seen on other forums that many other people have had this problem that as made by nginx, i install mod_rpaf to resolve this but this as not worked.

Restored from old drupal forum, for user uid:3160 username:budgierless
You may reset your password to access your new account here.

Print this item

  ftp issue, error on login
Posted by: chrisbmo2000 - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (3)

Hi all I am having an issue with ftp login when I click on the net2ftp login and use the right login and password along with the ftp server name I get the following error:
The error occured in file /var/www/vhosts/ehcp/net2ftp/includes/filesystem.inc.php on line 64.

* function ftp_openconnection (/var/www/vhosts/ehcp/net2ftp/modules/browse/browse.inc.php on line 223)
* function net2ftp_module_printBody (/var/www/vhosts/ehcp/net2ftp/main.inc.php on line 313)
* function net2ftp (/var/www/vhosts/ehcp/net2ftp/index.php on line 59)
o argument 0: printBody

Is this a bug? a corrupt ehcp file?
I am at a loss....any help would be great I really need my FTP working again

Thanks
Chris

Restored from old drupal forum, for user uid:3425 username:chrisbmo2000
You may reset your password to access your new account here.

Print this item

  how to change port 25 to port 587
Posted by: chrisbmo2000 - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (3)

So I need to change port 25 to port 587 for out going smtp. Is this done in EHCP or in ubuntu server itself?

Thanks
Chris

Restored from old drupal forum, for user uid:3425 username:chrisbmo2000
You may reset your password to access your new account here.

Print this item


Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping