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

Pages: [1]
1
CentOS-WebPanel Bugs / hover on ftp accounts the popup preview
« on: February 23, 2021, 07:51:58 AM »
The error occurs when viewing FTP user account information as root user in the admin gui.

The pop up preview is under another frame on the page. See image url.



https://imgur.com/a/RynbtX7

2
Backup / Re: User Full Account Backup is Not Working
« on: February 23, 2021, 07:40:45 AM »
I'm also experiencing the same issues.

Users are unable to create a full backup for their account.

CWPpro version: 0.9.8.1047

CPU Model: AMD EPYC Processor (with IBPB)
CPU Details: 4 Core (2800 MHz)
Distro Name: CentOS Linux release 8.3.2011
Kernel Version: 4.18.0-240.1.1.el8_3.x86_64
Platform: x86_64 kvm
Uptime: 54 days, 6:35

Apache version: Apache/2.4.39
PHP version: 7.4.12
MySQL version: 10.4.17-MariaDB

3
Postfix / SMTP restrictions / email throttling
« on: December 05, 2015, 03:57:59 AM »
Does the current version of CWP supports email throttling (e.g. cPanel calls it SMTP restrictions)?  Or can I use the  CSF option? 

4
Postfix / Re: Let's build New Postfix Email Server
« on: December 05, 2015, 03:55:07 AM »
Email throttling per user or per domain? Say, allow 100 emails per hour.  Receive an email notice if such limits are reached. Or is this supported on the current version?

cPanel has a featured called "SMTP restrictions".  It would be awesome to have with CWP.

Thank you.

5
Postfix / relayhost mandrillapp
« on: April 02, 2015, 11:17:29 PM »
Has anyone been able to re-configure postfix to always relay via Mandrillapp (relayhost = [smtp.mandrillapp.com])?   In my case, my domain email is being hosted with another server.

Is it possible? I tried to add the info. below but it is not working.

Thank you very much for any assistance on this.

Add the following lines to file /etc/postfix/main.cf:
Code: [Select]
relayhost = [smtp.mandrillapp.com]
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_use_tls = yes

# Make sure Postfix listens to localhost only
inet_interfaces = 127.0.0.1

Set up your Mandrill credentials for Postfix:
Code: [Select]
echo "[smtp.mandrillapp.com]    MANDRILL_USERNAME:MANDRILL_API_KEY" > /etc/postfix/sasl_passwd
postmap /etc/postfix/sasl_passwd

Pages: [1]