• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Email filtering

dicko_md

Basic Pleskian
Hi All

I have people who email filtering in both plesk and horde but stuff is still getting through.

I tested this and blocked my personal account and I still managed to send an email to my website address.

We are on Plesk 11.5.30

Any ideas or is this a known issue and is there a fix or a fix on the way ?

Thanks in advance

martyn
 
Hi

Yes sure. Below is an email that one of my users sent in. I also tested blocking my my email address and then I sent an email from my blocked email address and it came through.

- Plesk: For each email account, after activating the Spam Filter, there is an advanced options feature under which email address can be whitelisted or blacklisted. I have blacklisted a number of addresses however they come through just the same. So the blacklist feature in Plesk does not function

- Horde: Here also, one can blacklist email addresses, under Filters. Also, one can select to apply filters upon log-in / refreshing etc. None of which works, all addresses get through, nothing is ever moved to Spam, Filters never get applied

Thanks

Martyn
 
Hi,

could you please execute the following command and then send an email from a blacklisted email?

# tail -f /usr/local/psa/var/log/maillog

Paste the output here.

Thanks,
Kristian
 
Hi

Yes sure. Below is an email that one of my users sent in. I also tested blocking my my email address and then I sent an email from my blocked email address and it came through.

- Plesk: For each email account, after activating the Spam Filter, there is an advanced options feature under which email address can be whitelisted or blacklisted. I have blacklisted a number of addresses however they come through just the same. So the blacklist feature in Plesk does not function

- Horde: Here also, one can blacklist email addresses, under Filters. Also, one can select to apply filters upon log-in / refreshing etc. None of which works, all addresses get through, nothing is ever moved to Spam, Filters never get applied

Thanks

Martyn
 
Hi

I ran the command and sent an email from the blocked email address. It came through to my email but it doesnt show in the mail log that I can see but there is lots of traffic it looks like and lots of interacting with my old server.

Is there anyway to save the log ?

Thanks

Martyn
 
You can filter needed information from log with help of grep command. Try something like:

# tail -f /usr/local/psa/var/log/maillog | grep [email protected]
 
Thanks for that. It made it a lot easier.

I typed the command, sent the email and got the below result

[root@ServerB ~]# tail -f /usr/local/psa/var/log/maillog | grep [email protected]
Mar 17 07:48:27 ServerB postfix/qmgr[26305]: 757081C3119: from=<[email protected]>, size=1570, nrcpt=1 (queue active)
Mar 17 07:48:27 ServerB postfix-local[24867]: postfix-local: [email protected], [email protected], dirname=/var/qmail/mailnames

The email arrived in my mail box. My email is on the blacklist on plesk for that email address too

Regards

Martyn
 
Thanks for that. It made it a lot easier.

I typed the command, sent the email and got the below result

[root@ServerB ~]# tail -f /usr/local/psa/var/log/maillog | grep [email protected]
Mar 17 07:48:27 ServerB postfix/qmgr[26305]: 757081C3119: from=<[email protected]>, size=1570, nrcpt=1 (queue active)
Mar 17 07:48:27 ServerB postfix-local[24867]: postfix-local: [email protected], [email protected], dirname=/var/qmail/mailnames

The email arrived in my mail box. My email is on the blacklist on plesk for that email address too

Regards

Martyn
 
Back
Top