• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. E

    Resolved Mailman / can not send email

    Perfect! Big thanks Peter. P
  2. E

    Resolved Mailman / can not send email

    in the file /etc/postfix/main.cf: smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination Seems to be correct. I've try to add: smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination but no effect.
  3. E

    Resolved Mailman / can not send email

    Mailman box appears in the postfix virtual_alias_map: # postmap -s /var/spool/postfix/plesk/virtual | grep [email protected] [email protected] [email protected]
  4. E

    Resolved Mailman / can not send email

    Hi all, We have a project that forces us to keep Mailman on a hosting. Everything worked fine under Centos (Postfix). We have migrated on AlmaLinux 8.7 and activate Mailman. All is ok. We only have the following problem: when a message must be sent to Mailman subscribers, they are all blocked...
  5. E

    Question 18.0.52 / How install Mailman?

    I found this: https://support.plesk.com/hc/en-us/articles/12376955168919-Does-Plesk-support-RHEL9-AlmaLinux-9- So no Mailman for Almalinux 9. Further implementation?
  6. E

    Question 18.0.52 / How install Mailman?

    Hi all, We must migrate a customer on an old server (Centos 6 / plesk 18.0.31). This customer use Mailman. We want to install the component with Plesk update (like this for example...
  7. E

    Question How to disable Warden

    Hi all, We installed the Warden extension while doing a migration.. Bad idea. Too many process... How to temporarily stop Warden to relieve the server? I try: systemctl disable clamd systemctl stop clamd Failed to disable unit: Unit file clamd.service does not exist. Failed to stop...
  8. E

    Resolved Can not delete IP

    Thank you Peter! It was domain alias without DNS management that had been created before the change of the ip on the main domain. By reactivating the DNS, deleting the zones with the ip concerned and deactivating on each domain alias concerned, the ip could then be deleted.
  9. E

    Resolved Can not delete IP

    No solution ?? Is there a way to override Plesk blocking? In summary, I want to delete an IP with the manager. Plesk refuses with the message: Unable to remove the IP address x.x.x.x because it is used by the DNS zone of one or more domains Ip is not used with a domain. Ip is not used in DNS...
  10. E

    Resolved Can not delete IP

    Hi Peter, #grep -R <ip address> /etc/nginx/*/*/*.conf => nothing The problem is not with the domain ips. IP i want to delete is not used. But Plesk doesn't want to delete it because it says the ip is apparently used in a DNS zone on the server. If I search in the DNS zones (see previous...
  11. E

    Resolved Can not delete IP

    Any solution? How to know where this ip is used?
  12. E

    Resolved Can not delete IP

    # for domain in $(plesk db -Ne 'SELECT name FROM domains WHERE parentDomainId=0 ORDER BY name;'); do plesk bin dns --info $domain | grep <myip>; done The DNS zone for this domain is switched off. exit status 1 The DNS zone for this domain is switched off. exit status 1 The DNS zone for this...
  13. E

    Resolved Can not delete IP

    No, it list IP from the network that i want to delete and i can not. I want to know where ip used on a DNS zone...
  14. E

    Resolved Can not delete IP

    So i try: # DNSLIST='alldnszones.txt'; plesk bin domain --list | while read i; do echo -e “n—– DOMAIN: $i —–n” >> $DNSLIST; plesk bin dns --info $i >> $DNSLIST; done But the Ip is not in the list. The is error message with the command: exit status 1 The DNS zone for this domain is switched off...
  15. E

    Resolved Can not delete IP

    Hi all, We want to remove IP addresses that we no longer use (15 ip). No domain affected. It's ok with 14 but not for 1, we have a message: Unable to remove the IP address x.x.x.x because it is used by the DNS zone of one or more domains There is no domain that use this IP: plesk db "SELECT...
  16. E

    Resolved /etc/named.conf: permission denied

    It's ok. The origin of the problem came from the block storage.
  17. E

    Resolved /etc/named.conf: permission denied

    Hi all, When setting up a new instance, everything works fine... except Bind which fails. In the /var/log/syslog file, i've this: open: /etc/named.conf: permission denied named[33696]: loading configuration: permission denied named[33696]: exiting (due to fatal error) systemd[1]...
  18. E

    Issue DB query failed / 'psa.smb_users' doesn't exist in engine

    Peter, Ok. I don't have a backup as this is a fresh install. I will reinstall... :(
Back
Top