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.


Topics - 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
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? 

3
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]