Recent content by AK_learner

  1. A

    Question Install Plesk with default MySQL Database instead of MariaDB

    Hi @scsa20 Thank you for sharing this. Yes I had gone through it, but that's why my query was there. However, if I change the default MariaDB to 3307 & set MySQL to 3306, then installation of SpamAssassin breaks, because its still trying to connect to default 3306 port, which I have now given...
  2. A

    Question Install Plesk with default MySQL Database instead of MariaDB

    Hi all, I want to configure MySQL (8 or 8.4) as the default database instead of MariaDB, what is the procedure for this: On existing Plesk installation. On a Fresh installation, where Plesk has not been installed yet. OS: Windows @Sebahat.hadzhi @IgorG any input from your end?
  3. A

    Question Webmail Spam Folder Enable via CLI

    Ignore, I have found the solution! For a Single User: doveadm mailbox subscribe -u "$user" INBOX.Spam For all users: Fetch the Mailboxes: plesk db -Ne " SELECT CONCAT(mail_name,'@',domains.name) FROM mail JOIN domains ON domains.id=mail.dom_id WHERE postbox='true'; " > /tmp/mailboxes.txt...
  4. A

    Question Webmail Spam Folder Enable via CLI

    Hi Pleskians @IgorG @Sebahat.hadzhi @Kaspar When SpamAssassin settings are configured to move into the SPAM folder, it moved the mails to that folder in the Mailbox. However, the folder needs to be manually updated in the Webmail for it to be visible. How can I enable the SPAM folder for...
  5. A

    Question Plesk Spam Emails Issue

    @Kaspar The difference of the score. Header of the email indicate the score in -2.348 whereas same email's .eml when checked against spamassin scoring via CLI shows 0.9. Why such difference?
  6. A

    Question Plesk Spam Emails Issue

    Hi @Kaspar Yes, i'm already doing that. amavisd & spamassassin services are restarted everytime
  7. A

    Question Plesk Spam Emails Issue

    Hi @Kaspar @Sebahat.hadzhi @IgorG I have been tweaking a lot of the Spam Assassin scorings, but it seems they are not used (files at /etc/mail/spamassassin/ & /usr/share/spamassassin/). When I run the manual check against the header using: spamassassin -t < test.eml, it tells me different...
  8. A

    Question Plesk Spam Emails Issue

    @Kaspar Can you share your Spam Assassin modifications? Maybe those would work? I have already gone through the Plesk forums, and nothing seems to have worked against these types of spam mails. @trialotto Yes the DKIM, DMARC, SPF DNS records are proper for all domains. But since these are...
  9. A

    Question Plesk Spam Emails Issue

    Hi Pleskians, @Kaspar @Sebahat.hadzhi @IgorG, We have been facing sudden influx of spam emails on Plesk. Most of them are chinese, japanese, korean based spam based mails with Spam score of 2 or sometimes even with 0 score. How to block these emails? Can you suggest any flexible...
  10. A

    Question How to change Outgoing SMTP IP for all domains

    @Sebahat.hadzhi, Thank you for getting back to me. I would say, the second assumption of yours is correct: MX records are pointed to domain A records. I believe the article should be updated, as I would assume many others would have also faced the same issue, as did one person who commented...
  11. A

    Question How to change Outgoing SMTP IP for all domains

    Dear Pleskians, @IgorG & @Sebahat.hadzhi, How to change Outgoing SMTP IP for all domains? Because if I change it via the Plesk > Server-wide mail settings > Settings > Outgoing mail mode > Send from the specified IP addresses, it causes the websites IPs to also get changed simultaneously...
  12. A

    Question Check Addon Products licence status via CLI

    Hi @Xheni Rapushaj Thanks for getting back to me. I'm looking for the extensions such as: 1. 360Monitoring 2. Imunify360 3. ImunifyAV+
  13. A

    Question Check Addon Products licence status via CLI

    Dear Pleskians & @IgorG How can I check the addon products Licence status via CLI? Like we can use the plesk bin keyinfo -l command to list out the licence details: keyinfo: License Key Properties Please suggest.
  14. A

    Issue NextCloud not working

    Hi Team, I have managed to resolve it. For those who might face this issue, this is how I solved it: Found out that Plesk does not create the service coolwsd for the Collabora CODE-Server (in-built) it only generates a on the fly image to start the app. The existing installations app was...
  15. A

    Issue Strange message by spamd: handle_user (userdir) unable to find user: '[email protected]'

    Hi @tkalfaoglu, Why are you starting the spamd service this way? I would recommend stop/kill this spamd process and start the SpamAssassin service via the Plesk > Tools & Settings > Server Management > Services Management & start/restart the SpamAssassin service from there. Via the CLI you can...
Back
Top