• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved feedback: problems, enough for 3 days work

hitd

Basic Pleskian
updated a Centos 6 to plesk 17.0

1) the location of dns-zones causes a loop in filesystem in the end
1a) reproduce: find /var -name bash -print
1b) cause: sysv-init script of bind does a bind-mount of /var/named to /var/named/chroot/var/named and therefor its creating a loop, about a find search complains. I know: this comes from the bind-startupscript, which is far away from a good pice of software.
1c)posible solution:request a bugfix for the bind software OR
1d)move location of zones etc. to /var/named/chroot/var/named, sysv initscript does not bind-mount if target is not not empty.

2) ssl config of courier-imaps is useless.
2a) try imaps access with SSL3, TLS1.1 or TLS1.2 - this doesn't work
2b) plesk creates /etc/courier-imap/imapd-ssl which contains TLS_PROTOCOL=TLSv1
correct value should be TLSv1+ or SSL3+ ( if SSL3 is needed ) to include the newer protocols TLSv1.1 and TLSv1.2
2c) solution: change by hand or script each time plesk recreates the config-file

3) outgoing mail-header are fine, but postfix duplicates a existing Received: header instead of creating one
3a) just look at the mail-header of an incoming mail
3b) cause are /var/spool/postfix/plesk/non_auth.re and no_relay.re which tries to PREPEND a X-header each.
this isn't a really valid config for postfix. postfix expects a decision in that files: PERMIT, REJECT or DEFER
3c)just use empty files containing only a newline. Then you lack of the headers which should be inserted, but postfix creates the correct Received: header
 
Back
Top