• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Spamassasin doesn't work for email alias

D

damon

Guest
On 9.01 on an email with Spamassasin set, emails addressed to the alias is not scanned, so lots of spam getting through. The main email is scanned properly and has the SA headers, but email addressed to the alias doesn't have the headers.
 
No one else is seeing this problem?

Spam is really ruining my day since most domains have webmaster and postmaster (and others) setup as alias's. Now all the spam email that get addressed to those flow on through with no spam check.
 
Wow, these forums are really dead since the change to moderated posts.

Or am I really the only one with the email alias problem? I've seen a couple of posts about problems with domain alias, maybe these are related bugs?
 
Did you ever manage to get this back working?
Kr,
Bram

I never got any answer, no support here at all.

On the Spamassassin support site it is evident that SA doesn't look at email alias. Something changed between 8.6 and 9.0 plesk on how they handled alias. Because it used to work and now it doesn't.

I had to change all the alias emails to redirects. Redirects (email forwards) are checked by SA while alias emails are not. This needs to be added to the plesk FAQ and docs, but since no one from P cares, it probably won't be.

I suspect it was changed because redirects count as email accounts, while aliases don't, so they make more money on licenses
 
i had a ticket on this in the past.

the answer was:

problem with spam handlers not created for mail aliases has been solved in 9.0.1. However, 'mchk' utility was not -- it does not restore spam handlers for mail aliases. I have reported this problem to Parallels Plesk developers.

As for now I have created required handlers for all mail aliases with this command:

ally:/opt/psa/handlers/before-local/recipient# echo "select concat(ma.alias,'@',d.name) from mail mn, mail_aliases ma, domains d where ma.mn_id=mn.id and mn.dom_id=d.id and mn.spamfilter='true' and d.status=0" | mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Ns -Dpsa | while read al ; do [ ! -f $al/*spam* ] && /usr/local/psa/admin/sbin/mailmng --add-handler --handler-name=spam --handler-type=recipient --handler-type-name=$al --executable=/opt/psa/handlers/hooks/spam --context=spam --hook=before-local --priority=10 ; done

Please check and let us know if you have any further questions.

i am on debian paths maybe differ on other os ...
 
Back
Top