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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 10,384
» Latest member: Maryfuh
» Forum threads: 1,052
» Forum posts: 1,216

Full Statistics

Latest Threads
Fail2Ban can't start
Forum: Ehcp General, uncategorized yet
Last Post: LarisaPully
Yesterday, 11:43 PM
» Replies: 1
» Views: 78
ADD DOMAIN (can't find v...
Forum: Ehcp General, uncategorized yet
Last Post: Arielzic
02-17-2026, 10:23 PM
» Replies: 87
» Views: 112,651
Creating a billing syste...
Forum: Ehcp for Developers and Programmers/Designers
Last Post: BarrettZit
12-15-2025, 11:30 AM
» Replies: 32
» Views: 7
www.data
Forum: Ehcp HowTos
Last Post: Lavillsauro
12-12-2025, 09:32 AM
» Replies: 3
» Views: 12
Error & Fix: (Errcode:28)
Forum: Ehcp HowTos
Last Post: Lavillsauro
12-04-2025, 05:02 PM
» Replies: 5
» Views: 17
Roundcube Password Change...
Forum: Ehcp HowTos
Last Post: Lavillsauro
12-03-2025, 05:25 AM
» Replies: 2
» Views: 12
5 sulfosalicylic acid dih...
Forum: Ehcp General, uncategorized yet
Last Post: Lavillsauro
11-15-2025, 05:40 PM
» Replies: 0
» Views: 2,195
Hi, I would like to ask f...
Forum: Ubuntu Topics
Last Post: Juliaseema
11-10-2025, 01:35 PM
» Replies: 0
» Views: 0
Hello, I need a recommend...
Forum: General Linux
Last Post: Juliaseema
11-10-2025, 01:34 PM
» Replies: 0
» Views: 0
Hello, I need a recommend...
Forum: Ehcp for Developers and Programmers/Designers
Last Post: Juliaseema
11-10-2025, 01:33 PM
» Replies: 0
» Views: 0

 
  Can't connect FTP with Ubuntu 16.04
Posted by: Francesco - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (4)

I've installed a new server with Ubuntu 16.04 and the last version of EHCP you suggest.
While I can connect via SFTP to root and navigate on directories, I can't with any FTP userid of domains. Same with net2ftp. Via Filezilla I received this error message: "ECONNREFUSED - Connection refused by server".
Any suggestion?

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

  Postfix not working
Posted by: Francesco - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (1)

Hi, after installed EHCP version last you realised on ubuntu 16.04, I can't use Postfix to send mail to other destination with this answer:
<blockquote>NOQUEUE: reject: RCPT from XX-XX-XX-XXX.ip152.fastwebnet.it[XX.XX.XXX.XXX]: 554 5.7.1 <maildiesempio@gmail.com>: Relay access denied; from=<nome .cognome@dominiosuserver.it> to=<maildiesempio@gmail.com> proto=ESMTP helo=<PCdiXX></blockquote>

This is postconf -n
<blockquote>alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
debug_peer_level = 1
debug_peer_list =
default_process_limit = 3
inet_interfaces = all
inet_protocols = all
mailbox_size_limit = 0
mydestination = localhost, 151.80.43.212
myhostname = ns3008978.ip-151-80-43.eu
mynetworks = [::1]/128, 127.0.0.0/8, 192.168.0.0/16, 172.16.0.0/16, 10.0.0.0/8, 151.80.43.0/24
myorigin = /etc/mailname
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $mynetworks $virtual_mailbox_limit_maps $transport_maps
readme_directory = no
recipient_delimiter = +
relayhost =
sender_canonical_maps =
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP $mail_name powered by Easy Hosting Control Panel (ehcp) on Ubuntu, http://www.ehcp.net
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,check_client_access hash:/var/lib/pop-before-smtp/hosts,reject_unauth_destination
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /etc/postfix/cacert.pem
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
virtual_alias_domains =
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, proxy:mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_gid_maps = static:5000
virtual_mailbox_base = /home/vmail
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_limit_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_uid_maps = static:5000</blockquote>

and this is etc/postfix/main.cf
<blockquote>See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

smtpd_banner = $myhostname ESMTP $mail_name powered by Easy Hosting Control Panel (ehcp) on Ubuntu, http://www.ehcp.net
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

readme_directory = no

# TLS parameters
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_use_tls = yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache

# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.

smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
myhostname = ns3008978.ip-151-80-43.eu
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = localhost, 151.80.43.212
relayhost =
mynetworks = [::1]/128, 127.0.0.0/8, 192.168.0.0/16, 172.16.0.0/16, 10.0.0.0/8, 151.80.43.0/24
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
virtual_alias_domains =
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, proxy:mysql:/etc/postfix/mysql-virtual_email2email.cf
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_mailbox_base = /home/vmail
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
default_process_limit = 3
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticat

Print this item

  EHCP Daemon not running
Posted by: robind99 - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (3)

The CP gave me a error:

Attention!
ehcp daemon not running !
Please run it from command/line by:
sudo /etc/init.d/ehcp start


I use verion 0.36.5.b and it begin 2 days ago, I didn't change something... Is this a bug or?

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

Print this item

  Can't connect FTP with Ubuntu 14.04
Posted by: swg1cor14 - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (2)

After multiple times of reinstalling EHCP, I create my FTP accounts but can not access them with FileZilla. I verified port 21 is open. I can't even connect on net2ftp.

I'm running this on an amazon EC2 instance. Do I need to set my internal IP in system settings?

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

Print this item

  EHCP 0.38.2.b on Ubuntu 16.04 create domain script
Posted by: mnrbig - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (1)

It seems as though the add domain and install Wordpress option doesn't work. Wordpress installs, but i still get the default ehcp page.

Anyone have any ideas as to what the cause may be?

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

Print this item

  WordPress permalinks not working
Posted by: itech - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (4)

can anyone help with this issue I, links in wordpress do not work I verified the .htaccess file is present and rewrite is enabled by default but still don't work can anyone help??

it's loads 404

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

Print this item

  EHCP Folderpermissions - subdomain
Posted by: robind99 - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (3)

HI,

Is there a way to change the folderpermissions to 0775 instead of 411?


kind regards,

Robin

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

Print this item

  VSFTPD libgcc_s.so.1 must be installed for pthread_cancel to work
Posted by: robind99 - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (3)

Hello,


How can I fix this error?

"libgcc_s.so.1 must be installed for pthread_cancel to work"

It came after "apt-get update".


Kind Regards,

Robin

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

Print this item

  EHCP secure or not ?
Posted by: nickthevoice - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (2)

Hi !

I take a look in user panel and a default EHCP user is in "by default"

But this is a user how is user for automatic update with default password ?

Or I choose the EHCP user password in the install ans I forgot ?


Because if it's a default user and pass we have a BIG SECURITY TROUBLE NO ?

THanks in advance Smile

nicK

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

Print this item

  WEIRD trouble can't access to ehcp panel ?
Posted by: nickthevoice - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (2)

HI !

I have ubuntu server mounted with EHCP all work well, but I try to return in EHCP panel after 1 month without go and now my server IP redirect to http://MYIP/src/login.php
= SquirrelMail version 1.4.19 By Easy Hosting Control Panel Webmail Login

I can't access to http://MYIP/ehcp now Sad

Anybody have a tips about that PLEASE Wink

THANKS

nicK

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

Print this item


Vidinli.net Shopping Platform
Vidinli.net Shopping Platform
Vidinli.net Shopping Platform